Container Private Registry Access Ecr Image Puller Role Properties Args
data class ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs(val isActive: Output<Boolean>? = null, val principalArn: Output<String>? = null) : ConvertibleToJava<ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs>
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.
Constructors
Link copied to clipboard
fun ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs(isActive: Output<Boolean>? = null, principalArn: Output<String>? = null)