1. Packages
  2. Fastly
  3. API Docs
  4. ServiceVcl
Fastly v8.5.1 published on Monday, Mar 18, 2024 by Pulumi

fastly.ServiceVcl

Explore with Pulumi AI

fastly logo
Fastly v8.5.1 published on Monday, Mar 18, 2024 by Pulumi

    Import

    Fastly Services can be imported using their service ID, e.g.

    $ pulumi import fastly:index/serviceVcl:ServiceVcl demo xxxxxxxxxxxxxxxxxxxx
    

    By default, either the active version will be imported, or the latest version if no version is active.

    Alternatively, a specific version of the service can be selected by appending an @ followed by the version number to the service ID, e.g.

    $ pulumi import fastly:index/serviceVcl:ServiceVcl demo xxxxxxxxxxxxxxxxxxxx@2
    

    Create ServiceVcl Resource

    new ServiceVcl(name: string, args: ServiceVclArgs, opts?: CustomResourceOptions);
    @overload
    def ServiceVcl(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   acls: Optional[Sequence[ServiceVclAclArgs]] = None,
                   activate: Optional[bool] = None,
                   backends: Optional[Sequence[ServiceVclBackendArgs]] = None,
                   cache_settings: Optional[Sequence[ServiceVclCacheSettingArgs]] = None,
                   comment: Optional[str] = None,
                   conditions: Optional[Sequence[ServiceVclConditionArgs]] = None,
                   default_host: Optional[str] = None,
                   default_ttl: Optional[int] = None,
                   dictionaries: Optional[Sequence[ServiceVclDictionaryArgs]] = None,
                   directors: Optional[Sequence[ServiceVclDirectorArgs]] = None,
                   domains: Optional[Sequence[ServiceVclDomainArgs]] = None,
                   dynamicsnippets: Optional[Sequence[ServiceVclDynamicsnippetArgs]] = None,
                   force_destroy: Optional[bool] = None,
                   gzips: Optional[Sequence[ServiceVclGzipArgs]] = None,
                   headers: Optional[Sequence[ServiceVclHeaderArgs]] = None,
                   healthchecks: Optional[Sequence[ServiceVclHealthcheckArgs]] = None,
                   http3: Optional[bool] = None,
                   logging_bigqueries: Optional[Sequence[ServiceVclLoggingBigqueryArgs]] = None,
                   logging_blobstorages: Optional[Sequence[ServiceVclLoggingBlobstorageArgs]] = None,
                   logging_cloudfiles: Optional[Sequence[ServiceVclLoggingCloudfileArgs]] = None,
                   logging_datadogs: Optional[Sequence[ServiceVclLoggingDatadogArgs]] = None,
                   logging_digitaloceans: Optional[Sequence[ServiceVclLoggingDigitaloceanArgs]] = None,
                   logging_elasticsearches: Optional[Sequence[ServiceVclLoggingElasticsearchArgs]] = None,
                   logging_ftps: Optional[Sequence[ServiceVclLoggingFtpArgs]] = None,
                   logging_gcs: Optional[Sequence[ServiceVclLoggingGcArgs]] = None,
                   logging_googlepubsubs: Optional[Sequence[ServiceVclLoggingGooglepubsubArgs]] = None,
                   logging_herokus: Optional[Sequence[ServiceVclLoggingHerokusArgs]] = None,
                   logging_honeycombs: Optional[Sequence[ServiceVclLoggingHoneycombArgs]] = None,
                   logging_https: Optional[Sequence[ServiceVclLoggingHttpArgs]] = None,
                   logging_kafkas: Optional[Sequence[ServiceVclLoggingKafkaArgs]] = None,
                   logging_kineses: Optional[Sequence[ServiceVclLoggingKineseArgs]] = None,
                   logging_logentries: Optional[Sequence[ServiceVclLoggingLogentryArgs]] = None,
                   logging_logglies: Optional[Sequence[ServiceVclLoggingLogglyArgs]] = None,
                   logging_logshuttles: Optional[Sequence[ServiceVclLoggingLogshuttleArgs]] = None,
                   logging_newrelicotlps: Optional[Sequence[ServiceVclLoggingNewrelicotlpArgs]] = None,
                   logging_newrelics: Optional[Sequence[ServiceVclLoggingNewrelicArgs]] = None,
                   logging_openstacks: Optional[Sequence[ServiceVclLoggingOpenstackArgs]] = None,
                   logging_papertrails: Optional[Sequence[ServiceVclLoggingPapertrailArgs]] = None,
                   logging_s3s: Optional[Sequence[ServiceVclLoggingS3Args]] = None,
                   logging_scalyrs: Optional[Sequence[ServiceVclLoggingScalyrArgs]] = None,
                   logging_sftps: Optional[Sequence[ServiceVclLoggingSftpArgs]] = None,
                   logging_splunks: Optional[Sequence[ServiceVclLoggingSplunkArgs]] = None,
                   logging_sumologics: Optional[Sequence[ServiceVclLoggingSumologicArgs]] = None,
                   logging_syslogs: Optional[Sequence[ServiceVclLoggingSyslogArgs]] = None,
                   name: Optional[str] = None,
                   product_enablement: Optional[ServiceVclProductEnablementArgs] = None,
                   rate_limiters: Optional[Sequence[ServiceVclRateLimiterArgs]] = None,
                   request_settings: Optional[Sequence[ServiceVclRequestSettingArgs]] = None,
                   response_objects: Optional[Sequence[ServiceVclResponseObjectArgs]] = None,
                   reuse: Optional[bool] = None,
                   snippets: Optional[Sequence[ServiceVclSnippetArgs]] = None,
                   stale_if_error: Optional[bool] = None,
                   stale_if_error_ttl: Optional[int] = None,
                   vcls: Optional[Sequence[ServiceVclVclArgs]] = None,
                   version_comment: Optional[str] = None,
                   waf: Optional[ServiceVclWafArgs] = None)
    @overload
    def ServiceVcl(resource_name: str,
                   args: ServiceVclArgs,
                   opts: Optional[ResourceOptions] = None)
    func NewServiceVcl(ctx *Context, name string, args ServiceVclArgs, opts ...ResourceOption) (*ServiceVcl, error)
    public ServiceVcl(string name, ServiceVclArgs args, CustomResourceOptions? opts = null)
    public ServiceVcl(String name, ServiceVclArgs args)
    public ServiceVcl(String name, ServiceVclArgs args, CustomResourceOptions options)
    
    type: fastly:ServiceVcl
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ServiceVclArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ServiceVclArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ServiceVclArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceVclArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceVclArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ServiceVcl Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ServiceVcl resource accepts the following input properties:

    Domains List<ServiceVclDomain>
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    Acls List<ServiceVclAcl>
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    Activate bool
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    Backends List<ServiceVclBackend>
    CacheSettings List<ServiceVclCacheSetting>
    Comment string
    An optional comment about the Director
    Conditions List<ServiceVclCondition>
    DefaultHost string
    Sets the host header
    DefaultTtl int
    The default Time-to-live (TTL) for requests
    Dictionaries List<ServiceVclDictionary>
    Directors List<ServiceVclDirector>
    Dynamicsnippets List<ServiceVclDynamicsnippet>
    ForceDestroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    Gzips List<ServiceVclGzip>
    Headers List<ServiceVclHeader>
    Healthchecks List<ServiceVclHealthcheck>
    Name of a defined healthcheck to assign to this backend
    Http3 bool
    Enables support for the HTTP/3 (QUIC) protocol
    LoggingBigqueries List<ServiceVclLoggingBigquery>
    LoggingBlobstorages List<ServiceVclLoggingBlobstorage>
    LoggingCloudfiles List<ServiceVclLoggingCloudfile>
    LoggingDatadogs List<ServiceVclLoggingDatadog>
    LoggingDigitaloceans List<ServiceVclLoggingDigitalocean>
    LoggingElasticsearches List<ServiceVclLoggingElasticsearch>
    LoggingFtps List<ServiceVclLoggingFtp>
    LoggingGcs List<ServiceVclLoggingGc>
    LoggingGooglepubsubs List<ServiceVclLoggingGooglepubsub>
    LoggingHerokus List<ServiceVclLoggingHerokus>
    LoggingHoneycombs List<ServiceVclLoggingHoneycomb>
    LoggingHttps List<ServiceVclLoggingHttp>
    LoggingKafkas List<ServiceVclLoggingKafka>
    LoggingKineses List<ServiceVclLoggingKinese>
    LoggingLogentries List<ServiceVclLoggingLogentry>
    LoggingLogglies List<ServiceVclLoggingLoggly>
    LoggingLogshuttles List<ServiceVclLoggingLogshuttle>
    LoggingNewrelicotlps List<ServiceVclLoggingNewrelicotlp>
    LoggingNewrelics List<ServiceVclLoggingNewrelic>
    LoggingOpenstacks List<ServiceVclLoggingOpenstack>
    LoggingPapertrails List<ServiceVclLoggingPapertrail>
    LoggingS3s List<ServiceVclLoggingS3>
    LoggingScalyrs List<ServiceVclLoggingScalyr>
    LoggingSftps List<ServiceVclLoggingSftp>
    LoggingSplunks List<ServiceVclLoggingSplunk>
    LoggingSumologics List<ServiceVclLoggingSumologic>
    LoggingSyslogs List<ServiceVclLoggingSyslog>
    Name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    ProductEnablement ServiceVclProductEnablement
    RateLimiters List<ServiceVclRateLimiter>
    RequestSettings List<ServiceVclRequestSetting>
    ResponseObjects List<ServiceVclResponseObject>
    The name of the response object used by the Web Application Firewall
    Reuse bool
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    Snippets List<ServiceVclSnippet>
    StaleIfError bool
    Enables serving a stale object if there is an error
    StaleIfErrorTtl int
    The default time-to-live (TTL) for serving the stale object for the version
    Vcls List<ServiceVclVcl>
    VersionComment string
    Description field for the version
    Waf ServiceVclWaf
    Domains []ServiceVclDomainArgs
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    Acls []ServiceVclAclArgs
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    Activate bool
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    Backends []ServiceVclBackendArgs
    CacheSettings []ServiceVclCacheSettingArgs
    Comment string
    An optional comment about the Director
    Conditions []ServiceVclConditionArgs
    DefaultHost string
    Sets the host header
    DefaultTtl int
    The default Time-to-live (TTL) for requests
    Dictionaries []ServiceVclDictionaryArgs
    Directors []ServiceVclDirectorArgs
    Dynamicsnippets []ServiceVclDynamicsnippetArgs
    ForceDestroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    Gzips []ServiceVclGzipArgs
    Headers []ServiceVclHeaderArgs
    Healthchecks []ServiceVclHealthcheckArgs
    Name of a defined healthcheck to assign to this backend
    Http3 bool
    Enables support for the HTTP/3 (QUIC) protocol
    LoggingBigqueries []ServiceVclLoggingBigqueryArgs
    LoggingBlobstorages []ServiceVclLoggingBlobstorageArgs
    LoggingCloudfiles []ServiceVclLoggingCloudfileArgs
    LoggingDatadogs []ServiceVclLoggingDatadogArgs
    LoggingDigitaloceans []ServiceVclLoggingDigitaloceanArgs
    LoggingElasticsearches []ServiceVclLoggingElasticsearchArgs
    LoggingFtps []ServiceVclLoggingFtpArgs
    LoggingGcs []ServiceVclLoggingGcArgs
    LoggingGooglepubsubs []ServiceVclLoggingGooglepubsubArgs
    LoggingHerokus []ServiceVclLoggingHerokusArgs
    LoggingHoneycombs []ServiceVclLoggingHoneycombArgs
    LoggingHttps []ServiceVclLoggingHttpArgs
    LoggingKafkas []ServiceVclLoggingKafkaArgs
    LoggingKineses []ServiceVclLoggingKineseArgs
    LoggingLogentries []ServiceVclLoggingLogentryArgs
    LoggingLogglies []ServiceVclLoggingLogglyArgs
    LoggingLogshuttles []ServiceVclLoggingLogshuttleArgs
    LoggingNewrelicotlps []ServiceVclLoggingNewrelicotlpArgs
    LoggingNewrelics []ServiceVclLoggingNewrelicArgs
    LoggingOpenstacks []ServiceVclLoggingOpenstackArgs
    LoggingPapertrails []ServiceVclLoggingPapertrailArgs
    LoggingS3s []ServiceVclLoggingS3Args
    LoggingScalyrs []ServiceVclLoggingScalyrArgs
    LoggingSftps []ServiceVclLoggingSftpArgs
    LoggingSplunks []ServiceVclLoggingSplunkArgs
    LoggingSumologics []ServiceVclLoggingSumologicArgs
    LoggingSyslogs []ServiceVclLoggingSyslogArgs
    Name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    ProductEnablement ServiceVclProductEnablementArgs
    RateLimiters []ServiceVclRateLimiterArgs
    RequestSettings []ServiceVclRequestSettingArgs
    ResponseObjects []ServiceVclResponseObjectArgs
    The name of the response object used by the Web Application Firewall
    Reuse bool
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    Snippets []ServiceVclSnippetArgs
    StaleIfError bool
    Enables serving a stale object if there is an error
    StaleIfErrorTtl int
    The default time-to-live (TTL) for serving the stale object for the version
    Vcls []ServiceVclVclArgs
    VersionComment string
    Description field for the version
    Waf ServiceVclWafArgs
    domains List<ServiceVclDomain>
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    acls List<ServiceVclAcl>
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate Boolean
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    backends List<ServiceVclBackend>
    cacheSettings List<ServiceVclCacheSetting>
    comment String
    An optional comment about the Director
    conditions List<ServiceVclCondition>
    defaultHost String
    Sets the host header
    defaultTtl Integer
    The default Time-to-live (TTL) for requests
    dictionaries List<ServiceVclDictionary>
    directors List<ServiceVclDirector>
    dynamicsnippets List<ServiceVclDynamicsnippet>
    forceDestroy Boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    gzips List<ServiceVclGzip>
    headers List<ServiceVclHeader>
    healthchecks List<ServiceVclHealthcheck>
    Name of a defined healthcheck to assign to this backend
    http3 Boolean
    Enables support for the HTTP/3 (QUIC) protocol
    loggingBigqueries List<ServiceVclLoggingBigquery>
    loggingBlobstorages List<ServiceVclLoggingBlobstorage>
    loggingCloudfiles List<ServiceVclLoggingCloudfile>
    loggingDatadogs List<ServiceVclLoggingDatadog>
    loggingDigitaloceans List<ServiceVclLoggingDigitalocean>
    loggingElasticsearches List<ServiceVclLoggingElasticsearch>
    loggingFtps List<ServiceVclLoggingFtp>
    loggingGcs List<ServiceVclLoggingGc>
    loggingGooglepubsubs List<ServiceVclLoggingGooglepubsub>
    loggingHerokus List<ServiceVclLoggingHerokus>
    loggingHoneycombs List<ServiceVclLoggingHoneycomb>
    loggingHttps List<ServiceVclLoggingHttp>
    loggingKafkas List<ServiceVclLoggingKafka>
    loggingKineses List<ServiceVclLoggingKinese>
    loggingLogentries List<ServiceVclLoggingLogentry>
    loggingLogglies List<ServiceVclLoggingLoggly>
    loggingLogshuttles List<ServiceVclLoggingLogshuttle>
    loggingNewrelicotlps List<ServiceVclLoggingNewrelicotlp>
    loggingNewrelics List<ServiceVclLoggingNewrelic>
    loggingOpenstacks List<ServiceVclLoggingOpenstack>
    loggingPapertrails List<ServiceVclLoggingPapertrail>
    loggingS3s List<ServiceVclLoggingS3>
    loggingScalyrs List<ServiceVclLoggingScalyr>
    loggingSftps List<ServiceVclLoggingSftp>
    loggingSplunks List<ServiceVclLoggingSplunk>
    loggingSumologics List<ServiceVclLoggingSumologic>
    loggingSyslogs List<ServiceVclLoggingSyslog>
    name String
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    productEnablement ServiceVclProductEnablement
    rateLimiters List<ServiceVclRateLimiter>
    requestSettings List<ServiceVclRequestSetting>
    responseObjects List<ServiceVclResponseObject>
    The name of the response object used by the Web Application Firewall
    reuse Boolean
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets List<ServiceVclSnippet>
    staleIfError Boolean
    Enables serving a stale object if there is an error
    staleIfErrorTtl Integer
    The default time-to-live (TTL) for serving the stale object for the version
    vcls List<ServiceVclVcl>
    versionComment String
    Description field for the version
    waf ServiceVclWaf
    domains ServiceVclDomain[]
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    acls ServiceVclAcl[]
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate boolean
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    backends ServiceVclBackend[]
    cacheSettings ServiceVclCacheSetting[]
    comment string
    An optional comment about the Director
    conditions ServiceVclCondition[]
    defaultHost string
    Sets the host header
    defaultTtl number
    The default Time-to-live (TTL) for requests
    dictionaries ServiceVclDictionary[]
    directors ServiceVclDirector[]
    dynamicsnippets ServiceVclDynamicsnippet[]
    forceDestroy boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    gzips ServiceVclGzip[]
    headers ServiceVclHeader[]
    healthchecks ServiceVclHealthcheck[]
    Name of a defined healthcheck to assign to this backend
    http3 boolean
    Enables support for the HTTP/3 (QUIC) protocol
    loggingBigqueries ServiceVclLoggingBigquery[]
    loggingBlobstorages ServiceVclLoggingBlobstorage[]
    loggingCloudfiles ServiceVclLoggingCloudfile[]
    loggingDatadogs ServiceVclLoggingDatadog[]
    loggingDigitaloceans ServiceVclLoggingDigitalocean[]
    loggingElasticsearches ServiceVclLoggingElasticsearch[]
    loggingFtps ServiceVclLoggingFtp[]
    loggingGcs ServiceVclLoggingGc[]
    loggingGooglepubsubs ServiceVclLoggingGooglepubsub[]
    loggingHerokus ServiceVclLoggingHerokus[]
    loggingHoneycombs ServiceVclLoggingHoneycomb[]
    loggingHttps ServiceVclLoggingHttp[]
    loggingKafkas ServiceVclLoggingKafka[]
    loggingKineses ServiceVclLoggingKinese[]
    loggingLogentries ServiceVclLoggingLogentry[]
    loggingLogglies ServiceVclLoggingLoggly[]
    loggingLogshuttles ServiceVclLoggingLogshuttle[]
    loggingNewrelicotlps ServiceVclLoggingNewrelicotlp[]
    loggingNewrelics ServiceVclLoggingNewrelic[]
    loggingOpenstacks ServiceVclLoggingOpenstack[]
    loggingPapertrails ServiceVclLoggingPapertrail[]
    loggingS3s ServiceVclLoggingS3[]
    loggingScalyrs ServiceVclLoggingScalyr[]
    loggingSftps ServiceVclLoggingSftp[]
    loggingSplunks ServiceVclLoggingSplunk[]
    loggingSumologics ServiceVclLoggingSumologic[]
    loggingSyslogs ServiceVclLoggingSyslog[]
    name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    productEnablement ServiceVclProductEnablement
    rateLimiters ServiceVclRateLimiter[]
    requestSettings ServiceVclRequestSetting[]
    responseObjects ServiceVclResponseObject[]
    The name of the response object used by the Web Application Firewall
    reuse boolean
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets ServiceVclSnippet[]
    staleIfError boolean
    Enables serving a stale object if there is an error
    staleIfErrorTtl number
    The default time-to-live (TTL) for serving the stale object for the version
    vcls ServiceVclVcl[]
    versionComment string
    Description field for the version
    waf ServiceVclWaf
    domains Sequence[ServiceVclDomainArgs]
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    acls Sequence[ServiceVclAclArgs]
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate bool
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    backends Sequence[ServiceVclBackendArgs]
    cache_settings Sequence[ServiceVclCacheSettingArgs]
    comment str
    An optional comment about the Director
    conditions Sequence[ServiceVclConditionArgs]
    default_host str
    Sets the host header
    default_ttl int
    The default Time-to-live (TTL) for requests
    dictionaries Sequence[ServiceVclDictionaryArgs]
    directors Sequence[ServiceVclDirectorArgs]
    dynamicsnippets Sequence[ServiceVclDynamicsnippetArgs]
    force_destroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    gzips Sequence[ServiceVclGzipArgs]
    headers Sequence[ServiceVclHeaderArgs]
    healthchecks Sequence[ServiceVclHealthcheckArgs]
    Name of a defined healthcheck to assign to this backend
    http3 bool
    Enables support for the HTTP/3 (QUIC) protocol
    logging_bigqueries Sequence[ServiceVclLoggingBigqueryArgs]
    logging_blobstorages Sequence[ServiceVclLoggingBlobstorageArgs]
    logging_cloudfiles Sequence[ServiceVclLoggingCloudfileArgs]
    logging_datadogs Sequence[ServiceVclLoggingDatadogArgs]
    logging_digitaloceans Sequence[ServiceVclLoggingDigitaloceanArgs]
    logging_elasticsearches Sequence[ServiceVclLoggingElasticsearchArgs]
    logging_ftps Sequence[ServiceVclLoggingFtpArgs]
    logging_gcs Sequence[ServiceVclLoggingGcArgs]
    logging_googlepubsubs Sequence[ServiceVclLoggingGooglepubsubArgs]
    logging_herokus Sequence[ServiceVclLoggingHerokusArgs]
    logging_honeycombs Sequence[ServiceVclLoggingHoneycombArgs]
    logging_https Sequence[ServiceVclLoggingHttpArgs]
    logging_kafkas Sequence[ServiceVclLoggingKafkaArgs]
    logging_kineses Sequence[ServiceVclLoggingKineseArgs]
    logging_logentries Sequence[ServiceVclLoggingLogentryArgs]
    logging_logglies Sequence[ServiceVclLoggingLogglyArgs]
    logging_logshuttles Sequence[ServiceVclLoggingLogshuttleArgs]
    logging_newrelicotlps Sequence[ServiceVclLoggingNewrelicotlpArgs]
    logging_newrelics Sequence[ServiceVclLoggingNewrelicArgs]
    logging_openstacks Sequence[ServiceVclLoggingOpenstackArgs]
    logging_papertrails Sequence[ServiceVclLoggingPapertrailArgs]
    logging_s3s Sequence[ServiceVclLoggingS3Args]
    logging_scalyrs Sequence[ServiceVclLoggingScalyrArgs]
    logging_sftps Sequence[ServiceVclLoggingSftpArgs]
    logging_splunks Sequence[ServiceVclLoggingSplunkArgs]
    logging_sumologics Sequence[ServiceVclLoggingSumologicArgs]
    logging_syslogs Sequence[ServiceVclLoggingSyslogArgs]
    name str
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    product_enablement ServiceVclProductEnablementArgs
    rate_limiters Sequence[ServiceVclRateLimiterArgs]
    request_settings Sequence[ServiceVclRequestSettingArgs]
    response_objects Sequence[ServiceVclResponseObjectArgs]
    The name of the response object used by the Web Application Firewall
    reuse bool
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets Sequence[ServiceVclSnippetArgs]
    stale_if_error bool
    Enables serving a stale object if there is an error
    stale_if_error_ttl int
    The default time-to-live (TTL) for serving the stale object for the version
    vcls Sequence[ServiceVclVclArgs]
    version_comment str
    Description field for the version
    waf ServiceVclWafArgs
    domains List<Property Map>
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    acls List<Property Map>
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate Boolean
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    backends List<Property Map>
    cacheSettings List<Property Map>
    comment String
    An optional comment about the Director
    conditions List<Property Map>
    defaultHost String
    Sets the host header
    defaultTtl Number
    The default Time-to-live (TTL) for requests
    dictionaries List<Property Map>
    directors List<Property Map>
    dynamicsnippets List<Property Map>
    forceDestroy Boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    gzips List<Property Map>
    headers List<Property Map>
    healthchecks List<Property Map>
    Name of a defined healthcheck to assign to this backend
    http3 Boolean
    Enables support for the HTTP/3 (QUIC) protocol
    loggingBigqueries List<Property Map>
    loggingBlobstorages List<Property Map>
    loggingCloudfiles List<Property Map>
    loggingDatadogs List<Property Map>
    loggingDigitaloceans List<Property Map>
    loggingElasticsearches List<Property Map>
    loggingFtps List<Property Map>
    loggingGcs List<Property Map>
    loggingGooglepubsubs List<Property Map>
    loggingHerokus List<Property Map>
    loggingHoneycombs List<Property Map>
    loggingHttps List<Property Map>
    loggingKafkas List<Property Map>
    loggingKineses List<Property Map>
    loggingLogentries List<Property Map>
    loggingLogglies List<Property Map>
    loggingLogshuttles List<Property Map>
    loggingNewrelicotlps List<Property Map>
    loggingNewrelics List<Property Map>
    loggingOpenstacks List<Property Map>
    loggingPapertrails List<Property Map>
    loggingS3s List<Property Map>
    loggingScalyrs List<Property Map>
    loggingSftps List<Property Map>
    loggingSplunks List<Property Map>
    loggingSumologics List<Property Map>
    loggingSyslogs List<Property Map>
    name String
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    productEnablement Property Map
    rateLimiters List<Property Map>
    requestSettings List<Property Map>
    responseObjects List<Property Map>
    The name of the response object used by the Web Application Firewall
    reuse Boolean
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets List<Property Map>
    staleIfError Boolean
    Enables serving a stale object if there is an error
    staleIfErrorTtl Number
    The default time-to-live (TTL) for serving the stale object for the version
    vcls List<Property Map>
    versionComment String
    Description field for the version
    waf Property Map

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ServiceVcl resource produces the following output properties:

    ActiveVersion int
    The currently active version of your Fastly Service
    ClonedVersion int
    The latest cloned version by the provider
    ForceRefresh bool
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    Id string
    The provider-assigned unique ID for this managed resource.
    Imported bool
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    ActiveVersion int
    The currently active version of your Fastly Service
    ClonedVersion int
    The latest cloned version by the provider
    ForceRefresh bool
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    Id string
    The provider-assigned unique ID for this managed resource.
    Imported bool
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    activeVersion Integer
    The currently active version of your Fastly Service
    clonedVersion Integer
    The latest cloned version by the provider
    forceRefresh Boolean
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    id String
    The provider-assigned unique ID for this managed resource.
    imported Boolean
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    activeVersion number
    The currently active version of your Fastly Service
    clonedVersion number
    The latest cloned version by the provider
    forceRefresh boolean
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    id string
    The provider-assigned unique ID for this managed resource.
    imported boolean
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    active_version int
    The currently active version of your Fastly Service
    cloned_version int
    The latest cloned version by the provider
    force_refresh bool
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    id str
    The provider-assigned unique ID for this managed resource.
    imported bool
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    activeVersion Number
    The currently active version of your Fastly Service
    clonedVersion Number
    The latest cloned version by the provider
    forceRefresh Boolean
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    id String
    The provider-assigned unique ID for this managed resource.
    imported Boolean
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished

    Look up Existing ServiceVcl Resource

    Get an existing ServiceVcl resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ServiceVclState, opts?: CustomResourceOptions): ServiceVcl
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            acls: Optional[Sequence[ServiceVclAclArgs]] = None,
            activate: Optional[bool] = None,
            active_version: Optional[int] = None,
            backends: Optional[Sequence[ServiceVclBackendArgs]] = None,
            cache_settings: Optional[Sequence[ServiceVclCacheSettingArgs]] = None,
            cloned_version: Optional[int] = None,
            comment: Optional[str] = None,
            conditions: Optional[Sequence[ServiceVclConditionArgs]] = None,
            default_host: Optional[str] = None,
            default_ttl: Optional[int] = None,
            dictionaries: Optional[Sequence[ServiceVclDictionaryArgs]] = None,
            directors: Optional[Sequence[ServiceVclDirectorArgs]] = None,
            domains: Optional[Sequence[ServiceVclDomainArgs]] = None,
            dynamicsnippets: Optional[Sequence[ServiceVclDynamicsnippetArgs]] = None,
            force_destroy: Optional[bool] = None,
            force_refresh: Optional[bool] = None,
            gzips: Optional[Sequence[ServiceVclGzipArgs]] = None,
            headers: Optional[Sequence[ServiceVclHeaderArgs]] = None,
            healthchecks: Optional[Sequence[ServiceVclHealthcheckArgs]] = None,
            http3: Optional[bool] = None,
            imported: Optional[bool] = None,
            logging_bigqueries: Optional[Sequence[ServiceVclLoggingBigqueryArgs]] = None,
            logging_blobstorages: Optional[Sequence[ServiceVclLoggingBlobstorageArgs]] = None,
            logging_cloudfiles: Optional[Sequence[ServiceVclLoggingCloudfileArgs]] = None,
            logging_datadogs: Optional[Sequence[ServiceVclLoggingDatadogArgs]] = None,
            logging_digitaloceans: Optional[Sequence[ServiceVclLoggingDigitaloceanArgs]] = None,
            logging_elasticsearches: Optional[Sequence[ServiceVclLoggingElasticsearchArgs]] = None,
            logging_ftps: Optional[Sequence[ServiceVclLoggingFtpArgs]] = None,
            logging_gcs: Optional[Sequence[ServiceVclLoggingGcArgs]] = None,
            logging_googlepubsubs: Optional[Sequence[ServiceVclLoggingGooglepubsubArgs]] = None,
            logging_herokus: Optional[Sequence[ServiceVclLoggingHerokusArgs]] = None,
            logging_honeycombs: Optional[Sequence[ServiceVclLoggingHoneycombArgs]] = None,
            logging_https: Optional[Sequence[ServiceVclLoggingHttpArgs]] = None,
            logging_kafkas: Optional[Sequence[ServiceVclLoggingKafkaArgs]] = None,
            logging_kineses: Optional[Sequence[ServiceVclLoggingKineseArgs]] = None,
            logging_logentries: Optional[Sequence[ServiceVclLoggingLogentryArgs]] = None,
            logging_logglies: Optional[Sequence[ServiceVclLoggingLogglyArgs]] = None,
            logging_logshuttles: Optional[Sequence[ServiceVclLoggingLogshuttleArgs]] = None,
            logging_newrelicotlps: Optional[Sequence[ServiceVclLoggingNewrelicotlpArgs]] = None,
            logging_newrelics: Optional[Sequence[ServiceVclLoggingNewrelicArgs]] = None,
            logging_openstacks: Optional[Sequence[ServiceVclLoggingOpenstackArgs]] = None,
            logging_papertrails: Optional[Sequence[ServiceVclLoggingPapertrailArgs]] = None,
            logging_s3s: Optional[Sequence[ServiceVclLoggingS3Args]] = None,
            logging_scalyrs: Optional[Sequence[ServiceVclLoggingScalyrArgs]] = None,
            logging_sftps: Optional[Sequence[ServiceVclLoggingSftpArgs]] = None,
            logging_splunks: Optional[Sequence[ServiceVclLoggingSplunkArgs]] = None,
            logging_sumologics: Optional[Sequence[ServiceVclLoggingSumologicArgs]] = None,
            logging_syslogs: Optional[Sequence[ServiceVclLoggingSyslogArgs]] = None,
            name: Optional[str] = None,
            product_enablement: Optional[ServiceVclProductEnablementArgs] = None,
            rate_limiters: Optional[Sequence[ServiceVclRateLimiterArgs]] = None,
            request_settings: Optional[Sequence[ServiceVclRequestSettingArgs]] = None,
            response_objects: Optional[Sequence[ServiceVclResponseObjectArgs]] = None,
            reuse: Optional[bool] = None,
            snippets: Optional[Sequence[ServiceVclSnippetArgs]] = None,
            stale_if_error: Optional[bool] = None,
            stale_if_error_ttl: Optional[int] = None,
            vcls: Optional[Sequence[ServiceVclVclArgs]] = None,
            version_comment: Optional[str] = None,
            waf: Optional[ServiceVclWafArgs] = None) -> ServiceVcl
    func GetServiceVcl(ctx *Context, name string, id IDInput, state *ServiceVclState, opts ...ResourceOption) (*ServiceVcl, error)
    public static ServiceVcl Get(string name, Input<string> id, ServiceVclState? state, CustomResourceOptions? opts = null)
    public static ServiceVcl get(String name, Output<String> id, ServiceVclState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Acls List<ServiceVclAcl>
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    Activate bool
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    ActiveVersion int
    The currently active version of your Fastly Service
    Backends List<ServiceVclBackend>
    CacheSettings List<ServiceVclCacheSetting>
    ClonedVersion int
    The latest cloned version by the provider
    Comment string
    An optional comment about the Director
    Conditions List<ServiceVclCondition>
    DefaultHost string
    Sets the host header
    DefaultTtl int
    The default Time-to-live (TTL) for requests
    Dictionaries List<ServiceVclDictionary>
    Directors List<ServiceVclDirector>
    Domains List<ServiceVclDomain>
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    Dynamicsnippets List<ServiceVclDynamicsnippet>
    ForceDestroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    ForceRefresh bool
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    Gzips List<ServiceVclGzip>
    Headers List<ServiceVclHeader>
    Healthchecks List<ServiceVclHealthcheck>
    Name of a defined healthcheck to assign to this backend
    Http3 bool
    Enables support for the HTTP/3 (QUIC) protocol
    Imported bool
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    LoggingBigqueries List<ServiceVclLoggingBigquery>
    LoggingBlobstorages List<ServiceVclLoggingBlobstorage>
    LoggingCloudfiles List<ServiceVclLoggingCloudfile>
    LoggingDatadogs List<ServiceVclLoggingDatadog>
    LoggingDigitaloceans List<ServiceVclLoggingDigitalocean>
    LoggingElasticsearches List<ServiceVclLoggingElasticsearch>
    LoggingFtps List<ServiceVclLoggingFtp>
    LoggingGcs List<ServiceVclLoggingGc>
    LoggingGooglepubsubs List<ServiceVclLoggingGooglepubsub>
    LoggingHerokus List<ServiceVclLoggingHerokus>
    LoggingHoneycombs List<ServiceVclLoggingHoneycomb>
    LoggingHttps List<ServiceVclLoggingHttp>
    LoggingKafkas List<ServiceVclLoggingKafka>
    LoggingKineses List<ServiceVclLoggingKinese>
    LoggingLogentries List<ServiceVclLoggingLogentry>
    LoggingLogglies List<ServiceVclLoggingLoggly>
    LoggingLogshuttles List<ServiceVclLoggingLogshuttle>
    LoggingNewrelicotlps List<ServiceVclLoggingNewrelicotlp>
    LoggingNewrelics List<ServiceVclLoggingNewrelic>
    LoggingOpenstacks List<ServiceVclLoggingOpenstack>
    LoggingPapertrails List<ServiceVclLoggingPapertrail>
    LoggingS3s List<ServiceVclLoggingS3>
    LoggingScalyrs List<ServiceVclLoggingScalyr>
    LoggingSftps List<ServiceVclLoggingSftp>
    LoggingSplunks List<ServiceVclLoggingSplunk>
    LoggingSumologics List<ServiceVclLoggingSumologic>
    LoggingSyslogs List<ServiceVclLoggingSyslog>
    Name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    ProductEnablement ServiceVclProductEnablement
    RateLimiters List<ServiceVclRateLimiter>
    RequestSettings List<ServiceVclRequestSetting>
    ResponseObjects List<ServiceVclResponseObject>
    The name of the response object used by the Web Application Firewall
    Reuse bool
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    Snippets List<ServiceVclSnippet>
    StaleIfError bool
    Enables serving a stale object if there is an error
    StaleIfErrorTtl int
    The default time-to-live (TTL) for serving the stale object for the version
    Vcls List<ServiceVclVcl>
    VersionComment string
    Description field for the version
    Waf ServiceVclWaf
    Acls []ServiceVclAclArgs
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    Activate bool
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    ActiveVersion int
    The currently active version of your Fastly Service
    Backends []ServiceVclBackendArgs
    CacheSettings []ServiceVclCacheSettingArgs
    ClonedVersion int
    The latest cloned version by the provider
    Comment string
    An optional comment about the Director
    Conditions []ServiceVclConditionArgs
    DefaultHost string
    Sets the host header
    DefaultTtl int
    The default Time-to-live (TTL) for requests
    Dictionaries []ServiceVclDictionaryArgs
    Directors []ServiceVclDirectorArgs
    Domains []ServiceVclDomainArgs
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    Dynamicsnippets []ServiceVclDynamicsnippetArgs
    ForceDestroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    ForceRefresh bool
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    Gzips []ServiceVclGzipArgs
    Headers []ServiceVclHeaderArgs
    Healthchecks []ServiceVclHealthcheckArgs
    Name of a defined healthcheck to assign to this backend
    Http3 bool
    Enables support for the HTTP/3 (QUIC) protocol
    Imported bool
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    LoggingBigqueries []ServiceVclLoggingBigqueryArgs
    LoggingBlobstorages []ServiceVclLoggingBlobstorageArgs
    LoggingCloudfiles []ServiceVclLoggingCloudfileArgs
    LoggingDatadogs []ServiceVclLoggingDatadogArgs
    LoggingDigitaloceans []ServiceVclLoggingDigitaloceanArgs
    LoggingElasticsearches []ServiceVclLoggingElasticsearchArgs
    LoggingFtps []ServiceVclLoggingFtpArgs
    LoggingGcs []ServiceVclLoggingGcArgs
    LoggingGooglepubsubs []ServiceVclLoggingGooglepubsubArgs
    LoggingHerokus []ServiceVclLoggingHerokusArgs
    LoggingHoneycombs []ServiceVclLoggingHoneycombArgs
    LoggingHttps []ServiceVclLoggingHttpArgs
    LoggingKafkas []ServiceVclLoggingKafkaArgs
    LoggingKineses []ServiceVclLoggingKineseArgs
    LoggingLogentries []ServiceVclLoggingLogentryArgs
    LoggingLogglies []ServiceVclLoggingLogglyArgs
    LoggingLogshuttles []ServiceVclLoggingLogshuttleArgs
    LoggingNewrelicotlps []ServiceVclLoggingNewrelicotlpArgs
    LoggingNewrelics []ServiceVclLoggingNewrelicArgs
    LoggingOpenstacks []ServiceVclLoggingOpenstackArgs
    LoggingPapertrails []ServiceVclLoggingPapertrailArgs
    LoggingS3s []ServiceVclLoggingS3Args
    LoggingScalyrs []ServiceVclLoggingScalyrArgs
    LoggingSftps []ServiceVclLoggingSftpArgs
    LoggingSplunks []ServiceVclLoggingSplunkArgs
    LoggingSumologics []ServiceVclLoggingSumologicArgs
    LoggingSyslogs []ServiceVclLoggingSyslogArgs
    Name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    ProductEnablement ServiceVclProductEnablementArgs
    RateLimiters []ServiceVclRateLimiterArgs
    RequestSettings []ServiceVclRequestSettingArgs
    ResponseObjects []ServiceVclResponseObjectArgs
    The name of the response object used by the Web Application Firewall
    Reuse bool
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    Snippets []ServiceVclSnippetArgs
    StaleIfError bool
    Enables serving a stale object if there is an error
    StaleIfErrorTtl int
    The default time-to-live (TTL) for serving the stale object for the version
    Vcls []ServiceVclVclArgs
    VersionComment string
    Description field for the version
    Waf ServiceVclWafArgs
    acls List<ServiceVclAcl>
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate Boolean
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    activeVersion Integer
    The currently active version of your Fastly Service
    backends List<ServiceVclBackend>
    cacheSettings List<ServiceVclCacheSetting>
    clonedVersion Integer
    The latest cloned version by the provider
    comment String
    An optional comment about the Director
    conditions List<ServiceVclCondition>
    defaultHost String
    Sets the host header
    defaultTtl Integer
    The default Time-to-live (TTL) for requests
    dictionaries List<ServiceVclDictionary>
    directors List<ServiceVclDirector>
    domains List<ServiceVclDomain>
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    dynamicsnippets List<ServiceVclDynamicsnippet>
    forceDestroy Boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    forceRefresh Boolean
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    gzips List<ServiceVclGzip>
    headers List<ServiceVclHeader>
    healthchecks List<ServiceVclHealthcheck>
    Name of a defined healthcheck to assign to this backend
    http3 Boolean
    Enables support for the HTTP/3 (QUIC) protocol
    imported Boolean
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    loggingBigqueries List<ServiceVclLoggingBigquery>
    loggingBlobstorages List<ServiceVclLoggingBlobstorage>
    loggingCloudfiles List<ServiceVclLoggingCloudfile>
    loggingDatadogs List<ServiceVclLoggingDatadog>
    loggingDigitaloceans List<ServiceVclLoggingDigitalocean>
    loggingElasticsearches List<ServiceVclLoggingElasticsearch>
    loggingFtps List<ServiceVclLoggingFtp>
    loggingGcs List<ServiceVclLoggingGc>
    loggingGooglepubsubs List<ServiceVclLoggingGooglepubsub>
    loggingHerokus List<ServiceVclLoggingHerokus>
    loggingHoneycombs List<ServiceVclLoggingHoneycomb>
    loggingHttps List<ServiceVclLoggingHttp>
    loggingKafkas List<ServiceVclLoggingKafka>
    loggingKineses List<ServiceVclLoggingKinese>
    loggingLogentries List<ServiceVclLoggingLogentry>
    loggingLogglies List<ServiceVclLoggingLoggly>
    loggingLogshuttles List<ServiceVclLoggingLogshuttle>
    loggingNewrelicotlps List<ServiceVclLoggingNewrelicotlp>
    loggingNewrelics List<ServiceVclLoggingNewrelic>
    loggingOpenstacks List<ServiceVclLoggingOpenstack>
    loggingPapertrails List<ServiceVclLoggingPapertrail>
    loggingS3s List<ServiceVclLoggingS3>
    loggingScalyrs List<ServiceVclLoggingScalyr>
    loggingSftps List<ServiceVclLoggingSftp>
    loggingSplunks List<ServiceVclLoggingSplunk>
    loggingSumologics List<ServiceVclLoggingSumologic>
    loggingSyslogs List<ServiceVclLoggingSyslog>
    name String
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    productEnablement ServiceVclProductEnablement
    rateLimiters List<ServiceVclRateLimiter>
    requestSettings List<ServiceVclRequestSetting>
    responseObjects List<ServiceVclResponseObject>
    The name of the response object used by the Web Application Firewall
    reuse Boolean
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets List<ServiceVclSnippet>
    staleIfError Boolean
    Enables serving a stale object if there is an error
    staleIfErrorTtl Integer
    The default time-to-live (TTL) for serving the stale object for the version
    vcls List<ServiceVclVcl>
    versionComment String
    Description field for the version
    waf ServiceVclWaf
    acls ServiceVclAcl[]
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate boolean
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    activeVersion number
    The currently active version of your Fastly Service
    backends ServiceVclBackend[]
    cacheSettings ServiceVclCacheSetting[]
    clonedVersion number
    The latest cloned version by the provider
    comment string
    An optional comment about the Director
    conditions ServiceVclCondition[]
    defaultHost string
    Sets the host header
    defaultTtl number
    The default Time-to-live (TTL) for requests
    dictionaries ServiceVclDictionary[]
    directors ServiceVclDirector[]
    domains ServiceVclDomain[]
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    dynamicsnippets ServiceVclDynamicsnippet[]
    forceDestroy boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    forceRefresh boolean
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    gzips ServiceVclGzip[]
    headers ServiceVclHeader[]
    healthchecks ServiceVclHealthcheck[]
    Name of a defined healthcheck to assign to this backend
    http3 boolean
    Enables support for the HTTP/3 (QUIC) protocol
    imported boolean
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    loggingBigqueries ServiceVclLoggingBigquery[]
    loggingBlobstorages ServiceVclLoggingBlobstorage[]
    loggingCloudfiles ServiceVclLoggingCloudfile[]
    loggingDatadogs ServiceVclLoggingDatadog[]
    loggingDigitaloceans ServiceVclLoggingDigitalocean[]
    loggingElasticsearches ServiceVclLoggingElasticsearch[]
    loggingFtps ServiceVclLoggingFtp[]
    loggingGcs ServiceVclLoggingGc[]
    loggingGooglepubsubs ServiceVclLoggingGooglepubsub[]
    loggingHerokus ServiceVclLoggingHerokus[]
    loggingHoneycombs ServiceVclLoggingHoneycomb[]
    loggingHttps ServiceVclLoggingHttp[]
    loggingKafkas ServiceVclLoggingKafka[]
    loggingKineses ServiceVclLoggingKinese[]
    loggingLogentries ServiceVclLoggingLogentry[]
    loggingLogglies ServiceVclLoggingLoggly[]
    loggingLogshuttles ServiceVclLoggingLogshuttle[]
    loggingNewrelicotlps ServiceVclLoggingNewrelicotlp[]
    loggingNewrelics ServiceVclLoggingNewrelic[]
    loggingOpenstacks ServiceVclLoggingOpenstack[]
    loggingPapertrails ServiceVclLoggingPapertrail[]
    loggingS3s ServiceVclLoggingS3[]
    loggingScalyrs ServiceVclLoggingScalyr[]
    loggingSftps ServiceVclLoggingSftp[]
    loggingSplunks ServiceVclLoggingSplunk[]
    loggingSumologics ServiceVclLoggingSumologic[]
    loggingSyslogs ServiceVclLoggingSyslog[]
    name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    productEnablement ServiceVclProductEnablement
    rateLimiters ServiceVclRateLimiter[]
    requestSettings ServiceVclRequestSetting[]
    responseObjects ServiceVclResponseObject[]
    The name of the response object used by the Web Application Firewall
    reuse boolean
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets ServiceVclSnippet[]
    staleIfError boolean
    Enables serving a stale object if there is an error
    staleIfErrorTtl number
    The default time-to-live (TTL) for serving the stale object for the version
    vcls ServiceVclVcl[]
    versionComment string
    Description field for the version
    waf ServiceVclWaf
    acls Sequence[ServiceVclAclArgs]
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate bool
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    active_version int
    The currently active version of your Fastly Service
    backends Sequence[ServiceVclBackendArgs]
    cache_settings Sequence[ServiceVclCacheSettingArgs]
    cloned_version int
    The latest cloned version by the provider
    comment str
    An optional comment about the Director
    conditions Sequence[ServiceVclConditionArgs]
    default_host str
    Sets the host header
    default_ttl int
    The default Time-to-live (TTL) for requests
    dictionaries Sequence[ServiceVclDictionaryArgs]
    directors Sequence[ServiceVclDirectorArgs]
    domains Sequence[ServiceVclDomainArgs]
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    dynamicsnippets Sequence[ServiceVclDynamicsnippetArgs]
    force_destroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    force_refresh bool
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    gzips Sequence[ServiceVclGzipArgs]
    headers Sequence[ServiceVclHeaderArgs]
    healthchecks Sequence[ServiceVclHealthcheckArgs]
    Name of a defined healthcheck to assign to this backend
    http3 bool
    Enables support for the HTTP/3 (QUIC) protocol
    imported bool
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    logging_bigqueries Sequence[ServiceVclLoggingBigqueryArgs]
    logging_blobstorages Sequence[ServiceVclLoggingBlobstorageArgs]
    logging_cloudfiles Sequence[ServiceVclLoggingCloudfileArgs]
    logging_datadogs Sequence[ServiceVclLoggingDatadogArgs]
    logging_digitaloceans Sequence[ServiceVclLoggingDigitaloceanArgs]
    logging_elasticsearches Sequence[ServiceVclLoggingElasticsearchArgs]
    logging_ftps Sequence[ServiceVclLoggingFtpArgs]
    logging_gcs Sequence[ServiceVclLoggingGcArgs]
    logging_googlepubsubs Sequence[ServiceVclLoggingGooglepubsubArgs]
    logging_herokus Sequence[ServiceVclLoggingHerokusArgs]
    logging_honeycombs Sequence[ServiceVclLoggingHoneycombArgs]
    logging_https Sequence[ServiceVclLoggingHttpArgs]
    logging_kafkas Sequence[ServiceVclLoggingKafkaArgs]
    logging_kineses Sequence[ServiceVclLoggingKineseArgs]
    logging_logentries Sequence[ServiceVclLoggingLogentryArgs]
    logging_logglies Sequence[ServiceVclLoggingLogglyArgs]
    logging_logshuttles Sequence[ServiceVclLoggingLogshuttleArgs]
    logging_newrelicotlps Sequence[ServiceVclLoggingNewrelicotlpArgs]
    logging_newrelics Sequence[ServiceVclLoggingNewrelicArgs]
    logging_openstacks Sequence[ServiceVclLoggingOpenstackArgs]
    logging_papertrails Sequence[ServiceVclLoggingPapertrailArgs]
    logging_s3s Sequence[ServiceVclLoggingS3Args]
    logging_scalyrs Sequence[ServiceVclLoggingScalyrArgs]
    logging_sftps Sequence[ServiceVclLoggingSftpArgs]
    logging_splunks Sequence[ServiceVclLoggingSplunkArgs]
    logging_sumologics Sequence[ServiceVclLoggingSumologicArgs]
    logging_syslogs Sequence[ServiceVclLoggingSyslogArgs]
    name str
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    product_enablement ServiceVclProductEnablementArgs
    rate_limiters Sequence[ServiceVclRateLimiterArgs]
    request_settings Sequence[ServiceVclRequestSettingArgs]
    response_objects Sequence[ServiceVclResponseObjectArgs]
    The name of the response object used by the Web Application Firewall
    reuse bool
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets Sequence[ServiceVclSnippetArgs]
    stale_if_error bool
    Enables serving a stale object if there is an error
    stale_if_error_ttl int
    The default time-to-live (TTL) for serving the stale object for the version
    vcls Sequence[ServiceVclVclArgs]
    version_comment str
    Description field for the version
    waf ServiceVclWafArgs
    acls List<Property Map>
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    activate Boolean
    Conditionally prevents the Service from being activated. The apply step will continue to create a new draft version but will not activate it if this is set to false. Default true
    activeVersion Number
    The currently active version of your Fastly Service
    backends List<Property Map>
    cacheSettings List<Property Map>
    clonedVersion Number
    The latest cloned version by the provider
    comment String
    An optional comment about the Director
    conditions List<Property Map>
    defaultHost String
    Sets the host header
    defaultTtl Number
    The default Time-to-live (TTL) for requests
    dictionaries List<Property Map>
    directors List<Property Map>
    domains List<Property Map>
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    dynamicsnippets List<Property Map>
    forceDestroy Boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    forceRefresh Boolean
    Used internally by the provider to temporarily indicate if all resources should call their associated API to update the local state. This is for scenarios where the service version has been reverted outside of Terraform (e.g. via the Fastly UI) and the provider needs to resync the state for a different active version (this is only if activate is true).
    gzips List<Property Map>
    headers List<Property Map>
    healthchecks List<Property Map>
    Name of a defined healthcheck to assign to this backend
    http3 Boolean
    Enables support for the HTTP/3 (QUIC) protocol
    imported Boolean
    Used internally by the provider to temporarily indicate if the service is being imported, and is reset to false once the import is finished
    loggingBigqueries List<Property Map>
    loggingBlobstorages List<Property Map>
    loggingCloudfiles List<Property Map>
    loggingDatadogs List<Property Map>
    loggingDigitaloceans List<Property Map>
    loggingElasticsearches List<Property Map>
    loggingFtps List<Property Map>
    loggingGcs List<Property Map>
    loggingGooglepubsubs List<Property Map>
    loggingHerokus List<Property Map>
    loggingHoneycombs List<Property Map>
    loggingHttps List<Property Map>
    loggingKafkas List<Property Map>
    loggingKineses List<Property Map>
    loggingLogentries List<Property Map>
    loggingLogglies List<Property Map>
    loggingLogshuttles List<Property Map>
    loggingNewrelicotlps List<Property Map>
    loggingNewrelics List<Property Map>
    loggingOpenstacks List<Property Map>
    loggingPapertrails List<Property Map>
    loggingS3s List<Property Map>
    loggingScalyrs List<Property Map>
    loggingSftps List<Property Map>
    loggingSplunks List<Property Map>
    loggingSumologics List<Property Map>
    loggingSyslogs List<Property Map>
    name String
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    productEnablement Property Map
    rateLimiters List<Property Map>
    requestSettings List<Property Map>
    responseObjects List<Property Map>
    The name of the response object used by the Web Application Firewall
    reuse Boolean
    Services that are active cannot be destroyed. If set to true a service Terraform intends to destroy will instead be deactivated (allowing it to be reused by importing it into another Terraform project). If false, attempting to destroy an active service will cause an error. Default false
    snippets List<Property Map>
    staleIfError Boolean
    Enables serving a stale object if there is an error
    staleIfErrorTtl Number
    The default time-to-live (TTL) for serving the stale object for the version
    vcls List<Property Map>
    versionComment String
    Description field for the version
    waf Property Map

    Supporting Types

    ServiceVclAcl, ServiceVclAclArgs

    Name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    AclId string
    The ID of the ACL
    ForceDestroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    Name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    AclId string
    The ID of the ACL
    ForceDestroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    name String
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    aclId String
    The ID of the ACL
    forceDestroy Boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    name string
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    aclId string
    The ID of the ACL
    forceDestroy boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    name str
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    acl_id str
    The ID of the ACL
    force_destroy bool
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.
    name String
    A unique name to identify this ACL. It is important to note that changing this attribute will delete and recreate the ACL, and discard the current items in the ACL
    aclId String
    The ID of the ACL
    forceDestroy Boolean
    Allow the ACL to be deleted, even if it contains entries. Defaults to false.

    ServiceVclBackend, ServiceVclBackendArgs

    Address string
    An IPv4, hostname, or IPv6 address for the Backend
    Name string
    Name for this Backend. Must be unique to this Service. It is important to note that changing this attribute will delete and recreate the resource
    AutoLoadbalance bool
    Denotes if this Backend should be included in the pool of backends that requests are load balanced against. Default false
    BetweenBytesTimeout int
    How long to wait between bytes in milliseconds. Default 10000
    ConnectTimeout int
    How long to wait for a timeout in milliseconds. Default 1000
    ErrorThreshold int
    Number of errors to allow before the Backend is marked as down. Default 0
    FirstByteTimeout int
    How long to wait for the first bytes in milliseconds. Default 15000
    Healthcheck string
    Name of a defined healthcheck to assign to this backend
    KeepaliveTime int
    How long in seconds to keep a persistent connection to the backend between requests.
    MaxConn int
    Maximum number of connections for this Backend. Default 200
    MaxTlsVersion string
    Maximum allowed TLS version on SSL connections to this backend.
    MinTlsVersion string
    Minimum allowed TLS version on SSL connections to this backend.
    OverrideHost string
    The hostname to override the Host header
    Port int
    The port number on which the Backend responds. Default 80
    RequestCondition string
    Name of a condition, which if met, will select this backend during a request.
    ShareKey string
    Value that when shared across backends will enable those backends to share the same health check.
    Shield string
    The POP of the shield designated to reduce inbound load. Valid values for shield are included in the GET /datacenters API response
    SslCaCert string
    CA certificate attached to origin.
    SslCertHostname string
    Configure certificate validation. Does not affect SNI at all
    SslCheckCert bool
    Be strict about checking SSL certs. Default true
    SslCiphers string
    Cipher list consisting of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators but colons are normally used.
    SslClientCert string
    Client certificate attached to origin. Used when connecting to the backend
    SslClientKey string
    Client key attached to origin. Used when connecting to the backend
    SslSniHostname string
    Configure SNI in the TLS handshake. Does not affect cert validation at all
    UseSsl bool
    Whether or not to use SSL to reach the Backend. Default false
    Weight int
    The portion of traffic to send to this Backend. Each Backend receives weight / total of the traffic. Default 100
    Address string
    An IPv4, hostname, or IPv6 address for the Backend
    Name string
    Name for this Backend. Must be unique to this Service. It is important to note that changing this attribute will delete and recreate the resource
    AutoLoadbalance bool
    Denotes if this Backend should be included in the pool of backends that requests are load balanced against. Default false
    BetweenBytesTimeout int
    How long to wait between bytes in milliseconds. Default 10000
    ConnectTimeout int
    How long to wait for a timeout in milliseconds. Default 1000
    ErrorThreshold int
    Number of errors to allow before the Backend is marked as down. Default 0
    FirstByteTimeout int
    How long to wait for the first bytes in milliseconds. Default 15000
    Healthcheck string
    Name of a defined healthcheck to assign to this backend
    KeepaliveTime int
    How long in seconds to keep a persistent connection to the backend between requests.
    MaxConn int
    Maximum number of connections for this Backend. Default 200
    MaxTlsVersion string
    Maximum allowed TLS version on SSL connections to this backend.
    MinTlsVersion string
    Minimum allowed TLS version on SSL connections to this backend.
    OverrideHost string
    The hostname to override the Host header
    Port int
    The port number on which the Backend responds. Default 80
    RequestCondition string
    Name of a condition, which if met, will select this backend during a request.
    ShareKey string
    Value that when shared across backends will enable those backends to share the same health check.
    Shield string
    The POP of the shield designated to reduce inbound load. Valid values for shield are included in the GET /datacenters API response
    SslCaCert string
    CA certificate attached to origin.
    SslCertHostname string
    Configure certificate validation. Does not affect SNI at all
    SslCheckCert bool
    Be strict about checking SSL certs. Default true
    SslCiphers string
    Cipher list consisting of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators but colons are normally used.
    SslClientCert string
    Client certificate attached to origin. Used when connecting to the backend
    SslClientKey string
    Client key attached to origin. Used when connecting to the backend
    SslSniHostname string
    Configure SNI in the TLS handshake. Does not affect cert validation at all
    UseSsl bool
    Whether or not to use SSL to reach the Backend. Default false
    Weight int
    The portion of traffic to send to this Backend. Each Backend receives weight / total of the traffic. Default 100
    address String
    An IPv4, hostname, or IPv6 address for the Backend
    name String
    Name for this Backend. Must be unique to this Service. It is important to note that changing this attribute will delete and recreate the resource
    autoLoadbalance Boolean
    Denotes if this Backend should be included in the pool of backends that requests are load balanced against. Default false
    betweenBytesTimeout Integer
    How long to wait between bytes in milliseconds. Default 10000
    connectTimeout Integer
    How long to wait for a timeout in milliseconds. Default 1000
    errorThreshold Integer
    Number of errors to allow before the Backend is marked as down. Default 0
    firstByteTimeout Integer
    How long to wait for the first bytes in milliseconds. Default 15000
    healthcheck String
    Name of a defined healthcheck to assign to this backend
    keepaliveTime Integer
    How long in seconds to keep a persistent connection to the backend between requests.
    maxConn Integer
    Maximum number of connections for this Backend. Default 200
    maxTlsVersion String
    Maximum allowed TLS version on SSL connections to this backend.
    minTlsVersion String
    Minimum allowed TLS version on SSL connections to this backend.
    overrideHost String
    The hostname to override the Host header
    port Integer
    The port number on which the Backend responds. Default 80
    requestCondition String
    Name of a condition, which if met, will select this backend during a request.
    shareKey String
    Value that when shared across backends will enable those backends to share the same health check.
    shield String
    The POP of the shield designated to reduce inbound load. Valid values for shield are included in the GET /datacenters API response
    sslCaCert String
    CA certificate attached to origin.
    sslCertHostname String
    Configure certificate validation. Does not affect SNI at all
    sslCheckCert Boolean
    Be strict about checking SSL certs. Default true
    sslCiphers String
    Cipher list consisting of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators but colons are normally used.
    sslClientCert String
    Client certificate attached to origin. Used when connecting to the backend
    sslClientKey String
    Client key attached to origin. Used when connecting to the backend
    sslSniHostname String
    Configure SNI in the TLS handshake. Does not affect cert validation at all
    useSsl Boolean
    Whether or not to use SSL to reach the Backend. Default false
    weight Integer
    The portion of traffic to send to this Backend. Each Backend receives weight / total of the traffic. Default 100
    address string
    An IPv4, hostname, or IPv6 address for the Backend
    name string
    Name for this Backend. Must be unique to this Service. It is important to note that changing this attribute will delete and recreate the resource
    autoLoadbalance boolean
    Denotes if this Backend should be included in the pool of backends that requests are load balanced against. Default false
    betweenBytesTimeout number
    How long to wait between bytes in milliseconds. Default 10000
    connectTimeout number
    How long to wait for a timeout in milliseconds. Default 1000
    errorThreshold number
    Number of errors to allow before the Backend is marked as down. Default 0
    firstByteTimeout number
    How long to wait for the first bytes in milliseconds. Default 15000
    healthcheck string
    Name of a defined healthcheck to assign to this backend
    keepaliveTime number
    How long in seconds to keep a persistent connection to the backend between requests.
    maxConn number
    Maximum number of connections for this Backend. Default 200
    maxTlsVersion string
    Maximum allowed TLS version on SSL connections to this backend.
    minTlsVersion string
    Minimum allowed TLS version on SSL connections to this backend.
    overrideHost string
    The hostname to override the Host header
    port number
    The port number on which the Backend responds. Default 80
    requestCondition string
    Name of a condition, which if met, will select this backend during a request.
    shareKey string
    Value that when shared across backends will enable those backends to share the same health check.
    shield string
    The POP of the shield designated to reduce inbound load. Valid values for shield are included in the GET /datacenters API response
    sslCaCert string
    CA certificate attached to origin.
    sslCertHostname string
    Configure certificate validation. Does not affect SNI at all
    sslCheckCert boolean
    Be strict about checking SSL certs. Default true
    sslCiphers string
    Cipher list consisting of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators but colons are normally used.
    sslClientCert string
    Client certificate attached to origin. Used when connecting to the backend
    sslClientKey string
    Client key attached to origin. Used when connecting to the backend
    sslSniHostname string
    Configure SNI in the TLS handshake. Does not affect cert validation at all
    useSsl boolean
    Whether or not to use SSL to reach the Backend. Default false
    weight number
    The portion of traffic to send to this Backend. Each Backend receives weight / total of the traffic. Default 100
    address str
    An IPv4, hostname, or IPv6 address for the Backend
    name str
    Name for this Backend. Must be unique to this Service. It is important to note that changing this attribute will delete and recreate the resource
    auto_loadbalance bool
    Denotes if this Backend should be included in the pool of backends that requests are load balanced against. Default false
    between_bytes_timeout int
    How long to wait between bytes in milliseconds. Default 10000
    connect_timeout int
    How long to wait for a timeout in milliseconds. Default 1000
    error_threshold int
    Number of errors to allow before the Backend is marked as down. Default 0
    first_byte_timeout int
    How long to wait for the first bytes in milliseconds. Default 15000
    healthcheck str
    Name of a defined healthcheck to assign to this backend
    keepalive_time int
    How long in seconds to keep a persistent connection to the backend between requests.
    max_conn int
    Maximum number of connections for this Backend. Default 200
    max_tls_version str
    Maximum allowed TLS version on SSL connections to this backend.
    min_tls_version str
    Minimum allowed TLS version on SSL connections to this backend.
    override_host str
    The hostname to override the Host header
    port int
    The port number on which the Backend responds. Default 80
    request_condition str
    Name of a condition, which if met, will select this backend during a request.
    share_key str
    Value that when shared across backends will enable those backends to share the same health check.
    shield str
    The POP of the shield designated to reduce inbound load. Valid values for shield are included in the GET /datacenters API response
    ssl_ca_cert str
    CA certificate attached to origin.
    ssl_cert_hostname str
    Configure certificate validation. Does not affect SNI at all
    ssl_check_cert bool
    Be strict about checking SSL certs. Default true
    ssl_ciphers str
    Cipher list consisting of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators but colons are normally used.
    ssl_client_cert str
    Client certificate attached to origin. Used when connecting to the backend
    ssl_client_key str
    Client key attached to origin. Used when connecting to the backend
    ssl_sni_hostname str
    Configure SNI in the TLS handshake. Does not affect cert validation at all
    use_ssl bool
    Whether or not to use SSL to reach the Backend. Default false
    weight int
    The portion of traffic to send to this Backend. Each Backend receives weight / total of the traffic. Default 100
    address String
    An IPv4, hostname, or IPv6 address for the Backend
    name String
    Name for this Backend. Must be unique to this Service. It is important to note that changing this attribute will delete and recreate the resource
    autoLoadbalance Boolean
    Denotes if this Backend should be included in the pool of backends that requests are load balanced against. Default false
    betweenBytesTimeout Number
    How long to wait between bytes in milliseconds. Default 10000
    connectTimeout Number
    How long to wait for a timeout in milliseconds. Default 1000
    errorThreshold Number
    Number of errors to allow before the Backend is marked as down. Default 0
    firstByteTimeout Number
    How long to wait for the first bytes in milliseconds. Default 15000
    healthcheck String
    Name of a defined healthcheck to assign to this backend
    keepaliveTime Number
    How long in seconds to keep a persistent connection to the backend between requests.
    maxConn Number
    Maximum number of connections for this Backend. Default 200
    maxTlsVersion String
    Maximum allowed TLS version on SSL connections to this backend.
    minTlsVersion String
    Minimum allowed TLS version on SSL connections to this backend.
    overrideHost String
    The hostname to override the Host header
    port Number
    The port number on which the Backend responds. Default 80
    requestCondition String
    Name of a condition, which if met, will select this backend during a request.
    shareKey String
    Value that when shared across backends will enable those backends to share the same health check.
    shield String
    The POP of the shield designated to reduce inbound load. Valid values for shield are included in the GET /datacenters API response
    sslCaCert String
    CA certificate attached to origin.
    sslCertHostname String
    Configure certificate validation. Does not affect SNI at all
    sslCheckCert Boolean
    Be strict about checking SSL certs. Default true
    sslCiphers String
    Cipher list consisting of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators but colons are normally used.
    sslClientCert String
    Client certificate attached to origin. Used when connecting to the backend
    sslClientKey String
    Client key attached to origin. Used when connecting to the backend
    sslSniHostname String
    Configure SNI in the TLS handshake. Does not affect cert validation at all
    useSsl Boolean
    Whether or not to use SSL to reach the Backend. Default false
    weight Number
    The portion of traffic to send to this Backend. Each Backend receives weight / total of the traffic. Default 100

    ServiceVclCacheSetting, ServiceVclCacheSettingArgs

    Name string
    Unique name for this Cache Setting. It is important to note that changing this attribute will delete and recreate the resource
    Action string
    One of cache, pass, or restart, as defined on Fastly's documentation under "Caching action descriptions"
    CacheCondition string
    Name of already defined condition used to test whether this settings object should be used. This condition must be of type CACHE
    StaleTtl int
    Max "Time To Live" for stale (unreachable) objects
    Ttl int
    The Time-To-Live (TTL) for the object
    Name string
    Unique name for this Cache Setting. It is important to note that changing this attribute will delete and recreate the resource
    Action string
    One of cache, pass, or restart, as defined on Fastly's documentation under "Caching action descriptions"
    CacheCondition string
    Name of already defined condition used to test whether this settings object should be used. This condition must be of type CACHE
    StaleTtl int
    Max "Time To Live" for stale (unreachable) objects
    Ttl int
    The Time-To-Live (TTL) for the object
    name String
    Unique name for this Cache Setting. It is important to note that changing this attribute will delete and recreate the resource
    action String
    One of cache, pass, or restart, as defined on Fastly's documentation under "Caching action descriptions"
    cacheCondition String
    Name of already defined condition used to test whether this settings object should be used. This condition must be of type CACHE
    staleTtl Integer
    Max "Time To Live" for stale (unreachable) objects
    ttl Integer
    The Time-To-Live (TTL) for the object
    name string
    Unique name for this Cache Setting. It is important to note that changing this attribute will delete and recreate the resource
    action string
    One of cache, pass, or restart, as defined on Fastly's documentation under "Caching action descriptions"
    cacheCondition string
    Name of already defined condition used to test whether this settings object should be used. This condition must be of type CACHE
    staleTtl number
    Max "Time To Live" for stale (unreachable) objects
    ttl number
    The Time-To-Live (TTL) for the object
    name str
    Unique name for this Cache Setting. It is important to note that changing this attribute will delete and recreate the resource
    action str
    One of cache, pass, or restart, as defined on Fastly's documentation under "Caching action descriptions"
    cache_condition str
    Name of already defined condition used to test whether this settings object should be used. This condition must be of type CACHE
    stale_ttl int
    Max "Time To Live" for stale (unreachable) objects
    ttl int
    The Time-To-Live (TTL) for the object
    name String
    Unique name for this Cache Setting. It is important to note that changing this attribute will delete and recreate the resource
    action String
    One of cache, pass, or restart, as defined on Fastly's documentation under "Caching action descriptions"
    cacheCondition String
    Name of already defined condition used to test whether this settings object should be used. This condition must be of type CACHE
    staleTtl Number
    Max "Time To Live" for stale (unreachable) objects
    ttl Number
    The Time-To-Live (TTL) for the object

    ServiceVclCondition, ServiceVclConditionArgs

    Name string
    The unique name for the condition. It is important to note that changing this attribute will delete and recreate the resource
    Statement string
    The statement used to determine if the condition is met
    Type string
    Type of condition, either REQUEST (req), RESPONSE (req, resp), or CACHE (req, beresp)
    Priority int
    A number used to determine the order in which multiple conditions execute. Lower numbers execute first. Default 10
    Name string
    The unique name for the condition. It is important to note that changing this attribute will delete and recreate the resource
    Statement string
    The statement used to determine if the condition is met
    Type string
    Type of condition, either REQUEST (req), RESPONSE (req, resp), or CACHE (req, beresp)
    Priority int
    A number used to determine the order in which multiple conditions execute. Lower numbers execute first. Default 10
    name String
    The unique name for the condition. It is important to note that changing this attribute will delete and recreate the resource
    statement String
    The statement used to determine if the condition is met
    type String
    Type of condition, either REQUEST (req), RESPONSE (req, resp), or CACHE (req, beresp)
    priority Integer
    A number used to determine the order in which multiple conditions execute. Lower numbers execute first. Default 10
    name string
    The unique name for the condition. It is important to note that changing this attribute will delete and recreate the resource
    statement string
    The statement used to determine if the condition is met
    type string
    Type of condition, either REQUEST (req), RESPONSE (req, resp), or CACHE (req, beresp)
    priority number
    A number used to determine the order in which multiple conditions execute. Lower numbers execute first. Default 10
    name str
    The unique name for the condition. It is important to note that changing this attribute will delete and recreate the resource
    statement str
    The statement used to determine if the condition is met
    type str
    Type of condition, either REQUEST (req), RESPONSE (req, resp), or CACHE (req, beresp)
    priority int
    A number used to determine the order in which multiple conditions execute. Lower numbers execute first. Default 10
    name String
    The unique name for the condition. It is important to note that changing this attribute will delete and recreate the resource
    statement String
    The statement used to determine if the condition is met
    type String
    Type of condition, either REQUEST (req), RESPONSE (req, resp), or CACHE (req, beresp)
    priority Number
    A number used to determine the order in which multiple conditions execute. Lower numbers execute first. Default 10

    ServiceVclDictionary, ServiceVclDictionaryArgs

    Name string
    A unique name to identify this dictionary. It is important to note that changing this attribute will delete and recreate the dictionary, and discard the current items in the dictionary
    DictionaryId string
    The ID of the dictionary
    ForceDestroy bool
    Allow the dictionary to be deleted, even if it contains entries. Defaults to false.
    WriteOnly bool
    Name string
    A unique name to identify this dictionary. It is important to note that changing this attribute will delete and recreate the dictionary, and discard the current items in the dictionary
    DictionaryId string
    The ID of the dictionary
    ForceDestroy bool
    Allow the dictionary to be deleted, even if it contains entries. Defaults to false.
    WriteOnly bool
    name String
    A unique name to identify this dictionary. It is important to note that changing this attribute will delete and recreate the dictionary, and discard the current items in the dictionary
    dictionaryId String
    The ID of the dictionary
    forceDestroy Boolean
    Allow the dictionary to be deleted, even if it contains entries. Defaults to false.
    writeOnly Boolean
    name string
    A unique name to identify this dictionary. It is important to note that changing this attribute will delete and recreate the dictionary, and discard the current items in the dictionary
    dictionaryId string
    The ID of the dictionary
    forceDestroy boolean
    Allow the dictionary to be deleted, even if it contains entries. Defaults to false.
    writeOnly boolean
    name str
    A unique name to identify this dictionary. It is important to note that changing this attribute will delete and recreate the dictionary, and discard the current items in the dictionary
    dictionary_id str
    The ID of the dictionary
    force_destroy bool
    Allow the dictionary to be deleted, even if it contains entries. Defaults to false.
    write_only bool
    name String
    A unique name to identify this dictionary. It is important to note that changing this attribute will delete and recreate the dictionary, and discard the current items in the dictionary
    dictionaryId String
    The ID of the dictionary
    forceDestroy Boolean
    Allow the dictionary to be deleted, even if it contains entries. Defaults to false.
    writeOnly Boolean

    ServiceVclDirector, ServiceVclDirectorArgs

    Backends List<string>
    Names of defined backends to map the director to. Example: [ "origin1", "origin2" ]
    Name string
    Unique name for this Director. It is important to note that changing this attribute will delete and recreate the resource
    Comment string
    An optional comment about the Director
    Quorum int
    Percentage of capacity that needs to be up for the director itself to be considered up. Default 75
    Retries int
    How many backends to search if it fails. Default 5
    Shield string
    Selected POP to serve as a "shield" for backends. Valid values for shield are included in the GET /datacenters API response
    Type int
    Type of load balance group to use. Integer, 1 to 4. Values: 1 (random), 3 (hash), 4 (client). Default 1
    Backends []string
    Names of defined backends to map the director to. Example: [ "origin1", "origin2" ]
    Name string
    Unique name for this Director. It is important to note that changing this attribute will delete and recreate the resource
    Comment string
    An optional comment about the Director
    Quorum int
    Percentage of capacity that needs to be up for the director itself to be considered up. Default 75
    Retries int
    How many backends to search if it fails. Default 5
    Shield string
    Selected POP to serve as a "shield" for backends. Valid values for shield are included in the GET /datacenters API response
    Type int
    Type of load balance group to use. Integer, 1 to 4. Values: 1 (random), 3 (hash), 4 (client). Default 1
    backends List<String>
    Names of defined backends to map the director to. Example: [ "origin1", "origin2" ]
    name String
    Unique name for this Director. It is important to note that changing this attribute will delete and recreate the resource
    comment String
    An optional comment about the Director
    quorum Integer
    Percentage of capacity that needs to be up for the director itself to be considered up. Default 75
    retries Integer
    How many backends to search if it fails. Default 5
    shield String
    Selected POP to serve as a "shield" for backends. Valid values for shield are included in the GET /datacenters API response
    type Integer
    Type of load balance group to use. Integer, 1 to 4. Values: 1 (random), 3 (hash), 4 (client). Default 1
    backends string[]
    Names of defined backends to map the director to. Example: [ "origin1", "origin2" ]
    name string
    Unique name for this Director. It is important to note that changing this attribute will delete and recreate the resource
    comment string
    An optional comment about the Director
    quorum number
    Percentage of capacity that needs to be up for the director itself to be considered up. Default 75
    retries number
    How many backends to search if it fails. Default 5
    shield string
    Selected POP to serve as a "shield" for backends. Valid values for shield are included in the GET /datacenters API response
    type number
    Type of load balance group to use. Integer, 1 to 4. Values: 1 (random), 3 (hash), 4 (client). Default 1
    backends Sequence[str]
    Names of defined backends to map the director to. Example: [ "origin1", "origin2" ]
    name str
    Unique name for this Director. It is important to note that changing this attribute will delete and recreate the resource
    comment str
    An optional comment about the Director
    quorum int
    Percentage of capacity that needs to be up for the director itself to be considered up. Default 75
    retries int
    How many backends to search if it fails. Default 5
    shield str
    Selected POP to serve as a "shield" for backends. Valid values for shield are included in the GET /datacenters API response
    type int
    Type of load balance group to use. Integer, 1 to 4. Values: 1 (random), 3 (hash), 4 (client). Default 1
    backends List<String>
    Names of defined backends to map the director to. Example: [ "origin1", "origin2" ]
    name String
    Unique name for this Director. It is important to note that changing this attribute will delete and recreate the resource
    comment String
    An optional comment about the Director
    quorum Number
    Percentage of capacity that needs to be up for the director itself to be considered up. Default 75
    retries Number
    How many backends to search if it fails. Default 5
    shield String
    Selected POP to serve as a "shield" for backends. Valid values for shield are included in the GET /datacenters API response
    type Number
    Type of load balance group to use. Integer, 1 to 4. Values: 1 (random), 3 (hash), 4 (client). Default 1

    ServiceVclDomain, ServiceVclDomainArgs

    Name string
    The domain that this Service will respond to. It is important to note that changing this attribute will delete and recreate the resource.
    Comment string
    An optional comment about the Domain.
    Name string
    The domain that this Service will respond to. It is important to note that changing this attribute will delete and recreate the resource.
    Comment string
    An optional comment about the Domain.
    name String
    The domain that this Service will respond to. It is important to note that changing this attribute will delete and recreate the resource.
    comment String
    An optional comment about the Domain.
    name string
    The domain that this Service will respond to. It is important to note that changing this attribute will delete and recreate the resource.
    comment string
    An optional comment about the Domain.
    name str
    The domain that this Service will respond to. It is important to note that changing this attribute will delete and recreate the resource.
    comment str
    An optional comment about the Domain.
    name String
    The domain that this Service will respond to. It is important to note that changing this attribute will delete and recreate the resource.
    comment String
    An optional comment about the Domain.

    ServiceVclDynamicsnippet, ServiceVclDynamicsnippetArgs

    Name string
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    Type string
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    Content string
    The VCL code that specifies exactly what the snippet does
    Priority int
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    SnippetId string
    The ID of the dynamic snippet
    Name string
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    Type string
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    Content string
    The VCL code that specifies exactly what the snippet does
    Priority int
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    SnippetId string
    The ID of the dynamic snippet
    name String
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type String
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    content String
    The VCL code that specifies exactly what the snippet does
    priority Integer
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    snippetId String
    The ID of the dynamic snippet
    name string
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type string
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    content string
    The VCL code that specifies exactly what the snippet does
    priority number
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    snippetId string
    The ID of the dynamic snippet
    name str
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type str
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    content str
    The VCL code that specifies exactly what the snippet does
    priority int
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    snippet_id str
    The ID of the dynamic snippet
    name String
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type String
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    content String
    The VCL code that specifies exactly what the snippet does
    priority Number
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    snippetId String
    The ID of the dynamic snippet

    ServiceVclGzip, ServiceVclGzipArgs

    Name string
    A name to refer to this gzip condition. It is important to note that changing this attribute will delete and recreate the resource
    CacheCondition string
    Name of already defined condition controlling when this gzip configuration applies. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    ContentTypes List<string>
    The content-type for each type of content you wish to have dynamically gzip'ed. Example: ["text/html", "text/css"]
    Extensions List<string>
    File extensions for each file type to dynamically gzip. Example: ["css", "js"]
    Name string
    A name to refer to this gzip condition. It is important to note that changing this attribute will delete and recreate the resource
    CacheCondition string
    Name of already defined condition controlling when this gzip configuration applies. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    ContentTypes []string
    The content-type for each type of content you wish to have dynamically gzip'ed. Example: ["text/html", "text/css"]
    Extensions []string
    File extensions for each file type to dynamically gzip. Example: ["css", "js"]
    name String
    A name to refer to this gzip condition. It is important to note that changing this attribute will delete and recreate the resource
    cacheCondition String
    Name of already defined condition controlling when this gzip configuration applies. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    contentTypes List<String>
    The content-type for each type of content you wish to have dynamically gzip'ed. Example: ["text/html", "text/css"]
    extensions List<String>
    File extensions for each file type to dynamically gzip. Example: ["css", "js"]
    name string
    A name to refer to this gzip condition. It is important to note that changing this attribute will delete and recreate the resource
    cacheCondition string
    Name of already defined condition controlling when this gzip configuration applies. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    contentTypes string[]
    The content-type for each type of content you wish to have dynamically gzip'ed. Example: ["text/html", "text/css"]
    extensions string[]
    File extensions for each file type to dynamically gzip. Example: ["css", "js"]
    name str
    A name to refer to this gzip condition. It is important to note that changing this attribute will delete and recreate the resource
    cache_condition str
    Name of already defined condition controlling when this gzip configuration applies. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    content_types Sequence[str]
    The content-type for each type of content you wish to have dynamically gzip'ed. Example: ["text/html", "text/css"]
    extensions Sequence[str]
    File extensions for each file type to dynamically gzip. Example: ["css", "js"]
    name String
    A name to refer to this gzip condition. It is important to note that changing this attribute will delete and recreate the resource
    cacheCondition String
    Name of already defined condition controlling when this gzip configuration applies. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    contentTypes List<String>
    The content-type for each type of content you wish to have dynamically gzip'ed. Example: ["text/html", "text/css"]
    extensions List<String>
    File extensions for each file type to dynamically gzip. Example: ["css", "js"]

    ServiceVclHeader, ServiceVclHeaderArgs

    Action string
    The Header manipulation action to take; must be one of set, append, delete, regex, or regex_repeat
    Destination string
    The name of the header that is going to be affected by the Action
    Name string
    Unique name for this header attribute. It is important to note that changing this attribute will delete and recreate the resource
    Type string
    The Request type on which to apply the selected Action; must be one of request, fetch, cache or response
    CacheCondition string
    Name of already defined condition to apply. This condition must be of type CACHE
    IgnoreIfSet bool
    Don't add the header if it is already. (Only applies to set action.). Default false
    Priority int
    Lower priorities execute first. Default: 100
    Regex string
    Regular expression to use (Only applies to regex and regex_repeat actions.)
    RequestCondition string
    Name of already defined condition to apply. This condition must be of type REQUEST
    ResponseCondition string
    Name of already defined condition to apply. This condition must be of type RESPONSE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    Source string
    Variable to be used as a source for the header content (Does not apply to delete action.)
    Substitution string
    Value to substitute in place of regular expression. (Only applies to regex and regex_repeat.)
    Action string
    The Header manipulation action to take; must be one of set, append, delete, regex, or regex_repeat
    Destination string
    The name of the header that is going to be affected by the Action
    Name string
    Unique name for this header attribute. It is important to note that changing this attribute will delete and recreate the resource
    Type string
    The Request type on which to apply the selected Action; must be one of request, fetch, cache or response
    CacheCondition string
    Name of already defined condition to apply. This condition must be of type CACHE
    IgnoreIfSet bool
    Don't add the header if it is already. (Only applies to set action.). Default false
    Priority int
    Lower priorities execute first. Default: 100
    Regex string
    Regular expression to use (Only applies to regex and regex_repeat actions.)
    RequestCondition string
    Name of already defined condition to apply. This condition must be of type REQUEST
    ResponseCondition string
    Name of already defined condition to apply. This condition must be of type RESPONSE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    Source string
    Variable to be used as a source for the header content (Does not apply to delete action.)
    Substitution string
    Value to substitute in place of regular expression. (Only applies to regex and regex_repeat.)
    action String
    The Header manipulation action to take; must be one of set, append, delete, regex, or regex_repeat
    destination String
    The name of the header that is going to be affected by the Action
    name String
    Unique name for this header attribute. It is important to note that changing this attribute will delete and recreate the resource
    type String
    The Request type on which to apply the selected Action; must be one of request, fetch, cache or response
    cacheCondition String
    Name of already defined condition to apply. This condition must be of type CACHE
    ignoreIfSet Boolean
    Don't add the header if it is already. (Only applies to set action.). Default false
    priority Integer
    Lower priorities execute first. Default: 100
    regex String
    Regular expression to use (Only applies to regex and regex_repeat actions.)
    requestCondition String
    Name of already defined condition to apply. This condition must be of type REQUEST
    responseCondition String
    Name of already defined condition to apply. This condition must be of type RESPONSE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    source String
    Variable to be used as a source for the header content (Does not apply to delete action.)
    substitution String
    Value to substitute in place of regular expression. (Only applies to regex and regex_repeat.)
    action string
    The Header manipulation action to take; must be one of set, append, delete, regex, or regex_repeat
    destination string
    The name of the header that is going to be affected by the Action
    name string
    Unique name for this header attribute. It is important to note that changing this attribute will delete and recreate the resource
    type string
    The Request type on which to apply the selected Action; must be one of request, fetch, cache or response
    cacheCondition string
    Name of already defined condition to apply. This condition must be of type CACHE
    ignoreIfSet boolean
    Don't add the header if it is already. (Only applies to set action.). Default false
    priority number
    Lower priorities execute first. Default: 100
    regex string
    Regular expression to use (Only applies to regex and regex_repeat actions.)
    requestCondition string
    Name of already defined condition to apply. This condition must be of type REQUEST
    responseCondition string
    Name of already defined condition to apply. This condition must be of type RESPONSE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    source string
    Variable to be used as a source for the header content (Does not apply to delete action.)
    substitution string
    Value to substitute in place of regular expression. (Only applies to regex and regex_repeat.)
    action str
    The Header manipulation action to take; must be one of set, append, delete, regex, or regex_repeat
    destination str
    The name of the header that is going to be affected by the Action
    name str
    Unique name for this header attribute. It is important to note that changing this attribute will delete and recreate the resource
    type str
    The Request type on which to apply the selected Action; must be one of request, fetch, cache or response
    cache_condition str
    Name of already defined condition to apply. This condition must be of type CACHE
    ignore_if_set bool
    Don't add the header if it is already. (Only applies to set action.). Default false
    priority int
    Lower priorities execute first. Default: 100
    regex str
    Regular expression to use (Only applies to regex and regex_repeat actions.)
    request_condition str
    Name of already defined condition to apply. This condition must be of type REQUEST
    response_condition str
    Name of already defined condition to apply. This condition must be of type RESPONSE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    source str
    Variable to be used as a source for the header content (Does not apply to delete action.)
    substitution str
    Value to substitute in place of regular expression. (Only applies to regex and regex_repeat.)
    action String
    The Header manipulation action to take; must be one of set, append, delete, regex, or regex_repeat
    destination String
    The name of the header that is going to be affected by the Action
    name String
    Unique name for this header attribute. It is important to note that changing this attribute will delete and recreate the resource
    type String
    The Request type on which to apply the selected Action; must be one of request, fetch, cache or response
    cacheCondition String
    Name of already defined condition to apply. This condition must be of type CACHE
    ignoreIfSet Boolean
    Don't add the header if it is already. (Only applies to set action.). Default false
    priority Number
    Lower priorities execute first. Default: 100
    regex String
    Regular expression to use (Only applies to regex and regex_repeat actions.)
    requestCondition String
    Name of already defined condition to apply. This condition must be of type REQUEST
    responseCondition String
    Name of already defined condition to apply. This condition must be of type RESPONSE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    source String
    Variable to be used as a source for the header content (Does not apply to delete action.)
    substitution String
    Value to substitute in place of regular expression. (Only applies to regex and regex_repeat.)

    ServiceVclHealthcheck, ServiceVclHealthcheckArgs

    Host string
    The Host header to send for this Healthcheck
    Name string
    A unique name to identify this Healthcheck. It is important to note that changing this attribute will delete and recreate the resource
    Path string
    The path to check
    CheckInterval int
    How often to run the Healthcheck in milliseconds. Default 5000
    ExpectedResponse int
    The status code expected from the host. Default 200
    Headers List<string>
    Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).
    HttpVersion string
    Whether to use version 1.0 or 1.1 HTTP. Default 1.1
    Initial int
    When loading a config, the initial number of probes to be seen as OK. Default 3
    Method string
    Which HTTP method to use. Default HEAD
    Threshold int
    How many Healthchecks must succeed to be considered healthy. Default 3
    Timeout int
    Timeout in milliseconds. Default 500
    Window int
    The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5
    Host string
    The Host header to send for this Healthcheck
    Name string
    A unique name to identify this Healthcheck. It is important to note that changing this attribute will delete and recreate the resource
    Path string
    The path to check
    CheckInterval int
    How often to run the Healthcheck in milliseconds. Default 5000
    ExpectedResponse int
    The status code expected from the host. Default 200
    Headers []string
    Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).
    HttpVersion string
    Whether to use version 1.0 or 1.1 HTTP. Default 1.1
    Initial int
    When loading a config, the initial number of probes to be seen as OK. Default 3
    Method string
    Which HTTP method to use. Default HEAD
    Threshold int
    How many Healthchecks must succeed to be considered healthy. Default 3
    Timeout int
    Timeout in milliseconds. Default 500
    Window int
    The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5
    host String
    The Host header to send for this Healthcheck
    name String
    A unique name to identify this Healthcheck. It is important to note that changing this attribute will delete and recreate the resource
    path String
    The path to check
    checkInterval Integer
    How often to run the Healthcheck in milliseconds. Default 5000
    expectedResponse Integer
    The status code expected from the host. Default 200
    headers List<String>
    Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).
    httpVersion String
    Whether to use version 1.0 or 1.1 HTTP. Default 1.1
    initial Integer
    When loading a config, the initial number of probes to be seen as OK. Default 3
    method String
    Which HTTP method to use. Default HEAD
    threshold Integer
    How many Healthchecks must succeed to be considered healthy. Default 3
    timeout Integer
    Timeout in milliseconds. Default 500
    window Integer
    The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5
    host string
    The Host header to send for this Healthcheck
    name string
    A unique name to identify this Healthcheck. It is important to note that changing this attribute will delete and recreate the resource
    path string
    The path to check
    checkInterval number
    How often to run the Healthcheck in milliseconds. Default 5000
    expectedResponse number
    The status code expected from the host. Default 200
    headers string[]
    Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).
    httpVersion string
    Whether to use version 1.0 or 1.1 HTTP. Default 1.1
    initial number
    When loading a config, the initial number of probes to be seen as OK. Default 3
    method string
    Which HTTP method to use. Default HEAD
    threshold number
    How many Healthchecks must succeed to be considered healthy. Default 3
    timeout number
    Timeout in milliseconds. Default 500
    window number
    The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5
    host str
    The Host header to send for this Healthcheck
    name str
    A unique name to identify this Healthcheck. It is important to note that changing this attribute will delete and recreate the resource
    path str
    The path to check
    check_interval int
    How often to run the Healthcheck in milliseconds. Default 5000
    expected_response int
    The status code expected from the host. Default 200
    headers Sequence[str]
    Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).
    http_version str
    Whether to use version 1.0 or 1.1 HTTP. Default 1.1
    initial int
    When loading a config, the initial number of probes to be seen as OK. Default 3
    method str
    Which HTTP method to use. Default HEAD
    threshold int
    How many Healthchecks must succeed to be considered healthy. Default 3
    timeout int
    Timeout in milliseconds. Default 500
    window int
    The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5
    host String
    The Host header to send for this Healthcheck
    name String
    A unique name to identify this Healthcheck. It is important to note that changing this attribute will delete and recreate the resource
    path String
    The path to check
    checkInterval Number
    How often to run the Healthcheck in milliseconds. Default 5000
    expectedResponse Number
    The status code expected from the host. Default 200
    headers List<String>
    Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).
    httpVersion String
    Whether to use version 1.0 or 1.1 HTTP. Default 1.1
    initial Number
    When loading a config, the initial number of probes to be seen as OK. Default 3
    method String
    Which HTTP method to use. Default HEAD
    threshold Number
    How many Healthchecks must succeed to be considered healthy. Default 3
    timeout Number
    Timeout in milliseconds. Default 500
    window Number
    The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5

    ServiceVclLoggingBigquery, ServiceVclLoggingBigqueryArgs

    Dataset string
    The ID of your BigQuery dataset
    Email string
    The email for the service account with write access to your BigQuery dataset. If not provided, this will be pulled from a FASTLY_BQ_EMAIL environment variable
    Name string
    A unique name to identify this BigQuery logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    ProjectId string
    The ID of your GCP project
    SecretKey string
    The secret key associated with the service account that has write access to your BigQuery table. If not provided, this will be pulled from the FASTLY_BQ_SECRET_KEY environment variable. Typical format for this is a private key in a string with newlines
    Table string
    The ID of your BigQuery table
    AccountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    Format string
    The logging format desired.
    Placement string
    Where in the generated VCL the logging call should be placed.
    ResponseCondition string
    Name of a condition to apply this logging.
    Template string
    BigQuery table name suffix template
    Dataset string
    The ID of your BigQuery dataset
    Email string
    The email for the service account with write access to your BigQuery dataset. If not provided, this will be pulled from a FASTLY_BQ_EMAIL environment variable
    Name string
    A unique name to identify this BigQuery logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    ProjectId string
    The ID of your GCP project
    SecretKey string
    The secret key associated with the service account that has write access to your BigQuery table. If not provided, this will be pulled from the FASTLY_BQ_SECRET_KEY environment variable. Typical format for this is a private key in a string with newlines
    Table string
    The ID of your BigQuery table
    AccountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    Format string
    The logging format desired.
    Placement string
    Where in the generated VCL the logging call should be placed.
    ResponseCondition string
    Name of a condition to apply this logging.
    Template string
    BigQuery table name suffix template
    dataset String
    The ID of your BigQuery dataset
    email String
    The email for the service account with write access to your BigQuery dataset. If not provided, this will be pulled from a FASTLY_BQ_EMAIL environment variable
    name String
    A unique name to identify this BigQuery logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    projectId String
    The ID of your GCP project
    secretKey String
    The secret key associated with the service account that has write access to your BigQuery table. If not provided, this will be pulled from the FASTLY_BQ_SECRET_KEY environment variable. Typical format for this is a private key in a string with newlines
    table String
    The ID of your BigQuery table
    accountName String
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format String
    The logging format desired.
    placement String
    Where in the generated VCL the logging call should be placed.
    responseCondition String
    Name of a condition to apply this logging.
    template String
    BigQuery table name suffix template
    dataset string
    The ID of your BigQuery dataset
    email string
    The email for the service account with write access to your BigQuery dataset. If not provided, this will be pulled from a FASTLY_BQ_EMAIL environment variable
    name string
    A unique name to identify this BigQuery logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    projectId string
    The ID of your GCP project
    secretKey string
    The secret key associated with the service account that has write access to your BigQuery table. If not provided, this will be pulled from the FASTLY_BQ_SECRET_KEY environment variable. Typical format for this is a private key in a string with newlines
    table string
    The ID of your BigQuery table
    accountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format string
    The logging format desired.
    placement string
    Where in the generated VCL the logging call should be placed.
    responseCondition string
    Name of a condition to apply this logging.
    template string
    BigQuery table name suffix template
    dataset str
    The ID of your BigQuery dataset
    email str
    The email for the service account with write access to your BigQuery dataset. If not provided, this will be pulled from a FASTLY_BQ_EMAIL environment variable
    name str
    A unique name to identify this BigQuery logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    project_id str
    The ID of your GCP project
    secret_key str
    The secret key associated with the service account that has write access to your BigQuery table. If not provided, this will be pulled from the FASTLY_BQ_SECRET_KEY environment variable. Typical format for this is a private key in a string with newlines
    table str
    The ID of your BigQuery table
    account_name str
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format str
    The logging format desired.
    placement str
    Where in the generated VCL the logging call should be placed.
    response_condition str
    Name of a condition to apply this logging.
    template str
    BigQuery table name suffix template
    dataset String
    The ID of your BigQuery dataset
    email String
    The email for the service account with write access to your BigQuery dataset. If not provided, this will be pulled from a FASTLY_BQ_EMAIL environment variable
    name String
    A unique name to identify this BigQuery logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    projectId String
    The ID of your GCP project
    secretKey String
    The secret key associated with the service account that has write access to your BigQuery table. If not provided, this will be pulled from the FASTLY_BQ_SECRET_KEY environment variable. Typical format for this is a private key in a string with newlines
    table String
    The ID of your BigQuery table
    accountName String
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format String
    The logging format desired.
    placement String
    Where in the generated VCL the logging call should be placed.
    responseCondition String
    Name of a condition to apply this logging.
    template String
    BigQuery table name suffix template

    ServiceVclLoggingBlobstorage, ServiceVclLoggingBlobstorageArgs

    AccountName string
    The unique Azure Blob Storage namespace in which your data objects are stored
    Container string
    The name of the Azure Blob Storage container in which to store logs
    Name string
    A unique name to identify the Azure Blob Storage endpoint. It is important to note that changing this attribute will delete and recreate the resource
    SasToken string
    The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    FileMaxBytes int
    Maximum size of an uploaded log file, if non-zero.
    Format string
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path
    Period int
    How frequently the logs should be transferred in seconds. Default 3600
    Placement string
    Where in the generated VCL the logging call should be placed
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of the condition to apply
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    AccountName string
    The unique Azure Blob Storage namespace in which your data objects are stored
    Container string
    The name of the Azure Blob Storage container in which to store logs
    Name string
    A unique name to identify the Azure Blob Storage endpoint. It is important to note that changing this attribute will delete and recreate the resource
    SasToken string
    The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    FileMaxBytes int
    Maximum size of an uploaded log file, if non-zero.
    Format string
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path
    Period int
    How frequently the logs should be transferred in seconds. Default 3600
    Placement string
    Where in the generated VCL the logging call should be placed
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of the condition to apply
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accountName String
    The unique Azure Blob Storage namespace in which your data objects are stored
    container String
    The name of the Azure Blob Storage container in which to store logs
    name String
    A unique name to identify the Azure Blob Storage endpoint. It is important to note that changing this attribute will delete and recreate the resource
    sasToken String
    The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    fileMaxBytes Integer
    Maximum size of an uploaded log file, if non-zero.
    format String
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path
    period Integer
    How frequently the logs should be transferred in seconds. Default 3600
    placement String
    Where in the generated VCL the logging call should be placed
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of the condition to apply
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accountName string
    The unique Azure Blob Storage namespace in which your data objects are stored
    container string
    The name of the Azure Blob Storage container in which to store logs
    name string
    A unique name to identify the Azure Blob Storage endpoint. It is important to note that changing this attribute will delete and recreate the resource
    sasToken string
    The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    fileMaxBytes number
    Maximum size of an uploaded log file, if non-zero.
    format string
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path string
    The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path
    period number
    How frequently the logs should be transferred in seconds. Default 3600
    placement string
    Where in the generated VCL the logging call should be placed
    publicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition string
    The name of the condition to apply
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    account_name str
    The unique Azure Blob Storage namespace in which your data objects are stored
    container str
    The name of the Azure Blob Storage container in which to store logs
    name str
    A unique name to identify the Azure Blob Storage endpoint. It is important to note that changing this attribute will delete and recreate the resource
    sas_token str
    The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    file_max_bytes int
    Maximum size of an uploaded log file, if non-zero.
    format str
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path str
    The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path
    period int
    How frequently the logs should be transferred in seconds. Default 3600
    placement str
    Where in the generated VCL the logging call should be placed
    public_key str
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    response_condition str
    The name of the condition to apply
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accountName String
    The unique Azure Blob Storage namespace in which your data objects are stored
    container String
    The name of the Azure Blob Storage container in which to store logs
    name String
    A unique name to identify the Azure Blob Storage endpoint. It is important to note that changing this attribute will delete and recreate the resource
    sasToken String
    The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    fileMaxBytes Number
    Maximum size of an uploaded log file, if non-zero.
    format String
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path
    period Number
    How frequently the logs should be transferred in seconds. Default 3600
    placement String
    Where in the generated VCL the logging call should be placed
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of the condition to apply
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)

    ServiceVclLoggingCloudfile, ServiceVclLoggingCloudfileArgs

    AccessKey string
    Your Cloud File account access key
    BucketName string
    The name of your Cloud Files container
    Name string
    The unique name of the Rackspace Cloud Files logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    User string
    The username for your Cloud Files account
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    The path to upload logs to
    Period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    PublicKey string
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    Region string
    The region to stream logs to. One of: DFW (Dallas), ORD (Chicago), IAD (Northern Virginia), LON (London), SYD (Sydney), HKG (Hong Kong)
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    AccessKey string
    Your Cloud File account access key
    BucketName string
    The name of your Cloud Files container
    Name string
    The unique name of the Rackspace Cloud Files logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    User string
    The username for your Cloud Files account
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    The path to upload logs to
    Period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    PublicKey string
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    Region string
    The region to stream logs to. One of: DFW (Dallas), ORD (Chicago), IAD (Northern Virginia), LON (London), SYD (Sydney), HKG (Hong Kong)
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey String
    Your Cloud File account access key
    bucketName String
    The name of your Cloud Files container
    name String
    The unique name of the Rackspace Cloud Files logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    user String
    The username for your Cloud Files account
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    The path to upload logs to
    period Integer
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey String
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    region String
    The region to stream logs to. One of: DFW (Dallas), ORD (Chicago), IAD (Northern Virginia), LON (London), SYD (Sydney), HKG (Hong Kong)
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey string
    Your Cloud File account access key
    bucketName string
    The name of your Cloud Files container
    name string
    The unique name of the Rackspace Cloud Files logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    user string
    The username for your Cloud Files account
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path string
    The path to upload logs to
    period number
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey string
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    region string
    The region to stream logs to. One of: DFW (Dallas), ORD (Chicago), IAD (Northern Virginia), LON (London), SYD (Sydney), HKG (Hong Kong)
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    access_key str
    Your Cloud File account access key
    bucket_name str
    The name of your Cloud Files container
    name str
    The unique name of the Rackspace Cloud Files logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    user str
    The username for your Cloud Files account
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path str
    The path to upload logs to
    period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    public_key str
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    region str
    The region to stream logs to. One of: DFW (Dallas), ORD (Chicago), IAD (Northern Virginia), LON (London), SYD (Sydney), HKG (Hong Kong)
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey String
    Your Cloud File account access key
    bucketName String
    The name of your Cloud Files container
    name String
    The unique name of the Rackspace Cloud Files logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    user String
    The username for your Cloud Files account
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    The path to upload logs to
    period Number
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey String
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    region String
    The region to stream logs to. One of: DFW (Dallas), ORD (Chicago), IAD (Northern Virginia), LON (London), SYD (Sydney), HKG (Hong Kong)
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)

    ServiceVclLoggingDatadog, ServiceVclLoggingDatadogArgs

    Name string
    The unique name of the Datadog logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The API key from your Datadog account
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    Region string
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    ResponseCondition string
    The name of the condition to apply.
    Name string
    The unique name of the Datadog logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The API key from your Datadog account
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    Region string
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    ResponseCondition string
    The name of the condition to apply.
    name String
    The unique name of the Datadog logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The API key from your Datadog account
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    region String
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    responseCondition String
    The name of the condition to apply.
    name string
    The unique name of the Datadog logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The API key from your Datadog account
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed.
    region string
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    responseCondition string
    The name of the condition to apply.
    name str
    The unique name of the Datadog logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The API key from your Datadog account
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed.
    region str
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    response_condition str
    The name of the condition to apply.
    name String
    The unique name of the Datadog logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The API key from your Datadog account
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    region String
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    responseCondition String
    The name of the condition to apply.

    ServiceVclLoggingDigitalocean, ServiceVclLoggingDigitaloceanArgs

    AccessKey string
    Your DigitalOcean Spaces account access key
    BucketName string
    The name of the DigitalOcean Space
    Name string
    The unique name of the DigitalOcean Spaces logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    SecretKey string
    Your DigitalOcean Spaces account secret key
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Domain string
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    The path to upload logs to
    Period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    AccessKey string
    Your DigitalOcean Spaces account access key
    BucketName string
    The name of the DigitalOcean Space
    Name string
    The unique name of the DigitalOcean Spaces logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    SecretKey string
    Your DigitalOcean Spaces account secret key
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Domain string
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    The path to upload logs to
    Period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey String
    Your DigitalOcean Spaces account access key
    bucketName String
    The name of the DigitalOcean Space
    name String
    The unique name of the DigitalOcean Spaces logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    secretKey String
    Your DigitalOcean Spaces account secret key
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain String
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    The path to upload logs to
    period Integer
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey string
    Your DigitalOcean Spaces account access key
    bucketName string
    The name of the DigitalOcean Space
    name string
    The unique name of the DigitalOcean Spaces logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    secretKey string
    Your DigitalOcean Spaces account secret key
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain string
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path string
    The path to upload logs to
    period number
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    access_key str
    Your DigitalOcean Spaces account access key
    bucket_name str
    The name of the DigitalOcean Space
    name str
    The unique name of the DigitalOcean Spaces logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    secret_key str
    Your DigitalOcean Spaces account secret key
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain str
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path str
    The path to upload logs to
    period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    public_key str
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey String
    Your DigitalOcean Spaces account access key
    bucketName String
    The name of the DigitalOcean Space
    name String
    The unique name of the DigitalOcean Spaces logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    secretKey String
    Your DigitalOcean Spaces account secret key
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain String
    The domain of the DigitalOcean Spaces endpoint (default nyc3.digitaloceanspaces.com)
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    The path to upload logs to
    period Number
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)

    ServiceVclLoggingElasticsearch, ServiceVclLoggingElasticsearchArgs

    Index string
    The name of the Elasticsearch index to send documents (logs) to
    Name string
    The unique name of the Elasticsearch logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    The Elasticsearch URL to stream logs to
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Password string
    BasicAuth password for Elasticsearch
    Pipeline string
    The ID of the Elasticsearch ingest pipeline to apply pre-process transformations to before indexing
    Placement string
    Where in the generated VCL the logging call should be placed.
    RequestMaxBytes int
    The maximum number of logs sent in one request. Defaults to 0 for unbounded
    RequestMaxEntries int
    The maximum number of bytes sent in one request. Defaults to 0 for unbounded
    ResponseCondition string
    The name of the condition to apply
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    TlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN)
    User string
    BasicAuth username for Elasticsearch
    Index string
    The name of the Elasticsearch index to send documents (logs) to
    Name string
    The unique name of the Elasticsearch logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    The Elasticsearch URL to stream logs to
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Password string
    BasicAuth password for Elasticsearch
    Pipeline string
    The ID of the Elasticsearch ingest pipeline to apply pre-process transformations to before indexing
    Placement string
    Where in the generated VCL the logging call should be placed.
    RequestMaxBytes int
    The maximum number of logs sent in one request. Defaults to 0 for unbounded
    RequestMaxEntries int
    The maximum number of bytes sent in one request. Defaults to 0 for unbounded
    ResponseCondition string
    The name of the condition to apply
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    TlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN)
    User string
    BasicAuth username for Elasticsearch
    index String
    The name of the Elasticsearch index to send documents (logs) to
    name String
    The unique name of the Elasticsearch logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    The Elasticsearch URL to stream logs to
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    password String
    BasicAuth password for Elasticsearch
    pipeline String
    The ID of the Elasticsearch ingest pipeline to apply pre-process transformations to before indexing
    placement String
    Where in the generated VCL the logging call should be placed.
    requestMaxBytes Integer
    The maximum number of logs sent in one request. Defaults to 0 for unbounded
    requestMaxEntries Integer
    The maximum number of bytes sent in one request. Defaults to 0 for unbounded
    responseCondition String
    The name of the condition to apply
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname String
    The hostname used to verify the server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN)
    user String
    BasicAuth username for Elasticsearch
    index string
    The name of the Elasticsearch index to send documents (logs) to
    name string
    The unique name of the Elasticsearch logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url string
    The Elasticsearch URL to stream logs to
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    password string
    BasicAuth password for Elasticsearch
    pipeline string
    The ID of the Elasticsearch ingest pipeline to apply pre-process transformations to before indexing
    placement string
    Where in the generated VCL the logging call should be placed.
    requestMaxBytes number
    The maximum number of logs sent in one request. Defaults to 0 for unbounded
    requestMaxEntries number
    The maximum number of bytes sent in one request. Defaults to 0 for unbounded
    responseCondition string
    The name of the condition to apply
    tlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN)
    user string
    BasicAuth username for Elasticsearch
    index str
    The name of the Elasticsearch index to send documents (logs) to
    name str
    The unique name of the Elasticsearch logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url str
    The Elasticsearch URL to stream logs to
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    password str
    BasicAuth password for Elasticsearch
    pipeline str
    The ID of the Elasticsearch ingest pipeline to apply pre-process transformations to before indexing
    placement str
    Where in the generated VCL the logging call should be placed.
    request_max_bytes int
    The maximum number of logs sent in one request. Defaults to 0 for unbounded
    request_max_entries int
    The maximum number of bytes sent in one request. Defaults to 0 for unbounded
    response_condition str
    The name of the condition to apply
    tls_ca_cert str
    A secure certificate to authenticate the server with. Must be in PEM format
    tls_client_cert str
    The client certificate used to make authenticated requests. Must be in PEM format
    tls_client_key str
    The client private key used to make authenticated requests. Must be in PEM format
    tls_hostname str
    The hostname used to verify the server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN)
    user str
    BasicAuth username for Elasticsearch
    index String
    The name of the Elasticsearch index to send documents (logs) to
    name String
    The unique name of the Elasticsearch logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    The Elasticsearch URL to stream logs to
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    password String
    BasicAuth password for Elasticsearch
    pipeline String
    The ID of the Elasticsearch ingest pipeline to apply pre-process transformations to before indexing
    placement String
    Where in the generated VCL the logging call should be placed.
    requestMaxBytes Number
    The maximum number of logs sent in one request. Defaults to 0 for unbounded
    requestMaxEntries Number
    The maximum number of bytes sent in one request. Defaults to 0 for unbounded
    responseCondition String
    The name of the condition to apply
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname String
    The hostname used to verify the server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN)
    user String
    BasicAuth username for Elasticsearch

    ServiceVclLoggingFtp, ServiceVclLoggingFtpArgs

    Address string
    The FTP address to stream logs to
    Name string
    The unique name of the FTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Password string
    The password for the server (for anonymous use an email address)
    Path string
    The path to upload log files to. If the path ends in / then it is treated as a directory
    User string
    The username for the server (can be anonymous)
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Period int
    How frequently the logs should be transferred, in seconds (Default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port number. Default: 21
    PublicKey string
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of the condition to apply.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    Address string
    The FTP address to stream logs to
    Name string
    The unique name of the FTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Password string
    The password for the server (for anonymous use an email address)
    Path string
    The path to upload log files to. If the path ends in / then it is treated as a directory
    User string
    The username for the server (can be anonymous)
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Period int
    How frequently the logs should be transferred, in seconds (Default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port number. Default: 21
    PublicKey string
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of the condition to apply.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address String
    The FTP address to stream logs to
    name String
    The unique name of the FTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    password String
    The password for the server (for anonymous use an email address)
    path String
    The path to upload log files to. If the path ends in / then it is treated as a directory
    user String
    The username for the server (can be anonymous)
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    period Integer
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement String
    Where in the generated VCL the logging call should be placed.
    port Integer
    The port number. Default: 21
    publicKey String
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of the condition to apply.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address string
    The FTP address to stream logs to
    name string
    The unique name of the FTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    password string
    The password for the server (for anonymous use an email address)
    path string
    The path to upload log files to. If the path ends in / then it is treated as a directory
    user string
    The username for the server (can be anonymous)
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    period number
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement string
    Where in the generated VCL the logging call should be placed.
    port number
    The port number. Default: 21
    publicKey string
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition string
    The name of the condition to apply.
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address str
    The FTP address to stream logs to
    name str
    The unique name of the FTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    password str
    The password for the server (for anonymous use an email address)
    path str
    The path to upload log files to. If the path ends in / then it is treated as a directory
    user str
    The username for the server (can be anonymous)
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    period int
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement str
    Where in the generated VCL the logging call should be placed.
    port int
    The port number. Default: 21
    public_key str
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    response_condition str
    The name of the condition to apply.
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address String
    The FTP address to stream logs to
    name String
    The unique name of the FTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    password String
    The password for the server (for anonymous use an email address)
    path String
    The path to upload log files to. If the path ends in / then it is treated as a directory
    user String
    The username for the server (can be anonymous)
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    period Number
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement String
    Where in the generated VCL the logging call should be placed.
    port Number
    The port number. Default: 21
    publicKey String
    The PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of the condition to apply.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)

    ServiceVclLoggingGc, ServiceVclLoggingGcArgs

    BucketName string
    The name of the bucket in which to store the logs
    Name string
    A unique name to identify this GCS endpoint. It is important to note that changing this attribute will delete and recreate the resource
    AccountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    Period int
    How frequently the logs should be transferred, in seconds (Default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed.
    ProjectId string
    The ID of your Google Cloud Platform project
    ResponseCondition string
    Name of a condition to apply this logging.
    SecretKey string
    The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, FASTLY_GCS_SECRET_KEY. A typical format for the key is PEM format, containing actual newline characters where required
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    User string
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GCS_EMAIL.
    BucketName string
    The name of the bucket in which to store the logs
    Name string
    A unique name to identify this GCS endpoint. It is important to note that changing this attribute will delete and recreate the resource
    AccountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    Period int
    How frequently the logs should be transferred, in seconds (Default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed.
    ProjectId string
    The ID of your Google Cloud Platform project
    ResponseCondition string
    Name of a condition to apply this logging.
    SecretKey string
    The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, FASTLY_GCS_SECRET_KEY. A typical format for the key is PEM format, containing actual newline characters where required
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    User string
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GCS_EMAIL.
    bucketName String
    The name of the bucket in which to store the logs
    name String
    A unique name to identify this GCS endpoint. It is important to note that changing this attribute will delete and recreate the resource
    accountName String
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period Integer
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement String
    Where in the generated VCL the logging call should be placed.
    projectId String
    The ID of your Google Cloud Platform project
    responseCondition String
    Name of a condition to apply this logging.
    secretKey String
    The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, FASTLY_GCS_SECRET_KEY. A typical format for the key is PEM format, containing actual newline characters where required
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    user String
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GCS_EMAIL.
    bucketName string
    The name of the bucket in which to store the logs
    name string
    A unique name to identify this GCS endpoint. It is important to note that changing this attribute will delete and recreate the resource
    accountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format string
    Apache-style string or VCL variables to use for log formatting
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period number
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement string
    Where in the generated VCL the logging call should be placed.
    projectId string
    The ID of your Google Cloud Platform project
    responseCondition string
    Name of a condition to apply this logging.
    secretKey string
    The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, FASTLY_GCS_SECRET_KEY. A typical format for the key is PEM format, containing actual newline characters where required
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    user string
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GCS_EMAIL.
    bucket_name str
    The name of the bucket in which to store the logs
    name str
    A unique name to identify this GCS endpoint. It is important to note that changing this attribute will delete and recreate the resource
    account_name str
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format str
    Apache-style string or VCL variables to use for log formatting
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path str
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period int
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement str
    Where in the generated VCL the logging call should be placed.
    project_id str
    The ID of your Google Cloud Platform project
    response_condition str
    Name of a condition to apply this logging.
    secret_key str
    The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, FASTLY_GCS_SECRET_KEY. A typical format for the key is PEM format, containing actual newline characters where required
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    user str
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GCS_EMAIL.
    bucketName String
    The name of the bucket in which to store the logs
    name String
    A unique name to identify this GCS endpoint. It is important to note that changing this attribute will delete and recreate the resource
    accountName String
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period Number
    How frequently the logs should be transferred, in seconds (Default 3600)
    placement String
    Where in the generated VCL the logging call should be placed.
    projectId String
    The ID of your Google Cloud Platform project
    responseCondition String
    Name of a condition to apply this logging.
    secretKey String
    The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, FASTLY_GCS_SECRET_KEY. A typical format for the key is PEM format, containing actual newline characters where required
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    user String
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GCS_EMAIL.

    ServiceVclLoggingGooglepubsub, ServiceVclLoggingGooglepubsubArgs

    Name string
    The unique name of the Google Cloud Pub/Sub logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    ProjectId string
    The ID of your Google Cloud Platform project
    SecretKey string
    Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. You may optionally provide this secret via an environment variable, FASTLY_GOOGLE_PUBSUB_SECRET_KEY.
    Topic string
    The Google Cloud Pub/Sub topic to which logs will be published
    User string
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GOOGLE_PUBSUB_EMAIL.
    AccountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    Name string
    The unique name of the Google Cloud Pub/Sub logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    ProjectId string
    The ID of your Google Cloud Platform project
    SecretKey string
    Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. You may optionally provide this secret via an environment variable, FASTLY_GOOGLE_PUBSUB_SECRET_KEY.
    Topic string
    The Google Cloud Pub/Sub topic to which logs will be published
    User string
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GOOGLE_PUBSUB_EMAIL.
    AccountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Google Cloud Pub/Sub logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    projectId String
    The ID of your Google Cloud Platform project
    secretKey String
    Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. You may optionally provide this secret via an environment variable, FASTLY_GOOGLE_PUBSUB_SECRET_KEY.
    topic String
    The Google Cloud Pub/Sub topic to which logs will be published
    user String
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GOOGLE_PUBSUB_EMAIL.
    accountName String
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name string
    The unique name of the Google Cloud Pub/Sub logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    projectId string
    The ID of your Google Cloud Platform project
    secretKey string
    Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. You may optionally provide this secret via an environment variable, FASTLY_GOOGLE_PUBSUB_SECRET_KEY.
    topic string
    The Google Cloud Pub/Sub topic to which logs will be published
    user string
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GOOGLE_PUBSUB_EMAIL.
    accountName string
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed.
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name str
    The unique name of the Google Cloud Pub/Sub logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    project_id str
    The ID of your Google Cloud Platform project
    secret_key str
    Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. You may optionally provide this secret via an environment variable, FASTLY_GOOGLE_PUBSUB_SECRET_KEY.
    topic str
    The Google Cloud Pub/Sub topic to which logs will be published
    user str
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GOOGLE_PUBSUB_EMAIL.
    account_name str
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed.
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Google Cloud Pub/Sub logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    projectId String
    The ID of your Google Cloud Platform project
    secretKey String
    Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. You may optionally provide this secret via an environment variable, FASTLY_GOOGLE_PUBSUB_SECRET_KEY.
    topic String
    The Google Cloud Pub/Sub topic to which logs will be published
    user String
    Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. You may optionally provide this via an environment variable, FASTLY_GOOGLE_PUBSUB_EMAIL.
    accountName String
    The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, FASTLY_GCS_ACCOUNT_NAME.
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.

    ServiceVclLoggingHerokus, ServiceVclLoggingHerokusArgs

    Name string
    The unique name of the Heroku logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The token to use for authentication (https://www.heroku.com/docs/customer-token-authentication-token/)
    Url string
    The URL to stream logs to
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    Name string
    The unique name of the Heroku logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The token to use for authentication (https://www.heroku.com/docs/customer-token-authentication-token/)
    Url string
    The URL to stream logs to
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Heroku logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The token to use for authentication (https://www.heroku.com/docs/customer-token-authentication-token/)
    url String
    The URL to stream logs to
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name string
    The unique name of the Heroku logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The token to use for authentication (https://www.heroku.com/docs/customer-token-authentication-token/)
    url string
    The URL to stream logs to
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name str
    The unique name of the Heroku logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The token to use for authentication (https://www.heroku.com/docs/customer-token-authentication-token/)
    url str
    The URL to stream logs to
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Heroku logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The token to use for authentication (https://www.heroku.com/docs/customer-token-authentication-token/)
    url String
    The URL to stream logs to
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.

    ServiceVclLoggingHoneycomb, ServiceVclLoggingHoneycombArgs

    Dataset string
    The Honeycomb Dataset you want to log to
    Name string
    The unique name of the Honeycomb logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Write Key from the Account page of your Honeycomb account
    Format string
    Apache style log formatting. Your log must produce valid JSON that Honeycomb can ingest.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    Dataset string
    The Honeycomb Dataset you want to log to
    Name string
    The unique name of the Honeycomb logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Write Key from the Account page of your Honeycomb account
    Format string
    Apache style log formatting. Your log must produce valid JSON that Honeycomb can ingest.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    dataset String
    The Honeycomb Dataset you want to log to
    name String
    The unique name of the Honeycomb logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Write Key from the Account page of your Honeycomb account
    format String
    Apache style log formatting. Your log must produce valid JSON that Honeycomb can ingest.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    dataset string
    The Honeycomb Dataset you want to log to
    name string
    The unique name of the Honeycomb logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The Write Key from the Account page of your Honeycomb account
    format string
    Apache style log formatting. Your log must produce valid JSON that Honeycomb can ingest.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    dataset str
    The Honeycomb Dataset you want to log to
    name str
    The unique name of the Honeycomb logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The Write Key from the Account page of your Honeycomb account
    format str
    Apache style log formatting. Your log must produce valid JSON that Honeycomb can ingest.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    dataset String
    The Honeycomb Dataset you want to log to
    name String
    The unique name of the Honeycomb logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Write Key from the Account page of your Honeycomb account
    format String
    Apache style log formatting. Your log must produce valid JSON that Honeycomb can ingest.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.

    ServiceVclLoggingHttp, ServiceVclLoggingHttpArgs

    Name string
    The unique name of the HTTPS logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    URL that log data will be sent to. Must use the https protocol
    ContentType string
    Value of the Content-Type header sent with the request
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    HeaderName string
    Custom header sent with the request
    HeaderValue string
    Value of the custom header sent with the request
    JsonFormat string
    Formats log entries as JSON. Can be either disabled (0), array of json (1), or newline delimited json (2)
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Method string
    HTTP method used for request. Can be either POST or PUT. Default POST
    Placement string
    Where in the generated VCL the logging call should be placed
    RequestMaxBytes int
    The maximum number of bytes sent in one request
    RequestMaxEntries int
    The maximum number of logs sent in one request
    ResponseCondition string
    The name of the condition to apply
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    TlsHostname string
    Used during the TLS handshake to validate the certificate
    Name string
    The unique name of the HTTPS logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    URL that log data will be sent to. Must use the https protocol
    ContentType string
    Value of the Content-Type header sent with the request
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    HeaderName string
    Custom header sent with the request
    HeaderValue string
    Value of the custom header sent with the request
    JsonFormat string
    Formats log entries as JSON. Can be either disabled (0), array of json (1), or newline delimited json (2)
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Method string
    HTTP method used for request. Can be either POST or PUT. Default POST
    Placement string
    Where in the generated VCL the logging call should be placed
    RequestMaxBytes int
    The maximum number of bytes sent in one request
    RequestMaxEntries int
    The maximum number of logs sent in one request
    ResponseCondition string
    The name of the condition to apply
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    TlsHostname string
    Used during the TLS handshake to validate the certificate
    name String
    The unique name of the HTTPS logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    URL that log data will be sent to. Must use the https protocol
    contentType String
    Value of the Content-Type header sent with the request
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    headerName String
    Custom header sent with the request
    headerValue String
    Value of the custom header sent with the request
    jsonFormat String
    Formats log entries as JSON. Can be either disabled (0), array of json (1), or newline delimited json (2)
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    method String
    HTTP method used for request. Can be either POST or PUT. Default POST
    placement String
    Where in the generated VCL the logging call should be placed
    requestMaxBytes Integer
    The maximum number of bytes sent in one request
    requestMaxEntries Integer
    The maximum number of logs sent in one request
    responseCondition String
    The name of the condition to apply
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname String
    Used during the TLS handshake to validate the certificate
    name string
    The unique name of the HTTPS logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url string
    URL that log data will be sent to. Must use the https protocol
    contentType string
    Value of the Content-Type header sent with the request
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    headerName string
    Custom header sent with the request
    headerValue string
    Value of the custom header sent with the request
    jsonFormat string
    Formats log entries as JSON. Can be either disabled (0), array of json (1), or newline delimited json (2)
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    method string
    HTTP method used for request. Can be either POST or PUT. Default POST
    placement string
    Where in the generated VCL the logging call should be placed
    requestMaxBytes number
    The maximum number of bytes sent in one request
    requestMaxEntries number
    The maximum number of logs sent in one request
    responseCondition string
    The name of the condition to apply
    tlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname string
    Used during the TLS handshake to validate the certificate
    name str
    The unique name of the HTTPS logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url str
    URL that log data will be sent to. Must use the https protocol
    content_type str
    Value of the Content-Type header sent with the request
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    header_name str
    Custom header sent with the request
    header_value str
    Value of the custom header sent with the request
    json_format str
    Formats log entries as JSON. Can be either disabled (0), array of json (1), or newline delimited json (2)
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    method str
    HTTP method used for request. Can be either POST or PUT. Default POST
    placement str
    Where in the generated VCL the logging call should be placed
    request_max_bytes int
    The maximum number of bytes sent in one request
    request_max_entries int
    The maximum number of logs sent in one request
    response_condition str
    The name of the condition to apply
    tls_ca_cert str
    A secure certificate to authenticate the server with. Must be in PEM format
    tls_client_cert str
    The client certificate used to make authenticated requests. Must be in PEM format
    tls_client_key str
    The client private key used to make authenticated requests. Must be in PEM format
    tls_hostname str
    Used during the TLS handshake to validate the certificate
    name String
    The unique name of the HTTPS logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    URL that log data will be sent to. Must use the https protocol
    contentType String
    Value of the Content-Type header sent with the request
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    headerName String
    Custom header sent with the request
    headerValue String
    Value of the custom header sent with the request
    jsonFormat String
    Formats log entries as JSON. Can be either disabled (0), array of json (1), or newline delimited json (2)
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    method String
    HTTP method used for request. Can be either POST or PUT. Default POST
    placement String
    Where in the generated VCL the logging call should be placed
    requestMaxBytes Number
    The maximum number of bytes sent in one request
    requestMaxEntries Number
    The maximum number of logs sent in one request
    responseCondition String
    The name of the condition to apply
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname String
    Used during the TLS handshake to validate the certificate

    ServiceVclLoggingKafka, ServiceVclLoggingKafkaArgs

    Brokers string
    A comma-separated list of IP addresses or hostnames of Kafka brokers
    Name string
    The unique name of the Kafka logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Topic string
    The Kafka topic to send logs to
    AuthMethod string
    SASL authentication method. One of: plain, scram-sha-256, scram-sha-512
    CompressionCodec string
    The codec used for compression of your logs. One of: gzip, snappy, lz4
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    ParseLogKeyvals bool
    Enables parsing of key=value tuples from the beginning of a logline, turning them into record headers
    Password string
    SASL Pass
    Placement string
    Where in the generated VCL the logging call should be placed.
    RequestMaxBytes int
    Maximum size of log batch, if non-zero. Defaults to 0 for unbounded
    RequiredAcks string
    The Number of acknowledgements a leader must receive before a write is considered successful. One of: 1 (default) One server needs to respond. 0 No servers need to respond. -1 Wait for all in-sync replicas to respond
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    TlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    UseTls bool
    Whether to use TLS for secure logging. Can be either true or false
    User string
    SASL User
    Brokers string
    A comma-separated list of IP addresses or hostnames of Kafka brokers
    Name string
    The unique name of the Kafka logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Topic string
    The Kafka topic to send logs to
    AuthMethod string
    SASL authentication method. One of: plain, scram-sha-256, scram-sha-512
    CompressionCodec string
    The codec used for compression of your logs. One of: gzip, snappy, lz4
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    ParseLogKeyvals bool
    Enables parsing of key=value tuples from the beginning of a logline, turning them into record headers
    Password string
    SASL Pass
    Placement string
    Where in the generated VCL the logging call should be placed.
    RequestMaxBytes int
    Maximum size of log batch, if non-zero. Defaults to 0 for unbounded
    RequiredAcks string
    The Number of acknowledgements a leader must receive before a write is considered successful. One of: 1 (default) One server needs to respond. 0 No servers need to respond. -1 Wait for all in-sync replicas to respond
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    TlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    UseTls bool
    Whether to use TLS for secure logging. Can be either true or false
    User string
    SASL User
    brokers String
    A comma-separated list of IP addresses or hostnames of Kafka brokers
    name String
    The unique name of the Kafka logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic String
    The Kafka topic to send logs to
    authMethod String
    SASL authentication method. One of: plain, scram-sha-256, scram-sha-512
    compressionCodec String
    The codec used for compression of your logs. One of: gzip, snappy, lz4
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    parseLogKeyvals Boolean
    Enables parsing of key=value tuples from the beginning of a logline, turning them into record headers
    password String
    SASL Pass
    placement String
    Where in the generated VCL the logging call should be placed.
    requestMaxBytes Integer
    Maximum size of log batch, if non-zero. Defaults to 0 for unbounded
    requiredAcks String
    The Number of acknowledgements a leader must receive before a write is considered successful. One of: 1 (default) One server needs to respond. 0 No servers need to respond. -1 Wait for all in-sync replicas to respond
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname String
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    useTls Boolean
    Whether to use TLS for secure logging. Can be either true or false
    user String
    SASL User
    brokers string
    A comma-separated list of IP addresses or hostnames of Kafka brokers
    name string
    The unique name of the Kafka logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic string
    The Kafka topic to send logs to
    authMethod string
    SASL authentication method. One of: plain, scram-sha-256, scram-sha-512
    compressionCodec string
    The codec used for compression of your logs. One of: gzip, snappy, lz4
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    parseLogKeyvals boolean
    Enables parsing of key=value tuples from the beginning of a logline, turning them into record headers
    password string
    SASL Pass
    placement string
    Where in the generated VCL the logging call should be placed.
    requestMaxBytes number
    Maximum size of log batch, if non-zero. Defaults to 0 for unbounded
    requiredAcks string
    The Number of acknowledgements a leader must receive before a write is considered successful. One of: 1 (default) One server needs to respond. 0 No servers need to respond. -1 Wait for all in-sync replicas to respond
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    tlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    useTls boolean
    Whether to use TLS for secure logging. Can be either true or false
    user string
    SASL User
    brokers str
    A comma-separated list of IP addresses or hostnames of Kafka brokers
    name str
    The unique name of the Kafka logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic str
    The Kafka topic to send logs to
    auth_method str
    SASL authentication method. One of: plain, scram-sha-256, scram-sha-512
    compression_codec str
    The codec used for compression of your logs. One of: gzip, snappy, lz4
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    parse_log_keyvals bool
    Enables parsing of key=value tuples from the beginning of a logline, turning them into record headers
    password str
    SASL Pass
    placement str
    Where in the generated VCL the logging call should be placed.
    request_max_bytes int
    Maximum size of log batch, if non-zero. Defaults to 0 for unbounded
    required_acks str
    The Number of acknowledgements a leader must receive before a write is considered successful. One of: 1 (default) One server needs to respond. 0 No servers need to respond. -1 Wait for all in-sync replicas to respond
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    tls_ca_cert str
    A secure certificate to authenticate the server with. Must be in PEM format
    tls_client_cert str
    The client certificate used to make authenticated requests. Must be in PEM format
    tls_client_key str
    The client private key used to make authenticated requests. Must be in PEM format
    tls_hostname str
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    use_tls bool
    Whether to use TLS for secure logging. Can be either true or false
    user str
    SASL User
    brokers String
    A comma-separated list of IP addresses or hostnames of Kafka brokers
    name String
    The unique name of the Kafka logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic String
    The Kafka topic to send logs to
    authMethod String
    SASL authentication method. One of: plain, scram-sha-256, scram-sha-512
    compressionCodec String
    The codec used for compression of your logs. One of: gzip, snappy, lz4
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    parseLogKeyvals Boolean
    Enables parsing of key=value tuples from the beginning of a logline, turning them into record headers
    password String
    SASL Pass
    placement String
    Where in the generated VCL the logging call should be placed.
    requestMaxBytes Number
    Maximum size of log batch, if non-zero. Defaults to 0 for unbounded
    requiredAcks String
    The Number of acknowledgements a leader must receive before a write is considered successful. One of: 1 (default) One server needs to respond. 0 No servers need to respond. -1 Wait for all in-sync replicas to respond
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format
    tlsHostname String
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    useTls Boolean
    Whether to use TLS for secure logging. Can be either true or false
    user String
    SASL User

    ServiceVclLoggingKinese, ServiceVclLoggingKineseArgs

    Name string
    The unique name of the Kinesis logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Topic string
    The Kinesis stream name
    AccessKey string
    The AWS access key to be used to write to the stream
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    IamRole string
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to Kinesis. Not required if access_key and secret_key are provided.
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    Region string
    The AWS region the stream resides in. (Default: us-east-1)
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    SecretKey string
    The AWS secret access key to authenticate with
    Name string
    The unique name of the Kinesis logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Topic string
    The Kinesis stream name
    AccessKey string
    The AWS access key to be used to write to the stream
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    IamRole string
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to Kinesis. Not required if access_key and secret_key are provided.
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    Region string
    The AWS region the stream resides in. (Default: us-east-1)
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    SecretKey string
    The AWS secret access key to authenticate with
    name String
    The unique name of the Kinesis logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic String
    The Kinesis stream name
    accessKey String
    The AWS access key to be used to write to the stream
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    iamRole String
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to Kinesis. Not required if access_key and secret_key are provided.
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    region String
    The AWS region the stream resides in. (Default: us-east-1)
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    secretKey String
    The AWS secret access key to authenticate with
    name string
    The unique name of the Kinesis logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic string
    The Kinesis stream name
    accessKey string
    The AWS access key to be used to write to the stream
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    iamRole string
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to Kinesis. Not required if access_key and secret_key are provided.
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    region string
    The AWS region the stream resides in. (Default: us-east-1)
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    secretKey string
    The AWS secret access key to authenticate with
    name str
    The unique name of the Kinesis logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic str
    The Kinesis stream name
    access_key str
    The AWS access key to be used to write to the stream
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    iam_role str
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to Kinesis. Not required if access_key and secret_key are provided.
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    region str
    The AWS region the stream resides in. (Default: us-east-1)
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    secret_key str
    The AWS secret access key to authenticate with
    name String
    The unique name of the Kinesis logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    topic String
    The Kinesis stream name
    accessKey String
    The AWS access key to be used to write to the stream
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    iamRole String
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to Kinesis. Not required if access_key and secret_key are provided.
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    region String
    The AWS region the stream resides in. (Default: us-east-1)
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    secretKey String
    The AWS secret access key to authenticate with

    ServiceVclLoggingLogentry, ServiceVclLoggingLogentryArgs

    Name string
    The unique name of the Logentries logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    Use token based authentication (https://logentries.com/doc/input-token/)
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port number configured in Logentries
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    UseTls bool
    Whether to use TLS for secure logging
    Name string
    The unique name of the Logentries logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    Use token based authentication (https://logentries.com/doc/input-token/)
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port number configured in Logentries
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    UseTls bool
    Whether to use TLS for secure logging
    name String
    The unique name of the Logentries logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    Use token based authentication (https://logentries.com/doc/input-token/)
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    placement String
    Where in the generated VCL the logging call should be placed.
    port Integer
    The port number configured in Logentries
    responseCondition String
    Name of blockAttributes condition to apply this logging.
    useTls Boolean
    Whether to use TLS for secure logging
    name string
    The unique name of the Logentries logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    Use token based authentication (https://logentries.com/doc/input-token/)
    format string
    Apache-style string or VCL variables to use for log formatting
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    placement string
    Where in the generated VCL the logging call should be placed.
    port number
    The port number configured in Logentries
    responseCondition string
    Name of blockAttributes condition to apply this logging.
    useTls boolean
    Whether to use TLS for secure logging
    name str
    The unique name of the Logentries logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    Use token based authentication (https://logentries.com/doc/input-token/)
    format str
    Apache-style string or VCL variables to use for log formatting
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    placement str
    Where in the generated VCL the logging call should be placed.
    port int
    The port number configured in Logentries
    response_condition str
    Name of blockAttributes condition to apply this logging.
    use_tls bool
    Whether to use TLS for secure logging
    name String
    The unique name of the Logentries logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    Use token based authentication (https://logentries.com/doc/input-token/)
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    placement String
    Where in the generated VCL the logging call should be placed.
    port Number
    The port number configured in Logentries
    responseCondition String
    Name of blockAttributes condition to apply this logging.
    useTls Boolean
    Whether to use TLS for secure logging

    ServiceVclLoggingLoggly, ServiceVclLoggingLogglyArgs

    Name string
    The unique name of the Loggly logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The token to use for authentication (https://www.loggly.com/docs/customer-token-authentication-token/).
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    Name string
    The unique name of the Loggly logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The token to use for authentication (https://www.loggly.com/docs/customer-token-authentication-token/).
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Loggly logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The token to use for authentication (https://www.loggly.com/docs/customer-token-authentication-token/).
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name string
    The unique name of the Loggly logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The token to use for authentication (https://www.loggly.com/docs/customer-token-authentication-token/).
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name str
    The unique name of the Loggly logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The token to use for authentication (https://www.loggly.com/docs/customer-token-authentication-token/).
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Loggly logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The token to use for authentication (https://www.loggly.com/docs/customer-token-authentication-token/).
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.

    ServiceVclLoggingLogshuttle, ServiceVclLoggingLogshuttleArgs

    Name string
    The unique name of the Log Shuttle logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The data authentication token associated with this endpoint
    Url string
    Your Log Shuttle endpoint URL
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    Name string
    The unique name of the Log Shuttle logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The data authentication token associated with this endpoint
    Url string
    Your Log Shuttle endpoint URL
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Log Shuttle logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The data authentication token associated with this endpoint
    url String
    Your Log Shuttle endpoint URL
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name string
    The unique name of the Log Shuttle logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The data authentication token associated with this endpoint
    url string
    Your Log Shuttle endpoint URL
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name str
    The unique name of the Log Shuttle logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The data authentication token associated with this endpoint
    url str
    Your Log Shuttle endpoint URL
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Log Shuttle logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The data authentication token associated with this endpoint
    url String
    Your Log Shuttle endpoint URL
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.

    ServiceVclLoggingNewrelic, ServiceVclLoggingNewrelicArgs

    Name string
    The unique name of the New Relic logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Insert API key from the Account page of your New Relic account
    Format string
    Apache style log formatting. Your log must produce valid JSON that New Relic Logs can ingest.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    Region string
    The region that log data will be sent to. Default: US
    ResponseCondition string
    The name of the condition to apply.
    Name string
    The unique name of the New Relic logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Insert API key from the Account page of your New Relic account
    Format string
    Apache style log formatting. Your log must produce valid JSON that New Relic Logs can ingest.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    Region string
    The region that log data will be sent to. Default: US
    ResponseCondition string
    The name of the condition to apply.
    name String
    The unique name of the New Relic logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Insert API key from the Account page of your New Relic account
    format String
    Apache style log formatting. Your log must produce valid JSON that New Relic Logs can ingest.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    region String
    The region that log data will be sent to. Default: US
    responseCondition String
    The name of the condition to apply.
    name string
    The unique name of the New Relic logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The Insert API key from the Account page of your New Relic account
    format string
    Apache style log formatting. Your log must produce valid JSON that New Relic Logs can ingest.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed.
    region string
    The region that log data will be sent to. Default: US
    responseCondition string
    The name of the condition to apply.
    name str
    The unique name of the New Relic logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The Insert API key from the Account page of your New Relic account
    format str
    Apache style log formatting. Your log must produce valid JSON that New Relic Logs can ingest.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed.
    region str
    The region that log data will be sent to. Default: US
    response_condition str
    The name of the condition to apply.
    name String
    The unique name of the New Relic logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Insert API key from the Account page of your New Relic account
    format String
    Apache style log formatting. Your log must produce valid JSON that New Relic Logs can ingest.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    region String
    The region that log data will be sent to. Default: US
    responseCondition String
    The name of the condition to apply.

    ServiceVclLoggingNewrelicotlp, ServiceVclLoggingNewrelicotlpArgs

    Name string
    The unique name of the New Relic OTLP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Insert API key from the Account page of your New Relic account
    Format string
    Apache style log formatting. Your log must produce valid JSON that New Relic OTLP can ingest.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    Region string
    The region that log data will be sent to. Default: US
    ResponseCondition string
    The name of the condition to apply.
    Url string
    The optional New Relic Trace Observer URL to stream logs to for Infinite Tracing.
    Name string
    The unique name of the New Relic OTLP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Insert API key from the Account page of your New Relic account
    Format string
    Apache style log formatting. Your log must produce valid JSON that New Relic OTLP can ingest.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    Region string
    The region that log data will be sent to. Default: US
    ResponseCondition string
    The name of the condition to apply.
    Url string
    The optional New Relic Trace Observer URL to stream logs to for Infinite Tracing.
    name String
    The unique name of the New Relic OTLP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Insert API key from the Account page of your New Relic account
    format String
    Apache style log formatting. Your log must produce valid JSON that New Relic OTLP can ingest.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    region String
    The region that log data will be sent to. Default: US
    responseCondition String
    The name of the condition to apply.
    url String
    The optional New Relic Trace Observer URL to stream logs to for Infinite Tracing.
    name string
    The unique name of the New Relic OTLP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The Insert API key from the Account page of your New Relic account
    format string
    Apache style log formatting. Your log must produce valid JSON that New Relic OTLP can ingest.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed.
    region string
    The region that log data will be sent to. Default: US
    responseCondition string
    The name of the condition to apply.
    url string
    The optional New Relic Trace Observer URL to stream logs to for Infinite Tracing.
    name str
    The unique name of the New Relic OTLP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The Insert API key from the Account page of your New Relic account
    format str
    Apache style log formatting. Your log must produce valid JSON that New Relic OTLP can ingest.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed.
    region str
    The region that log data will be sent to. Default: US
    response_condition str
    The name of the condition to apply.
    url str
    The optional New Relic Trace Observer URL to stream logs to for Infinite Tracing.
    name String
    The unique name of the New Relic OTLP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Insert API key from the Account page of your New Relic account
    format String
    Apache style log formatting. Your log must produce valid JSON that New Relic OTLP can ingest.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    region String
    The region that log data will be sent to. Default: US
    responseCondition String
    The name of the condition to apply.
    url String
    The optional New Relic Trace Observer URL to stream logs to for Infinite Tracing.

    ServiceVclLoggingOpenstack, ServiceVclLoggingOpenstackArgs

    AccessKey string
    Your OpenStack account access key
    BucketName string
    The name of your OpenStack container
    Name string
    The unique name of the OpenStack logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    Your OpenStack auth url
    User string
    The username for your OpenStack account
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    Period int
    How frequently the logs should be transferred, in seconds. Default 3600
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    AccessKey string
    Your OpenStack account access key
    BucketName string
    The name of your OpenStack container
    Name string
    The unique name of the OpenStack logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    Your OpenStack auth url
    User string
    The username for your OpenStack account
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    Period int
    How frequently the logs should be transferred, in seconds. Default 3600
    Placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey String
    Your OpenStack account access key
    bucketName String
    The name of your OpenStack container
    name String
    The unique name of the OpenStack logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    Your OpenStack auth url
    user String
    The username for your OpenStack account
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period Integer
    How frequently the logs should be transferred, in seconds. Default 3600
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey string
    Your OpenStack account access key
    bucketName string
    The name of your OpenStack container
    name string
    The unique name of the OpenStack logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url string
    Your OpenStack auth url
    user string
    The username for your OpenStack account
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period number
    How frequently the logs should be transferred, in seconds. Default 3600
    placement string
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    access_key str
    Your OpenStack account access key
    bucket_name str
    The name of your OpenStack container
    name str
    The unique name of the OpenStack logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url str
    Your OpenStack auth url
    user str
    The username for your OpenStack account
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path str
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period int
    How frequently the logs should be transferred, in seconds. Default 3600
    placement str
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    public_key str
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    accessKey String
    Your OpenStack account access key
    bucketName String
    The name of your OpenStack container
    name String
    The unique name of the OpenStack logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    Your OpenStack auth url
    user String
    The username for your OpenStack account
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period Number
    How frequently the logs should be transferred, in seconds. Default 3600
    placement String
    Where in the generated VCL the logging call should be placed. Can be none or waf_debug.
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)

    ServiceVclLoggingPapertrail, ServiceVclLoggingPapertrailArgs

    Address string
    The address of the Papertrail endpoint
    Name string
    A unique name to identify this Papertrail endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Port int
    The port associated with the address where the Papertrail endpoint can be accessed
    Format string
    A Fastly log format string
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1
    Placement string
    Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute
    Address string
    The address of the Papertrail endpoint
    Name string
    A unique name to identify this Papertrail endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Port int
    The port associated with the address where the Papertrail endpoint can be accessed
    Format string
    A Fastly log format string
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1
    Placement string
    Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute
    address String
    The address of the Papertrail endpoint
    name String
    A unique name to identify this Papertrail endpoint. It is important to note that changing this attribute will delete and recreate the resource
    port Integer
    The port associated with the address where the Papertrail endpoint can be accessed
    format String
    A Fastly log format string
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1
    placement String
    Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute
    address string
    The address of the Papertrail endpoint
    name string
    A unique name to identify this Papertrail endpoint. It is important to note that changing this attribute will delete and recreate the resource
    port number
    The port associated with the address where the Papertrail endpoint can be accessed
    format string
    A Fastly log format string
    formatVersion number
    The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1
    placement string
    Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute
    address str
    The address of the Papertrail endpoint
    name str
    A unique name to identify this Papertrail endpoint. It is important to note that changing this attribute will delete and recreate the resource
    port int
    The port associated with the address where the Papertrail endpoint can be accessed
    format str
    A Fastly log format string
    format_version int
    The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1
    placement str
    Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute
    address String
    The address of the Papertrail endpoint
    name String
    A unique name to identify this Papertrail endpoint. It is important to note that changing this attribute will delete and recreate the resource
    port Number
    The port associated with the address where the Papertrail endpoint can be accessed
    format String
    A Fastly log format string
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1
    placement String
    Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute

    ServiceVclLoggingS3, ServiceVclLoggingS3Args

    BucketName string
    The name of the bucket in which to store the logs
    Name string
    The unique name of the S3 logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Acl string
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Domain string
    If you created the S3 bucket outside of us-east-1, then specify the corresponding bucket endpoint. Example: s3-us-west-2.amazonaws.com
    FileMaxBytes int
    Maximum size of an uploaded log file, if non-zero.
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    Period int
    How frequently the logs should be transferred, in seconds. Default 3600
    Placement string
    Where in the generated VCL the logging call should be placed.
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    Redundancy string
    The S3 storage class (redundancy level). Should be one of: standard, intelligent_tiering, standard_ia, onezone_ia, glacier, glacier_ir, deep_archive, or reduced_redundancy
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    S3AccessKey string
    AWS Access Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This key will be not be encrypted. Not required if iam_role is provided. You can provide this key via an environment variable, FASTLY_S3_ACCESS_KEY
    S3IamRole string
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to S3. Not required if access_key and secret_key are provided. You can provide this value via an environment variable, FASTLY_S3_IAM_ROLE
    S3SecretKey string
    AWS Secret Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This secret will be not be encrypted. Not required if iam_role is provided. You can provide this secret via an environment variable, FASTLY_S3_SECRET_KEY
    ServerSideEncryption string
    Specify what type of server side encryption should be used. Can be either AES256 or aws:kms
    ServerSideEncryptionKmsKeyId string
    Optional server-side KMS Key Id. Must be set if serversideencryption is set to aws:kms
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    BucketName string
    The name of the bucket in which to store the logs
    Name string
    The unique name of the S3 logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Acl string
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Domain string
    If you created the S3 bucket outside of us-east-1, then specify the corresponding bucket endpoint. Example: s3-us-west-2.amazonaws.com
    FileMaxBytes int
    Maximum size of an uploaded log file, if non-zero.
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    Period int
    How frequently the logs should be transferred, in seconds. Default 3600
    Placement string
    Where in the generated VCL the logging call should be placed.
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    Redundancy string
    The S3 storage class (redundancy level). Should be one of: standard, intelligent_tiering, standard_ia, onezone_ia, glacier, glacier_ir, deep_archive, or reduced_redundancy
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    S3AccessKey string
    AWS Access Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This key will be not be encrypted. Not required if iam_role is provided. You can provide this key via an environment variable, FASTLY_S3_ACCESS_KEY
    S3IamRole string
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to S3. Not required if access_key and secret_key are provided. You can provide this value via an environment variable, FASTLY_S3_IAM_ROLE
    S3SecretKey string
    AWS Secret Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This secret will be not be encrypted. Not required if iam_role is provided. You can provide this secret via an environment variable, FASTLY_S3_SECRET_KEY
    ServerSideEncryption string
    Specify what type of server side encryption should be used. Can be either AES256 or aws:kms
    ServerSideEncryptionKmsKeyId string
    Optional server-side KMS Key Id. Must be set if serversideencryption is set to aws:kms
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    bucketName String
    The name of the bucket in which to store the logs
    name String
    The unique name of the S3 logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    acl String
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain String
    If you created the S3 bucket outside of us-east-1, then specify the corresponding bucket endpoint. Example: s3-us-west-2.amazonaws.com
    fileMaxBytes Integer
    Maximum size of an uploaded log file, if non-zero.
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2).
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period Integer
    How frequently the logs should be transferred, in seconds. Default 3600
    placement String
    Where in the generated VCL the logging call should be placed.
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    redundancy String
    The S3 storage class (redundancy level). Should be one of: standard, intelligent_tiering, standard_ia, onezone_ia, glacier, glacier_ir, deep_archive, or reduced_redundancy
    responseCondition String
    Name of blockAttributes condition to apply this logging.
    s3AccessKey String
    AWS Access Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This key will be not be encrypted. Not required if iam_role is provided. You can provide this key via an environment variable, FASTLY_S3_ACCESS_KEY
    s3IamRole String
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to S3. Not required if access_key and secret_key are provided. You can provide this value via an environment variable, FASTLY_S3_IAM_ROLE
    s3SecretKey String
    AWS Secret Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This secret will be not be encrypted. Not required if iam_role is provided. You can provide this secret via an environment variable, FASTLY_S3_SECRET_KEY
    serverSideEncryption String
    Specify what type of server side encryption should be used. Can be either AES256 or aws:kms
    serverSideEncryptionKmsKeyId String
    Optional server-side KMS Key Id. Must be set if serversideencryption is set to aws:kms
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    bucketName string
    The name of the bucket in which to store the logs
    name string
    The unique name of the S3 logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    acl string
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain string
    If you created the S3 bucket outside of us-east-1, then specify the corresponding bucket endpoint. Example: s3-us-west-2.amazonaws.com
    fileMaxBytes number
    Maximum size of an uploaded log file, if non-zero.
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2).
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path string
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period number
    How frequently the logs should be transferred, in seconds. Default 3600
    placement string
    Where in the generated VCL the logging call should be placed.
    publicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    redundancy string
    The S3 storage class (redundancy level). Should be one of: standard, intelligent_tiering, standard_ia, onezone_ia, glacier, glacier_ir, deep_archive, or reduced_redundancy
    responseCondition string
    Name of blockAttributes condition to apply this logging.
    s3AccessKey string
    AWS Access Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This key will be not be encrypted. Not required if iam_role is provided. You can provide this key via an environment variable, FASTLY_S3_ACCESS_KEY
    s3IamRole string
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to S3. Not required if access_key and secret_key are provided. You can provide this value via an environment variable, FASTLY_S3_IAM_ROLE
    s3SecretKey string
    AWS Secret Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This secret will be not be encrypted. Not required if iam_role is provided. You can provide this secret via an environment variable, FASTLY_S3_SECRET_KEY
    serverSideEncryption string
    Specify what type of server side encryption should be used. Can be either AES256 or aws:kms
    serverSideEncryptionKmsKeyId string
    Optional server-side KMS Key Id. Must be set if serversideencryption is set to aws:kms
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    bucket_name str
    The name of the bucket in which to store the logs
    name str
    The unique name of the S3 logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    acl str
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain str
    If you created the S3 bucket outside of us-east-1, then specify the corresponding bucket endpoint. Example: s3-us-west-2.amazonaws.com
    file_max_bytes int
    Maximum size of an uploaded log file, if non-zero.
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2).
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path str
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period int
    How frequently the logs should be transferred, in seconds. Default 3600
    placement str
    Where in the generated VCL the logging call should be placed.
    public_key str
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    redundancy str
    The S3 storage class (redundancy level). Should be one of: standard, intelligent_tiering, standard_ia, onezone_ia, glacier, glacier_ir, deep_archive, or reduced_redundancy
    response_condition str
    Name of blockAttributes condition to apply this logging.
    s3_access_key str
    AWS Access Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This key will be not be encrypted. Not required if iam_role is provided. You can provide this key via an environment variable, FASTLY_S3_ACCESS_KEY
    s3_iam_role str
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to S3. Not required if access_key and secret_key are provided. You can provide this value via an environment variable, FASTLY_S3_IAM_ROLE
    s3_secret_key str
    AWS Secret Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This secret will be not be encrypted. Not required if iam_role is provided. You can provide this secret via an environment variable, FASTLY_S3_SECRET_KEY
    server_side_encryption str
    Specify what type of server side encryption should be used. Can be either AES256 or aws:kms
    server_side_encryption_kms_key_id str
    Optional server-side KMS Key Id. Must be set if serversideencryption is set to aws:kms
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    bucketName String
    The name of the bucket in which to store the logs
    name String
    The unique name of the S3 logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    acl String
    The AWS Canned ACL to use for objects uploaded to the S3 bucket. Options are: private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    domain String
    If you created the S3 bucket outside of us-east-1, then specify the corresponding bucket endpoint. Example: s3-us-west-2.amazonaws.com
    fileMaxBytes Number
    Maximum size of an uploaded log file, if non-zero.
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2).
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    path String
    Path to store the files. Must end with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path
    period Number
    How frequently the logs should be transferred, in seconds. Default 3600
    placement String
    Where in the generated VCL the logging call should be placed.
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    redundancy String
    The S3 storage class (redundancy level). Should be one of: standard, intelligent_tiering, standard_ia, onezone_ia, glacier, glacier_ir, deep_archive, or reduced_redundancy
    responseCondition String
    Name of blockAttributes condition to apply this logging.
    s3AccessKey String
    AWS Access Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This key will be not be encrypted. Not required if iam_role is provided. You can provide this key via an environment variable, FASTLY_S3_ACCESS_KEY
    s3IamRole String
    The Amazon Resource Name (ARN) for the IAM role granting Fastly access to S3. Not required if access_key and secret_key are provided. You can provide this value via an environment variable, FASTLY_S3_IAM_ROLE
    s3SecretKey String
    AWS Secret Key of an account with the required permissions to post logs. It is strongly recommended you create a separate IAM user with permissions to only operate on this Bucket. This secret will be not be encrypted. Not required if iam_role is provided. You can provide this secret via an environment variable, FASTLY_S3_SECRET_KEY
    serverSideEncryption String
    Specify what type of server side encryption should be used. Can be either AES256 or aws:kms
    serverSideEncryptionKmsKeyId String
    Optional server-side KMS Key Id. Must be set if serversideencryption is set to aws:kms
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)

    ServiceVclLoggingScalyr, ServiceVclLoggingScalyrArgs

    Name string
    The unique name of the Scalyr logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The token to use for authentication (https://www.scalyr.com/keys)
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    ProjectId string
    The name of the logfile field sent to Scalyr
    Region string
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    Name string
    The unique name of the Scalyr logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The token to use for authentication (https://www.scalyr.com/keys)
    Format string
    Apache style log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    Placement string
    Where in the generated VCL the logging call should be placed.
    ProjectId string
    The name of the logfile field sent to Scalyr
    Region string
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    ResponseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Scalyr logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The token to use for authentication (https://www.scalyr.com/keys)
    format String
    Apache style log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    projectId String
    The name of the logfile field sent to Scalyr
    region String
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name string
    The unique name of the Scalyr logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The token to use for authentication (https://www.scalyr.com/keys)
    format string
    Apache style log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement string
    Where in the generated VCL the logging call should be placed.
    projectId string
    The name of the logfile field sent to Scalyr
    region string
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    responseCondition string
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name str
    The unique name of the Scalyr logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The token to use for authentication (https://www.scalyr.com/keys)
    format str
    Apache style log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement str
    Where in the generated VCL the logging call should be placed.
    project_id str
    The name of the logfile field sent to Scalyr
    region str
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    response_condition str
    The name of an existing condition in the configured endpoint, or leave blank to always execute.
    name String
    The unique name of the Scalyr logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The token to use for authentication (https://www.scalyr.com/keys)
    format String
    Apache style log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    placement String
    Where in the generated VCL the logging call should be placed.
    projectId String
    The name of the logfile field sent to Scalyr
    region String
    The region that log data will be sent to. One of US or EU. Defaults to US if undefined
    responseCondition String
    The name of an existing condition in the configured endpoint, or leave blank to always execute.

    ServiceVclLoggingSftp, ServiceVclLoggingSftpArgs

    Address string
    The SFTP address to stream logs to
    Name string
    The unique name of the SFTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Path string
    The path to upload log files to. If the path ends in / then it is treated as a directory
    SshKnownHosts string
    A list of host keys for all hosts we can connect to over SFTP
    User string
    The username for the server
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Password string
    The password for the server. If both password and secret_key are passed, secret_key will be preferred
    Period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port the SFTP service listens on. (Default: 22)
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of the condition to apply.
    SecretKey string
    The SSH private key for the server. If both password and secret_key are passed, secret_key will be preferred
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    Address string
    The SFTP address to stream logs to
    Name string
    The unique name of the SFTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Path string
    The path to upload log files to. If the path ends in / then it is treated as a directory
    SshKnownHosts string
    A list of host keys for all hosts we can connect to over SFTP
    User string
    The username for the server
    CompressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    Format string
    Apache-style string or VCL variables to use for log formatting.
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    GzipLevel int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Password string
    The password for the server. If both password and secret_key are passed, secret_key will be preferred
    Period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port the SFTP service listens on. (Default: 22)
    PublicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    ResponseCondition string
    The name of the condition to apply.
    SecretKey string
    The SSH private key for the server. If both password and secret_key are passed, secret_key will be preferred
    TimestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address String
    The SFTP address to stream logs to
    name String
    The unique name of the SFTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    path String
    The path to upload log files to. If the path ends in / then it is treated as a directory
    sshKnownHosts String
    A list of host keys for all hosts we can connect to over SFTP
    user String
    The username for the server
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Integer
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    password String
    The password for the server. If both password and secret_key are passed, secret_key will be preferred
    period Integer
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement String
    Where in the generated VCL the logging call should be placed.
    port Integer
    The port the SFTP service listens on. (Default: 22)
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of the condition to apply.
    secretKey String
    The SSH private key for the server. If both password and secret_key are passed, secret_key will be preferred
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address string
    The SFTP address to stream logs to
    name string
    The unique name of the SFTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    path string
    The path to upload log files to. If the path ends in / then it is treated as a directory
    sshKnownHosts string
    A list of host keys for all hosts we can connect to over SFTP
    user string
    The username for the server
    compressionCodec string
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format string
    Apache-style string or VCL variables to use for log formatting.
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    password string
    The password for the server. If both password and secret_key are passed, secret_key will be preferred
    period number
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement string
    Where in the generated VCL the logging call should be placed.
    port number
    The port the SFTP service listens on. (Default: 22)
    publicKey string
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition string
    The name of the condition to apply.
    secretKey string
    The SSH private key for the server. If both password and secret_key are passed, secret_key will be preferred
    timestampFormat string
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address str
    The SFTP address to stream logs to
    name str
    The unique name of the SFTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    path str
    The path to upload log files to. If the path ends in / then it is treated as a directory
    ssh_known_hosts str
    A list of host keys for all hosts we can connect to over SFTP
    user str
    The username for the server
    compression_codec str
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format str
    Apache-style string or VCL variables to use for log formatting.
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzip_level int
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    password str
    The password for the server. If both password and secret_key are passed, secret_key will be preferred
    period int
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement str
    Where in the generated VCL the logging call should be placed.
    port int
    The port the SFTP service listens on. (Default: 22)
    public_key str
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    response_condition str
    The name of the condition to apply.
    secret_key str
    The SSH private key for the server. If both password and secret_key are passed, secret_key will be preferred
    timestamp_format str
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)
    address String
    The SFTP address to stream logs to
    name String
    The unique name of the SFTP logging endpoint. It is important to note that changing this attribute will delete and recreate the resource
    path String
    The path to upload log files to. If the path ends in / then it is treated as a directory
    sshKnownHosts String
    A list of host keys for all hosts we can connect to over SFTP
    user String
    The username for the server
    compressionCodec String
    The codec used for compression of your logs. Valid values are zstd, snappy, and gzip. If the specified codec is "gzip", gziplevel will default to 3. To specify a different level, leave compressioncodec blank and explicitly set the level using gziplevel. Specifying both compressioncodec and gzip_level in the same API request will result in an error.
    format String
    Apache-style string or VCL variables to use for log formatting.
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2).
    gzipLevel Number
    Level of Gzip compression from 0-9. 0 means no compression. 1 is the fastest and the least compressed version, 9 is the slowest and the most compressed version. Default 0
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    password String
    The password for the server. If both password and secret_key are passed, secret_key will be preferred
    period Number
    How frequently log files are finalized so they can be available for reading (in seconds, default 3600)
    placement String
    Where in the generated VCL the logging call should be placed.
    port Number
    The port the SFTP service listens on. (Default: 22)
    publicKey String
    A PGP public key that Fastly will use to encrypt your log files before writing them to disk
    responseCondition String
    The name of the condition to apply.
    secretKey String
    The SSH private key for the server. If both password and secret_key are passed, secret_key will be preferred
    timestampFormat String
    The strftime specified timestamp formatting (default %!Y(MISSING)-%!m(MISSING)-%!d(MISSING)T%!H(MISSING):%!M(MISSING):%!S(MISSING).000)

    ServiceVclLoggingSplunk, ServiceVclLoggingSplunkArgs

    Name string
    A unique name to identify the Splunk endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Splunk token to be used for authentication
    Url string
    The Splunk URL to stream logs to
    Format string
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    Placement string
    Where in the generated VCL the logging call should be placed
    ResponseCondition string
    The name of the condition to apply
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SPLUNK_CA_CERT
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format.
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format.
    TlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    UseTls bool
    Whether to use TLS for secure logging. Default: false
    Name string
    A unique name to identify the Splunk endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Token string
    The Splunk token to be used for authentication
    Url string
    The Splunk URL to stream logs to
    Format string
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    Placement string
    Where in the generated VCL the logging call should be placed
    ResponseCondition string
    The name of the condition to apply
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SPLUNK_CA_CERT
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format.
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format.
    TlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    UseTls bool
    Whether to use TLS for secure logging. Default: false
    name String
    A unique name to identify the Splunk endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Splunk token to be used for authentication
    url String
    The Splunk URL to stream logs to
    format String
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    placement String
    Where in the generated VCL the logging call should be placed
    responseCondition String
    The name of the condition to apply
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SPLUNK_CA_CERT
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format.
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format.
    tlsHostname String
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    useTls Boolean
    Whether to use TLS for secure logging. Default: false
    name string
    A unique name to identify the Splunk endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token string
    The Splunk token to be used for authentication
    url string
    The Splunk URL to stream logs to
    format string
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    placement string
    Where in the generated VCL the logging call should be placed
    responseCondition string
    The name of the condition to apply
    tlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SPLUNK_CA_CERT
    tlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format.
    tlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format.
    tlsHostname string
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    useTls boolean
    Whether to use TLS for secure logging. Default: false
    name str
    A unique name to identify the Splunk endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token str
    The Splunk token to be used for authentication
    url str
    The Splunk URL to stream logs to
    format str
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    placement str
    Where in the generated VCL the logging call should be placed
    response_condition str
    The name of the condition to apply
    tls_ca_cert str
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SPLUNK_CA_CERT
    tls_client_cert str
    The client certificate used to make authenticated requests. Must be in PEM format.
    tls_client_key str
    The client private key used to make authenticated requests. Must be in PEM format.
    tls_hostname str
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    use_tls bool
    Whether to use TLS for secure logging. Default: false
    name String
    A unique name to identify the Splunk endpoint. It is important to note that changing this attribute will delete and recreate the resource
    token String
    The Splunk token to be used for authentication
    url String
    The Splunk URL to stream logs to
    format String
    Apache-style string or VCL variables to use for log formatting (default: %!h(MISSING) %!l(MISSING) %!u(MISSING) %!t(MISSING) "%!r(MISSING)" %!>(MISSING)s %!b(MISSING))
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (default: 2)
    placement String
    Where in the generated VCL the logging call should be placed
    responseCondition String
    The name of the condition to apply
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SPLUNK_CA_CERT
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format.
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format.
    tlsHostname String
    The hostname used to verify the server's certificate. It can either be the Common Name or a Subject Alternative Name (SAN)
    useTls Boolean
    Whether to use TLS for secure logging. Default: false

    ServiceVclLoggingSumologic, ServiceVclLoggingSumologicArgs

    Name string
    A unique name to identify this Sumologic endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    The URL to Sumologic collector endpoint
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Placement string
    Where in the generated VCL the logging call should be placed.
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    Name string
    A unique name to identify this Sumologic endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Url string
    The URL to Sumologic collector endpoint
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Placement string
    Where in the generated VCL the logging call should be placed.
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    name String
    A unique name to identify this Sumologic endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    The URL to Sumologic collector endpoint
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Integer
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement String
    Where in the generated VCL the logging call should be placed.
    responseCondition String
    Name of blockAttributes condition to apply this logging.
    name string
    A unique name to identify this Sumologic endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url string
    The URL to Sumologic collector endpoint
    format string
    Apache-style string or VCL variables to use for log formatting
    formatVersion number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement string
    Where in the generated VCL the logging call should be placed.
    responseCondition string
    Name of blockAttributes condition to apply this logging.
    name str
    A unique name to identify this Sumologic endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url str
    The URL to Sumologic collector endpoint
    format str
    Apache-style string or VCL variables to use for log formatting
    format_version int
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement str
    Where in the generated VCL the logging call should be placed.
    response_condition str
    Name of blockAttributes condition to apply this logging.
    name String
    A unique name to identify this Sumologic endpoint. It is important to note that changing this attribute will delete and recreate the resource
    url String
    The URL to Sumologic collector endpoint
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Number
    The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. (Default: 2)
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement String
    Where in the generated VCL the logging call should be placed.
    responseCondition String
    Name of blockAttributes condition to apply this logging.

    ServiceVclLoggingSyslog, ServiceVclLoggingSyslogArgs

    Address string
    A hostname or IPv4 address of the Syslog endpoint
    Name string
    A unique name to identify this Syslog endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format. Can be either 1 or 2. (Default: 2)
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port associated with the address where the Syslog endpoint can be accessed. Default 514
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CA_CERT
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CLIENT_CERT
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format. You can provide this key via an environment variable, FASTLY_SYSLOG_CLIENT_KEY
    TlsHostname string
    Used during the TLS handshake to validate the certificate
    Token string
    Whether to prepend each message with a specific token
    UseTls bool
    Whether to use TLS for secure logging. Default false
    Address string
    A hostname or IPv4 address of the Syslog endpoint
    Name string
    A unique name to identify this Syslog endpoint. It is important to note that changing this attribute will delete and recreate the resource
    Format string
    Apache-style string or VCL variables to use for log formatting
    FormatVersion int
    The version of the custom logging format. Can be either 1 or 2. (Default: 2)
    MessageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    Placement string
    Where in the generated VCL the logging call should be placed.
    Port int
    The port associated with the address where the Syslog endpoint can be accessed. Default 514
    ResponseCondition string
    Name of blockAttributes condition to apply this logging.
    TlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CA_CERT
    TlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CLIENT_CERT
    TlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format. You can provide this key via an environment variable, FASTLY_SYSLOG_CLIENT_KEY
    TlsHostname string
    Used during the TLS handshake to validate the certificate
    Token string
    Whether to prepend each message with a specific token
    UseTls bool
    Whether to use TLS for secure logging. Default false
    address String
    A hostname or IPv4 address of the Syslog endpoint
    name String
    A unique name to identify this Syslog endpoint. It is important to note that changing this attribute will delete and recreate the resource
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Integer
    The version of the custom logging format. Can be either 1 or 2. (Default: 2)
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement String
    Where in the generated VCL the logging call should be placed.
    port Integer
    The port associated with the address where the Syslog endpoint can be accessed. Default 514
    responseCondition String
    Name of blockAttributes condition to apply this logging.
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CA_CERT
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CLIENT_CERT
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format. You can provide this key via an environment variable, FASTLY_SYSLOG_CLIENT_KEY
    tlsHostname String
    Used during the TLS handshake to validate the certificate
    token String
    Whether to prepend each message with a specific token
    useTls Boolean
    Whether to use TLS for secure logging. Default false
    address string
    A hostname or IPv4 address of the Syslog endpoint
    name string
    A unique name to identify this Syslog endpoint. It is important to note that changing this attribute will delete and recreate the resource
    format string
    Apache-style string or VCL variables to use for log formatting
    formatVersion number
    The version of the custom logging format. Can be either 1 or 2. (Default: 2)
    messageType string
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement string
    Where in the generated VCL the logging call should be placed.
    port number
    The port associated with the address where the Syslog endpoint can be accessed. Default 514
    responseCondition string
    Name of blockAttributes condition to apply this logging.
    tlsCaCert string
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CA_CERT
    tlsClientCert string
    The client certificate used to make authenticated requests. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CLIENT_CERT
    tlsClientKey string
    The client private key used to make authenticated requests. Must be in PEM format. You can provide this key via an environment variable, FASTLY_SYSLOG_CLIENT_KEY
    tlsHostname string
    Used during the TLS handshake to validate the certificate
    token string
    Whether to prepend each message with a specific token
    useTls boolean
    Whether to use TLS for secure logging. Default false
    address str
    A hostname or IPv4 address of the Syslog endpoint
    name str
    A unique name to identify this Syslog endpoint. It is important to note that changing this attribute will delete and recreate the resource
    format str
    Apache-style string or VCL variables to use for log formatting
    format_version int
    The version of the custom logging format. Can be either 1 or 2. (Default: 2)
    message_type str
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement str
    Where in the generated VCL the logging call should be placed.
    port int
    The port associated with the address where the Syslog endpoint can be accessed. Default 514
    response_condition str
    Name of blockAttributes condition to apply this logging.
    tls_ca_cert str
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CA_CERT
    tls_client_cert str
    The client certificate used to make authenticated requests. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CLIENT_CERT
    tls_client_key str
    The client private key used to make authenticated requests. Must be in PEM format. You can provide this key via an environment variable, FASTLY_SYSLOG_CLIENT_KEY
    tls_hostname str
    Used during the TLS handshake to validate the certificate
    token str
    Whether to prepend each message with a specific token
    use_tls bool
    Whether to use TLS for secure logging. Default false
    address String
    A hostname or IPv4 address of the Syslog endpoint
    name String
    A unique name to identify this Syslog endpoint. It is important to note that changing this attribute will delete and recreate the resource
    format String
    Apache-style string or VCL variables to use for log formatting
    formatVersion Number
    The version of the custom logging format. Can be either 1 or 2. (Default: 2)
    messageType String
    How the message should be formatted. Can be either classic, loggly, logplex or blank. Default is classic
    placement String
    Where in the generated VCL the logging call should be placed.
    port Number
    The port associated with the address where the Syslog endpoint can be accessed. Default 514
    responseCondition String
    Name of blockAttributes condition to apply this logging.
    tlsCaCert String
    A secure certificate to authenticate the server with. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CA_CERT
    tlsClientCert String
    The client certificate used to make authenticated requests. Must be in PEM format. You can provide this certificate via an environment variable, FASTLY_SYSLOG_CLIENT_CERT
    tlsClientKey String
    The client private key used to make authenticated requests. Must be in PEM format. You can provide this key via an environment variable, FASTLY_SYSLOG_CLIENT_KEY
    tlsHostname String
    Used during the TLS handshake to validate the certificate
    token String
    Whether to prepend each message with a specific token
    useTls Boolean
    Whether to use TLS for secure logging. Default false

    ServiceVclProductEnablement, ServiceVclProductEnablementArgs

    BrotliCompression bool
    Enable Brotli Compression support
    DomainInspector bool
    Enable Domain Inspector support
    ImageOptimizer bool
    Enable Image Optimizer support (requires at least one backend with a shield attribute)
    Name string
    Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
    OriginInspector bool
    Enable Origin Inspector support
    Websockets bool
    Enable WebSockets support
    BrotliCompression bool
    Enable Brotli Compression support
    DomainInspector bool
    Enable Domain Inspector support
    ImageOptimizer bool
    Enable Image Optimizer support (requires at least one backend with a shield attribute)
    Name string
    Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
    OriginInspector bool
    Enable Origin Inspector support
    Websockets bool
    Enable WebSockets support
    brotliCompression Boolean
    Enable Brotli Compression support
    domainInspector Boolean
    Enable Domain Inspector support
    imageOptimizer Boolean
    Enable Image Optimizer support (requires at least one backend with a shield attribute)
    name String
    Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
    originInspector Boolean
    Enable Origin Inspector support
    websockets Boolean
    Enable WebSockets support
    brotliCompression boolean
    Enable Brotli Compression support
    domainInspector boolean
    Enable Domain Inspector support
    imageOptimizer boolean
    Enable Image Optimizer support (requires at least one backend with a shield attribute)
    name string
    Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
    originInspector boolean
    Enable Origin Inspector support
    websockets boolean
    Enable WebSockets support
    brotli_compression bool
    Enable Brotli Compression support
    domain_inspector bool
    Enable Domain Inspector support
    image_optimizer bool
    Enable Image Optimizer support (requires at least one backend with a shield attribute)
    name str
    Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
    origin_inspector bool
    Enable Origin Inspector support
    websockets bool
    Enable WebSockets support
    brotliCompression Boolean
    Enable Brotli Compression support
    domainInspector Boolean
    Enable Domain Inspector support
    imageOptimizer Boolean
    Enable Image Optimizer support (requires at least one backend with a shield attribute)
    name String
    Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
    originInspector Boolean
    Enable Origin Inspector support
    websockets Boolean
    Enable WebSockets support

    ServiceVclRateLimiter, ServiceVclRateLimiterArgs

    Action string
    The action to take when a rate limiter violation is detected (one of: logonly, response, responseobject)
    ClientKey string
    Comma-separated list of VCL variables used to generate a counter key to identify a client
    HttpMethods string
    Comma-separated list of HTTP methods to apply rate limiting to
    Name string
    A unique human readable name for the rate limiting rule
    PenaltyBoxDuration int
    Length of time in minutes that the rate limiter is in effect after the initial violation is detected
    RpsLimit int
    Upper limit of requests per second allowed by the rate limiter
    WindowSize int
    Number of seconds during which the RPS limit must be exceeded in order to trigger a violation (one of: 1, 10, 60)
    FeatureRevision int
    Revision number of the rate limiting feature implementation
    LoggerType string
    Name of the type of logging endpoint to be used when action is log_only (one of: azureblob, bigquery, cloudfiles, datadog, digitalocean, elasticsearch, ftp, gcs, googleanalytics, heroku, honeycomb, http, https, kafka, kinesis, logentries, loggly, logshuttle, newrelic, openstack, papertrail, pubsub, s3, scalyr, sftp, splunk, stackdriver, sumologic, syslog)
    RatelimiterId string
    Alphanumeric string identifying the rate limiter
    Response ServiceVclRateLimiterResponse
    Custom response to be sent when the rate limit is exceeded. Required if action is response
    ResponseObjectName string
    Name of existing response object. Required if action is response_object
    UriDictionaryName string
    The name of an Edge Dictionary containing URIs as keys. If not defined or null, all origin URIs will be rate limited
    Action string
    The action to take when a rate limiter violation is detected (one of: logonly, response, responseobject)
    ClientKey string
    Comma-separated list of VCL variables used to generate a counter key to identify a client
    HttpMethods string
    Comma-separated list of HTTP methods to apply rate limiting to
    Name string
    A unique human readable name for the rate limiting rule
    PenaltyBoxDuration int
    Length of time in minutes that the rate limiter is in effect after the initial violation is detected
    RpsLimit int
    Upper limit of requests per second allowed by the rate limiter
    WindowSize int
    Number of seconds during which the RPS limit must be exceeded in order to trigger a violation (one of: 1, 10, 60)
    FeatureRevision int
    Revision number of the rate limiting feature implementation
    LoggerType string
    Name of the type of logging endpoint to be used when action is log_only (one of: azureblob, bigquery, cloudfiles, datadog, digitalocean, elasticsearch, ftp, gcs, googleanalytics, heroku, honeycomb, http, https, kafka, kinesis, logentries, loggly, logshuttle, newrelic, openstack, papertrail, pubsub, s3, scalyr, sftp, splunk, stackdriver, sumologic, syslog)
    RatelimiterId string
    Alphanumeric string identifying the rate limiter
    Response ServiceVclRateLimiterResponse
    Custom response to be sent when the rate limit is exceeded. Required if action is response
    ResponseObjectName string
    Name of existing response object. Required if action is response_object
    UriDictionaryName string
    The name of an Edge Dictionary containing URIs as keys. If not defined or null, all origin URIs will be rate limited
    action String
    The action to take when a rate limiter violation is detected (one of: logonly, response, responseobject)
    clientKey String
    Comma-separated list of VCL variables used to generate a counter key to identify a client
    httpMethods String
    Comma-separated list of HTTP methods to apply rate limiting to
    name String
    A unique human readable name for the rate limiting rule
    penaltyBoxDuration Integer
    Length of time in minutes that the rate limiter is in effect after the initial violation is detected
    rpsLimit Integer
    Upper limit of requests per second allowed by the rate limiter
    windowSize Integer
    Number of seconds during which the RPS limit must be exceeded in order to trigger a violation (one of: 1, 10, 60)
    featureRevision Integer
    Revision number of the rate limiting feature implementation
    loggerType String
    Name of the type of logging endpoint to be used when action is log_only (one of: azureblob, bigquery, cloudfiles, datadog, digitalocean, elasticsearch, ftp, gcs, googleanalytics, heroku, honeycomb, http, https, kafka, kinesis, logentries, loggly, logshuttle, newrelic, openstack, papertrail, pubsub, s3, scalyr, sftp, splunk, stackdriver, sumologic, syslog)
    ratelimiterId String
    Alphanumeric string identifying the rate limiter
    response ServiceVclRateLimiterResponse
    Custom response to be sent when the rate limit is exceeded. Required if action is response
    responseObjectName String
    Name of existing response object. Required if action is response_object
    uriDictionaryName String
    The name of an Edge Dictionary containing URIs as keys. If not defined or null, all origin URIs will be rate limited
    action string
    The action to take when a rate limiter violation is detected (one of: logonly, response, responseobject)
    clientKey string
    Comma-separated list of VCL variables used to generate a counter key to identify a client
    httpMethods string
    Comma-separated list of HTTP methods to apply rate limiting to
    name string
    A unique human readable name for the rate limiting rule
    penaltyBoxDuration number
    Length of time in minutes that the rate limiter is in effect after the initial violation is detected
    rpsLimit number
    Upper limit of requests per second allowed by the rate limiter
    windowSize number
    Number of seconds during which the RPS limit must be exceeded in order to trigger a violation (one of: 1, 10, 60)
    featureRevision number
    Revision number of the rate limiting feature implementation
    loggerType string
    Name of the type of logging endpoint to be used when action is log_only (one of: azureblob, bigquery, cloudfiles, datadog, digitalocean, elasticsearch, ftp, gcs, googleanalytics, heroku, honeycomb, http, https, kafka, kinesis, logentries, loggly, logshuttle, newrelic, openstack, papertrail, pubsub, s3, scalyr, sftp, splunk, stackdriver, sumologic, syslog)
    ratelimiterId string
    Alphanumeric string identifying the rate limiter
    response ServiceVclRateLimiterResponse
    Custom response to be sent when the rate limit is exceeded. Required if action is response
    responseObjectName string
    Name of existing response object. Required if action is response_object
    uriDictionaryName string
    The name of an Edge Dictionary containing URIs as keys. If not defined or null, all origin URIs will be rate limited
    action str
    The action to take when a rate limiter violation is detected (one of: logonly, response, responseobject)
    client_key str
    Comma-separated list of VCL variables used to generate a counter key to identify a client
    http_methods str
    Comma-separated list of HTTP methods to apply rate limiting to
    name str
    A unique human readable name for the rate limiting rule
    penalty_box_duration int
    Length of time in minutes that the rate limiter is in effect after the initial violation is detected
    rps_limit int
    Upper limit of requests per second allowed by the rate limiter
    window_size int
    Number of seconds during which the RPS limit must be exceeded in order to trigger a violation (one of: 1, 10, 60)
    feature_revision int
    Revision number of the rate limiting feature implementation
    logger_type str
    Name of the type of logging endpoint to be used when action is log_only (one of: azureblob, bigquery, cloudfiles, datadog, digitalocean, elasticsearch, ftp, gcs, googleanalytics, heroku, honeycomb, http, https, kafka, kinesis, logentries, loggly, logshuttle, newrelic, openstack, papertrail, pubsub, s3, scalyr, sftp, splunk, stackdriver, sumologic, syslog)
    ratelimiter_id str
    Alphanumeric string identifying the rate limiter
    response ServiceVclRateLimiterResponse
    Custom response to be sent when the rate limit is exceeded. Required if action is response
    response_object_name str
    Name of existing response object. Required if action is response_object
    uri_dictionary_name str
    The name of an Edge Dictionary containing URIs as keys. If not defined or null, all origin URIs will be rate limited
    action String
    The action to take when a rate limiter violation is detected (one of: logonly, response, responseobject)
    clientKey String
    Comma-separated list of VCL variables used to generate a counter key to identify a client
    httpMethods String
    Comma-separated list of HTTP methods to apply rate limiting to
    name String
    A unique human readable name for the rate limiting rule
    penaltyBoxDuration Number
    Length of time in minutes that the rate limiter is in effect after the initial violation is detected
    rpsLimit Number
    Upper limit of requests per second allowed by the rate limiter
    windowSize Number
    Number of seconds during which the RPS limit must be exceeded in order to trigger a violation (one of: 1, 10, 60)
    featureRevision Number
    Revision number of the rate limiting feature implementation
    loggerType String
    Name of the type of logging endpoint to be used when action is log_only (one of: azureblob, bigquery, cloudfiles, datadog, digitalocean, elasticsearch, ftp, gcs, googleanalytics, heroku, honeycomb, http, https, kafka, kinesis, logentries, loggly, logshuttle, newrelic, openstack, papertrail, pubsub, s3, scalyr, sftp, splunk, stackdriver, sumologic, syslog)
    ratelimiterId String
    Alphanumeric string identifying the rate limiter
    response Property Map
    Custom response to be sent when the rate limit is exceeded. Required if action is response
    responseObjectName String
    Name of existing response object. Required if action is response_object
    uriDictionaryName String
    The name of an Edge Dictionary containing URIs as keys. If not defined or null, all origin URIs will be rate limited

    ServiceVclRateLimiterResponse, ServiceVclRateLimiterResponseArgs

    Content string
    The VCL code that specifies exactly what the snippet does
    ContentType string
    Value of the Content-Type header sent with the request
    Status int
    HTTP response status code (e.g. 429)
    Content string
    The VCL code that specifies exactly what the snippet does
    ContentType string
    Value of the Content-Type header sent with the request
    Status int
    HTTP response status code (e.g. 429)
    content String
    The VCL code that specifies exactly what the snippet does
    contentType String
    Value of the Content-Type header sent with the request
    status Integer
    HTTP response status code (e.g. 429)
    content string
    The VCL code that specifies exactly what the snippet does
    contentType string
    Value of the Content-Type header sent with the request
    status number
    HTTP response status code (e.g. 429)
    content str
    The VCL code that specifies exactly what the snippet does
    content_type str
    Value of the Content-Type header sent with the request
    status int
    HTTP response status code (e.g. 429)
    content String
    The VCL code that specifies exactly what the snippet does
    contentType String
    Value of the Content-Type header sent with the request
    status Number
    HTTP response status code (e.g. 429)

    ServiceVclRequestSetting, ServiceVclRequestSettingArgs

    Name string
    Unique name to refer to this Request Setting. It is important to note that changing this attribute will delete and recreate the resource
    Action string
    Allows you to terminate request handling and immediately perform an action. When set it can be lookup or pass (Ignore the cache completely)
    BypassBusyWait bool
    Disable collapsed forwarding, so you don't wait for other objects to origin
    DefaultHost string
    Sets the host header
    ForceMiss bool
    Force a cache miss for the request. If specified, can be true or false
    ForceSsl bool
    Forces the request to use SSL (Redirects a non-SSL request to SSL)
    GeoHeaders bool
    Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers

    Deprecated:'geo_headers' attribute has been deprecated and will be removed in the next major version release

    HashKeys string
    Comma separated list of varnish request object fields that should be in the hash key
    MaxStaleAge int
    How old an object is allowed to be to serve stale-if-error or stale-while-revalidate, in seconds
    RequestCondition string
    Name of already defined condition to determine if this request setting should be applied (should be unique across multiple instances of request_setting)
    TimerSupport bool
    Injects the X-Timer info into the request for viewing origin fetch durations
    Xff string
    X-Forwarded-For, should be clear, leave, append, append_all, or overwrite. Default append
    Name string
    Unique name to refer to this Request Setting. It is important to note that changing this attribute will delete and recreate the resource
    Action string
    Allows you to terminate request handling and immediately perform an action. When set it can be lookup or pass (Ignore the cache completely)
    BypassBusyWait bool
    Disable collapsed forwarding, so you don't wait for other objects to origin
    DefaultHost string
    Sets the host header
    ForceMiss bool
    Force a cache miss for the request. If specified, can be true or false
    ForceSsl bool
    Forces the request to use SSL (Redirects a non-SSL request to SSL)
    GeoHeaders bool
    Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers

    Deprecated:'geo_headers' attribute has been deprecated and will be removed in the next major version release

    HashKeys string
    Comma separated list of varnish request object fields that should be in the hash key
    MaxStaleAge int
    How old an object is allowed to be to serve stale-if-error or stale-while-revalidate, in seconds
    RequestCondition string
    Name of already defined condition to determine if this request setting should be applied (should be unique across multiple instances of request_setting)
    TimerSupport bool
    Injects the X-Timer info into the request for viewing origin fetch durations
    Xff string
    X-Forwarded-For, should be clear, leave, append, append_all, or overwrite. Default append
    name String
    Unique name to refer to this Request Setting. It is important to note that changing this attribute will delete and recreate the resource
    action String
    Allows you to terminate request handling and immediately perform an action. When set it can be lookup or pass (Ignore the cache completely)
    bypassBusyWait Boolean
    Disable collapsed forwarding, so you don't wait for other objects to origin
    defaultHost String
    Sets the host header
    forceMiss Boolean
    Force a cache miss for the request. If specified, can be true or false
    forceSsl Boolean
    Forces the request to use SSL (Redirects a non-SSL request to SSL)
    geoHeaders Boolean
    Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers

    Deprecated:'geo_headers' attribute has been deprecated and will be removed in the next major version release

    hashKeys String
    Comma separated list of varnish request object fields that should be in the hash key
    maxStaleAge Integer
    How old an object is allowed to be to serve stale-if-error or stale-while-revalidate, in seconds
    requestCondition String
    Name of already defined condition to determine if this request setting should be applied (should be unique across multiple instances of request_setting)
    timerSupport Boolean
    Injects the X-Timer info into the request for viewing origin fetch durations
    xff String
    X-Forwarded-For, should be clear, leave, append, append_all, or overwrite. Default append
    name string
    Unique name to refer to this Request Setting. It is important to note that changing this attribute will delete and recreate the resource
    action string
    Allows you to terminate request handling and immediately perform an action. When set it can be lookup or pass (Ignore the cache completely)
    bypassBusyWait boolean
    Disable collapsed forwarding, so you don't wait for other objects to origin
    defaultHost string
    Sets the host header
    forceMiss boolean
    Force a cache miss for the request. If specified, can be true or false
    forceSsl boolean
    Forces the request to use SSL (Redirects a non-SSL request to SSL)
    geoHeaders boolean
    Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers

    Deprecated:'geo_headers' attribute has been deprecated and will be removed in the next major version release

    hashKeys string
    Comma separated list of varnish request object fields that should be in the hash key
    maxStaleAge number
    How old an object is allowed to be to serve stale-if-error or stale-while-revalidate, in seconds
    requestCondition string
    Name of already defined condition to determine if this request setting should be applied (should be unique across multiple instances of request_setting)
    timerSupport boolean
    Injects the X-Timer info into the request for viewing origin fetch durations
    xff string
    X-Forwarded-For, should be clear, leave, append, append_all, or overwrite. Default append
    name str
    Unique name to refer to this Request Setting. It is important to note that changing this attribute will delete and recreate the resource
    action str
    Allows you to terminate request handling and immediately perform an action. When set it can be lookup or pass (Ignore the cache completely)
    bypass_busy_wait bool
    Disable collapsed forwarding, so you don't wait for other objects to origin
    default_host str
    Sets the host header
    force_miss bool
    Force a cache miss for the request. If specified, can be true or false
    force_ssl bool
    Forces the request to use SSL (Redirects a non-SSL request to SSL)
    geo_headers bool
    Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers

    Deprecated:'geo_headers' attribute has been deprecated and will be removed in the next major version release

    hash_keys str
    Comma separated list of varnish request object fields that should be in the hash key
    max_stale_age int
    How old an object is allowed to be to serve stale-if-error or stale-while-revalidate, in seconds
    request_condition str
    Name of already defined condition to determine if this request setting should be applied (should be unique across multiple instances of request_setting)
    timer_support bool
    Injects the X-Timer info into the request for viewing origin fetch durations
    xff str
    X-Forwarded-For, should be clear, leave, append, append_all, or overwrite. Default append
    name String
    Unique name to refer to this Request Setting. It is important to note that changing this attribute will delete and recreate the resource
    action String
    Allows you to terminate request handling and immediately perform an action. When set it can be lookup or pass (Ignore the cache completely)
    bypassBusyWait Boolean
    Disable collapsed forwarding, so you don't wait for other objects to origin
    defaultHost String
    Sets the host header
    forceMiss Boolean
    Force a cache miss for the request. If specified, can be true or false
    forceSsl Boolean
    Forces the request to use SSL (Redirects a non-SSL request to SSL)
    geoHeaders Boolean
    Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers

    Deprecated:'geo_headers' attribute has been deprecated and will be removed in the next major version release

    hashKeys String
    Comma separated list of varnish request object fields that should be in the hash key
    maxStaleAge Number
    How old an object is allowed to be to serve stale-if-error or stale-while-revalidate, in seconds
    requestCondition String
    Name of already defined condition to determine if this request setting should be applied (should be unique across multiple instances of request_setting)
    timerSupport Boolean
    Injects the X-Timer info into the request for viewing origin fetch durations
    xff String
    X-Forwarded-For, should be clear, leave, append, append_all, or overwrite. Default append

    ServiceVclResponseObject, ServiceVclResponseObjectArgs

    Name string
    A unique name to identify this Response Object. It is important to note that changing this attribute will delete and recreate the resource
    CacheCondition string
    Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    Content string
    The content to deliver for the response object
    ContentType string
    The MIME type of the content
    RequestCondition string
    Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST
    Response string
    The HTTP Response. Default OK
    Status int
    The HTTP Status Code. Default 200
    Name string
    A unique name to identify this Response Object. It is important to note that changing this attribute will delete and recreate the resource
    CacheCondition string
    Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    Content string
    The content to deliver for the response object
    ContentType string
    The MIME type of the content
    RequestCondition string
    Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST
    Response string
    The HTTP Response. Default OK
    Status int
    The HTTP Status Code. Default 200
    name String
    A unique name to identify this Response Object. It is important to note that changing this attribute will delete and recreate the resource
    cacheCondition String
    Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    content String
    The content to deliver for the response object
    contentType String
    The MIME type of the content
    requestCondition String
    Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST
    response String
    The HTTP Response. Default OK
    status Integer
    The HTTP Status Code. Default 200
    name string
    A unique name to identify this Response Object. It is important to note that changing this attribute will delete and recreate the resource
    cacheCondition string
    Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    content string
    The content to deliver for the response object
    contentType string
    The MIME type of the content
    requestCondition string
    Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST
    response string
    The HTTP Response. Default OK
    status number
    The HTTP Status Code. Default 200
    name str
    A unique name to identify this Response Object. It is important to note that changing this attribute will delete and recreate the resource
    cache_condition str
    Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    content str
    The content to deliver for the response object
    content_type str
    The MIME type of the content
    request_condition str
    Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST
    response str
    The HTTP Response. Default OK
    status int
    The HTTP Status Code. Default 200
    name String
    A unique name to identify this Response Object. It is important to note that changing this attribute will delete and recreate the resource
    cacheCondition String
    Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    content String
    The content to deliver for the response object
    contentType String
    The MIME type of the content
    requestCondition String
    Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST
    response String
    The HTTP Response. Default OK
    status Number
    The HTTP Status Code. Default 200

    ServiceVclSnippet, ServiceVclSnippetArgs

    Content string
    The VCL code that specifies exactly what the snippet does
    Name string
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    Type string
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    Priority int
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    Content string
    The VCL code that specifies exactly what the snippet does
    Name string
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    Type string
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    Priority int
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    content String
    The VCL code that specifies exactly what the snippet does
    name String
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type String
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    priority Integer
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    content string
    The VCL code that specifies exactly what the snippet does
    name string
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type string
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    priority number
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    content str
    The VCL code that specifies exactly what the snippet does
    name str
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type str
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    priority int
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100
    content String
    The VCL code that specifies exactly what the snippet does
    name String
    A name that is unique across "regular" and "dynamic" VCL Snippet configuration blocks. It is important to note that changing this attribute will delete and recreate the resource
    type String
    The location in generated VCL where the snippet should be placed (can be one of init, recv, hash, hit, miss, pass, fetch, error, deliver, log or none)
    priority Number
    Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100

    ServiceVclVcl, ServiceVclVclArgs

    Content string
    The custom VCL code to upload
    Name string
    A unique name for this configuration block. It is important to note that changing this attribute will delete and recreate the resource
    Main bool
    If true, use this block as the main configuration. If false, use this block as an includable library. Only a single VCL block can be marked as the main block. Default is false
    Content string
    The custom VCL code to upload
    Name string
    A unique name for this configuration block. It is important to note that changing this attribute will delete and recreate the resource
    Main bool
    If true, use this block as the main configuration. If false, use this block as an includable library. Only a single VCL block can be marked as the main block. Default is false
    content String
    The custom VCL code to upload
    name String
    A unique name for this configuration block. It is important to note that changing this attribute will delete and recreate the resource
    main Boolean
    If true, use this block as the main configuration. If false, use this block as an includable library. Only a single VCL block can be marked as the main block. Default is false
    content string
    The custom VCL code to upload
    name string
    A unique name for this configuration block. It is important to note that changing this attribute will delete and recreate the resource
    main boolean
    If true, use this block as the main configuration. If false, use this block as an includable library. Only a single VCL block can be marked as the main block. Default is false
    content str
    The custom VCL code to upload
    name str
    A unique name for this configuration block. It is important to note that changing this attribute will delete and recreate the resource
    main bool
    If true, use this block as the main configuration. If false, use this block as an includable library. Only a single VCL block can be marked as the main block. Default is false
    content String
    The custom VCL code to upload
    name String
    A unique name for this configuration block. It is important to note that changing this attribute will delete and recreate the resource
    main Boolean
    If true, use this block as the main configuration. If false, use this block as an includable library. Only a single VCL block can be marked as the main block. Default is false

    ServiceVclWaf, ServiceVclWafArgs

    ResponseObject string
    The name of the response object used by the Web Application Firewall
    Disabled bool
    A flag used to completely disable a Web Application Firewall. This is intended to only be used in an emergency
    PrefetchCondition string
    The condition to determine which requests will be run past your Fastly WAF. This condition must be of type PREFETCH. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    WafId string
    The ID of the WAF
    ResponseObject string
    The name of the response object used by the Web Application Firewall
    Disabled bool
    A flag used to completely disable a Web Application Firewall. This is intended to only be used in an emergency
    PrefetchCondition string
    The condition to determine which requests will be run past your Fastly WAF. This condition must be of type PREFETCH. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    WafId string
    The ID of the WAF
    responseObject String
    The name of the response object used by the Web Application Firewall
    disabled Boolean
    A flag used to completely disable a Web Application Firewall. This is intended to only be used in an emergency
    prefetchCondition String
    The condition to determine which requests will be run past your Fastly WAF. This condition must be of type PREFETCH. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    wafId String
    The ID of the WAF
    responseObject string
    The name of the response object used by the Web Application Firewall
    disabled boolean
    A flag used to completely disable a Web Application Firewall. This is intended to only be used in an emergency
    prefetchCondition string
    The condition to determine which requests will be run past your Fastly WAF. This condition must be of type PREFETCH. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    wafId string
    The ID of the WAF
    response_object str
    The name of the response object used by the Web Application Firewall
    disabled bool
    A flag used to completely disable a Web Application Firewall. This is intended to only be used in an emergency
    prefetch_condition str
    The condition to determine which requests will be run past your Fastly WAF. This condition must be of type PREFETCH. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    waf_id str
    The ID of the WAF
    responseObject String
    The name of the response object used by the Web Application Firewall
    disabled Boolean
    A flag used to completely disable a Web Application Firewall. This is intended to only be used in an emergency
    prefetchCondition String
    The condition to determine which requests will be run past your Fastly WAF. This condition must be of type PREFETCH. For detailed information about Conditionals, see Fastly's Documentation on Conditionals
    wafId String
    The ID of the WAF

    Package Details

    Repository
    Fastly pulumi/pulumi-fastly
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fastly Terraform Provider.
    fastly logo
    Fastly v8.5.1 published on Monday, Mar 18, 2024 by Pulumi