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.



14683
14684
14685
14686
14687
14688
14689
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14683

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.



14683
14684
14685
14686
14687
14688
14689
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14683

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

#typeString

The type of traffic configuration.

Returns:

  • (String)


14683
14684
14685
14686
14687
14688
14689
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14683

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