TaskDefinitionRepositoryCredentialsArgs

data class TaskDefinitionRepositoryCredentialsArgs(val credentialsParameter: Output<String>? = null) : ConvertibleToJava<TaskDefinitionRepositoryCredentialsArgs>

The repository credentials for private registry authentication.

Constructors

Link copied to clipboard
constructor(credentialsParameter: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of the secret containing the private repository credentials. When you use the Amazon ECS API, CLI, or AWS SDK, if the secret exists in the same Region as the task that you're launching then you can use either the full ARN or the name of the secret. When you use the AWS Management Console, you must specify the full ARN of the secret.

Functions

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