Class: Aws::AppRunner::Types::ImageRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ImageRepository
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Describes a source image repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_configuration ⇒ Types::ImageConfiguration
Configuration for running the identified image.
-
#image_identifier ⇒ String
The identifier of an image.
-
#image_repository_type ⇒ String
The type of the image repository.
Instance Attribute Details
#image_configuration ⇒ Types::ImageConfiguration
Configuration for running the identified image.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1548 class ImageRepository < Struct.new( :image_identifier, :image_configuration, :image_repository_type) SENSITIVE = [] include Aws::Structure end |
#image_identifier ⇒ String
The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1548 class ImageRepository < Struct.new( :image_identifier, :image_configuration, :image_repository_type) SENSITIVE = [] include Aws::Structure end |
#image_repository_type ⇒ String
The type of the image repository. This reflects the repository provider and whether the repository is private or public.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1548 class ImageRepository < Struct.new( :image_identifier, :image_configuration, :image_repository_type) SENSITIVE = [] include Aws::Structure end |