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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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:



1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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>)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860

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