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.



1843
1844
1845
1846
1847
# File 'lib/aws-sdk-cloudfront/types.rb', line 1843

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