Class: Aws::CloudFront::Types::TrafficConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TrafficConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The traffic configuration of your continuous deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#single_header_config ⇒ Types::ContinuousDeploymentSingleHeaderConfig
Determines which HTTP requests are sent to the staging distribution.
-
#single_weight_config ⇒ Types::ContinuousDeploymentSingleWeightConfig
Contains the percentage of traffic to send to the staging distribution.
-
#type ⇒ String
The type of traffic configuration.
Instance Attribute Details
#single_header_config ⇒ Types::ContinuousDeploymentSingleHeaderConfig
Determines which HTTP requests are sent to the staging distribution.
11896 11897 11898 11899 11900 11901 11902 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11896 class TrafficConfig < Struct.new( :single_weight_config, :single_header_config, :type) SENSITIVE = [] include Aws::Structure end |
#single_weight_config ⇒ Types::ContinuousDeploymentSingleWeightConfig
Contains the percentage of traffic to send to the staging distribution.
11896 11897 11898 11899 11900 11901 11902 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11896 class TrafficConfig < Struct.new( :single_weight_config, :single_header_config, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of traffic configuration.
11896 11897 11898 11899 11900 11901 11902 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11896 class TrafficConfig < Struct.new( :single_weight_config, :single_header_config, :type) SENSITIVE = [] include Aws::Structure end |