Class: Aws::Imagebuilder::Types::CreateDistributionConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (String)


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.

Returns:

  • (Hash<String,String>)


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