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

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

Functions

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

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.