Class: Aws::Imagebuilder::Types::DistributionConfiguration

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

Overview

A distribution configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the distribution configuration.

Returns:

  • (String)


2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#date_createdString

The date on which this distribution configuration was created.

Returns:

  • (String)


2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#date_updatedString

The date on which this distribution configuration was last updated.

Returns:

  • (String)


2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the distribution configuration.

Returns:

  • (String)


2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#distributionsArray<Types::Distribution>

The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.

Returns:



2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the distribution configuration.

Returns:

  • (String)


2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the distribution configuration.

Returns:

  • (Hash<String,String>)


2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_minutesInteger

The maximum duration in minutes for this distribution configuration.

Returns:

  • (Integer)


2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2342

class DistributionConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :distributions,
  :timeout_minutes,
  :date_created,
  :date_updated,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end