Class: Aws::CloudFront::Types::CreateDistributionRequest

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

Overview

The request to create a new distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_configTypes::DistributionConfig

The distribution’s configuration information.



2040
2041
2042
2043
2044
# File 'lib/aws-sdk-cloudfront/types.rb', line 2040

class CreateDistributionRequest < Struct.new(
  :distribution_config)
  SENSITIVE = []
  include Aws::Structure
end