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.



12217
12218
12219
12220
12221
12222
12223
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12217

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.



12217
12218
12219
12220
12221
12222
12223
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12217

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

#typeString

The type of traffic configuration.

Returns:

  • (String)


12217
12218
12219
12220
12221
12222
12223
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12217

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