Class: Aws::Lightsail::Types::PrivateRegistryAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::PrivateRegistryAccess
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes the configuration for an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ecr_image_puller_role ⇒ Types::ContainerServiceECRImagePullerRole
An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories.
Instance Attribute Details
#ecr_image_puller_role ⇒ Types::ContainerServiceECRImagePullerRole
An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
12323 12324 12325 12326 12327 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12323 class PrivateRegistryAccess < Struct.new( :ecr_image_puller_role) SENSITIVE = [] include Aws::Structure end |