Class: Aws::CloudFront::Types::TrafficConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

The traffic configuration of your continuous deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#single_header_configTypes::ContinuousDeploymentSingleHeaderConfig

Determines which HTTP requests are sent to the staging distribution.



12240
12241
12242
12243
12244
12245
12246
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12240

class TrafficConfig < Struct.new(
  :single_weight_config,
  :single_header_config,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#single_weight_configTypes::ContinuousDeploymentSingleWeightConfig

Contains the percentage of traffic to send to the staging distribution.



12240
12241
12242
12243
12244
12245
12246
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12240

class TrafficConfig < Struct.new(
  :single_weight_config,
  :single_header_config,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of traffic configuration.

Returns:

  • (String)


12240
12241
12242
12243
12244
12245
12246
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12240

class TrafficConfig < Struct.new(
  :single_weight_config,
  :single_header_config,
  :type)
  SENSITIVE = []
  include Aws::Structure
end