This product is not supported for your selected Datadog site. ().

aws_cloudfront_continuous_deployment_policy

account_id

Type: STRING

continuous_deployment_policy

Type: STRUCT
Provider name: ContinuousDeploymentPolicy
Description: A continuous deployment policy.

  • continuous_deployment_policy_config
    Type: STRUCT
    Provider name: ContinuousDeploymentPolicyConfig
    • enabled
      Type: BOOLEAN
      Provider name: Enabled
      Description: A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.
    • staging_distribution_dns_names
      Type: STRUCT
      Provider name: StagingDistributionDnsNames
      Description: The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.
      • items
        Type: UNORDERED_LIST_STRING
        Provider name: Items
        Description: The CloudFront domain name of the staging distribution.
      • quantity
        Type: INT32
        Provider name: Quantity
        Description: The number of CloudFront domain names in your staging distribution.
    • traffic_config
      Type: STRUCT
      Provider name: TrafficConfig
      Description: Contains the parameters for routing production traffic from your primary to staging distributions.
      • single_header_config
        Type: STRUCT
        Provider name: SingleHeaderConfig
        Description: Determines which HTTP requests are sent to the staging distribution.
        • header
          Type: STRING
          Provider name: Header
          Description: The request header name that you want CloudFront to send to your staging distribution. The header must contain the prefix aws-cf-cd-.
        • value
          Type: STRING
          Provider name: Value
          Description: The request header value.
      • single_weight_config
        Type: STRUCT
        Provider name: SingleWeightConfig
        Description: Contains the percentage of traffic to send to the staging distribution.
        • session_stickiness_config
          Type: STRUCT
          Provider name: SessionStickinessConfig
          • idle_ttl
            Type: INT32
            Provider name: IdleTTL
            Description: The amount of time after which you want sessions to cease if no requests are received. Allowed values are 300–3600 seconds (5–60 minutes). The value must be less than or equal to MaximumTTL.
          • maximum_ttl
            Type: INT32
            Provider name: MaximumTTL
            Description: The maximum amount of time to consider requests from the viewer as being part of the same session. Allowed values are 300–3600 seconds (5–60 minutes). The value must be greater than or equal to IdleTTL.
        • weight
          Type: FLOAT
          Provider name: Weight
          Description: The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and 0.15. For example, a value of 0.10 means 10% of traffic is sent to the staging distribution.
      • type
        Type: STRING
        Provider name: Type
        Description: The type of traffic configuration.
  • id
    Type: STRING
    Provider name: Id
    Description: The identifier of the continuous deployment policy.
  • last_modified_time
    Type: TIMESTAMP
    Provider name: LastModifiedTime
    Description: The date and time the continuous deployment policy was last modified.

e_tag

Type: STRING
Provider name: ETag
Description: The version identifier for the current version of the continuous deployment policy.

tags

Type: UNORDERED_LIST_STRING