Class: Aws::Imagebuilder::Types::ContainerDistributionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ContainerDistributionConfiguration
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Defines how the output container image is distributed in a specific Amazon Web Services Region: the target repository, the image tags to apply to the distributed image, and an optional description.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_tags ⇒ Array<String>
Tags that Image Builder applies to the distributed container image in the target repository.
-
#description ⇒ String
The description of the container distribution configuration.
-
#target_repository ⇒ Types::TargetContainerRepository
The destination repository for the container distribution configuration.
Instance Attribute Details
#container_tags ⇒ Array<String>
Tags that Image Builder applies to the distributed container image in the target repository. These are repository image tags, not resource tags.
842 843 844 845 846 847 848 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 842 class ContainerDistributionConfiguration < Struct.new( :description, :container_tags, :target_repository) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the container distribution configuration.
842 843 844 845 846 847 848 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 842 class ContainerDistributionConfiguration < Struct.new( :description, :container_tags, :target_repository) SENSITIVE = [] include Aws::Structure end |
#target_repository ⇒ Types::TargetContainerRepository
The destination repository for the container distribution configuration.
842 843 844 845 846 847 848 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 842 class ContainerDistributionConfiguration < Struct.new( :description, :container_tags, :target_repository) SENSITIVE = [] include Aws::Structure end |