AWS::CloudFront::ContinuousDeploymentPolicy ContinuousDeploymentPolicyConfig

Contains the configuration for a continuous deployment policy.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Enabled" : Boolean, "StagingDistributionDnsNames" : [ String, ... ], "TrafficConfig" : TrafficConfig }

Properties

Enabled

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.

Required: Yes

Type: Boolean

Update requires: No interruption

StagingDistributionDnsNames

The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.

Required: Yes

Type: List of String

Update requires: No interruption

TrafficConfig

Contains the parameters for routing production traffic from your primary to staging distributions.

Required: No

Type: TrafficConfig

Update requires: No interruption