Class: Aws::Imagebuilder::Types::CreateDistributionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CreateDistributionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time.
-
#description ⇒ String
The description of the distribution configuration.
-
#distributions ⇒ Array<Types::Distribution>
The distribution settings for the configuration.
-
#dry_run ⇒ Boolean
Validates the required permissions and request parameters without performing the operation.
-
#name ⇒ String
The name of the distribution configuration.
-
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time. If you retry a request with the same client token, Image Builder returns the original response without running the operation again. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
A suitable default value is auto-generated. You should normally not need to pass this option.
1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1471 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the distribution configuration.
1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1471 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#distributions ⇒ Array<Types::Distribution>
The distribution settings for the configuration. Each entry defines how output images are distributed in one target Amazon Web Services Region. A Region can appear at most once in the list.
1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1471 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Validates the required permissions and request parameters without
performing the operation. If validation succeeds, the operation
returns a DryRunOperationException error response.
1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1471 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the distribution configuration. Distribution configuration names must be unique to your account in each Amazon Web Services Region. Image Builder generates the distribution configuration ARN from a normalized form of the name, so names that differ only in case, spaces, or underscores count as the same name.
1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1471 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1471 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |