Class: Aws::Lightsail::Types::PrivateRegistryAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::PrivateRegistryAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes a request to configure 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::ContainerServiceECRImagePullerRoleRequest
An object to describe a request to activate or deactivate the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.
Instance Attribute Details
#ecr_image_puller_role ⇒ Types::ContainerServiceECRImagePullerRoleRequest
An object to describe a request to activate or deactivate the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.
12350 12351 12352 12353 12354 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12350 class PrivateRegistryAccessRequest < Struct.new( :ecr_image_puller_role) SENSITIVE = [] include Aws::Structure end |