ContainerPrivateRegistryAccessEcrImagePullerRoleProperties

data class ContainerPrivateRegistryAccessEcrImagePullerRoleProperties(val isActive: Boolean? = null, val principalArn: String? = 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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isActive: Boolean? = null

A Boolean value that indicates whether to activate the role.

Link copied to clipboard
val principalArn: String? = null

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