Class: Aws::CloudFront::Types::ContinuousDeploymentPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ContinuousDeploymentPolicyConfig
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains the configuration for a continuous deployment policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
A Boolean that indicates whether this continuous deployment policy is enabled (in effect).
-
#staging_distribution_dns_names ⇒ Types::StagingDistributionDnsNames
The CloudFront domain name of the staging distribution.
-
#traffic_config ⇒ Types::TrafficConfig
Contains the parameters for routing production traffic from your primary to staging distributions.
Instance Attribute Details
#enabled ⇒ Boolean
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.
1906 1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1906 class ContinuousDeploymentPolicyConfig < Struct.new( :staging_distribution_dns_names, :enabled, :traffic_config) SENSITIVE = [] include Aws::Structure end |
#staging_distribution_dns_names ⇒ Types::StagingDistributionDnsNames
The CloudFront domain name of the staging distribution. For example:
d111111abcdef8.cloudfront.net.
1906 1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1906 class ContinuousDeploymentPolicyConfig < Struct.new( :staging_distribution_dns_names, :enabled, :traffic_config) SENSITIVE = [] include Aws::Structure end |
#traffic_config ⇒ Types::TrafficConfig
Contains the parameters for routing production traffic from your primary to staging distributions.
1906 1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1906 class ContinuousDeploymentPolicyConfig < Struct.new( :staging_distribution_dns_names, :enabled, :traffic_config) SENSITIVE = [] include Aws::Structure end |