Container Private Registry Access Args
data class ContainerPrivateRegistryAccessArgs(val ecrImagePullerRole: Output<ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs>? = null) : ConvertibleToJava<ContainerPrivateRegistryAccessArgs>
An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
Constructors
Link copied to clipboard
constructor(ecrImagePullerRole: Output<ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs>? = null)
Properties
Link copied to clipboard
val ecrImagePullerRole: Output<ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs>? = null
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.