Class AzureBlobStorageHttpLogsConfigArgs


  • public final class AzureBlobStorageHttpLogsConfigArgs
    extends com.pulumi.resources.ResourceArgs
    Http logs to azure blob storage configuration.
    • Method Detail

      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        True if configuration is enabled, false if it is disabled and null if configuration is not set.
      • retentionInDays

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> retentionInDays()
        Returns:
        Retention in days. Remove blobs older than X days. 0 or lower means no retention.
      • sasUrl

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sasUrl()
        Returns:
        SAS url to a azure blob container with read/write/list/delete permissions.