ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs

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

constructor(isActive: Output<Boolean>? = null, principalArn: Output<String>? = null)

Properties

Link copied to clipboard
val isActive: Output<Boolean>? = null

A Boolean value that indicates whether to activate the role.

Link copied to clipboard
val principalArn: Output<String>? = null

The Amazon Resource Name (ARN) of the role, if it is activated.

Functions

Link copied to clipboard
open override fun toJava(): ContainerPrivateRegistryAccessEcrImagePullerRolePropertiesArgs