@Stability(value=Stable) public static final class CfnTaskDefinition.RepositoryCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTaskDefinition.RepositoryCredentialsProperty>
CfnTaskDefinition.RepositoryCredentialsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTaskDefinition.RepositoryCredentialsProperty |
build()
Builds the configured instance.
|
CfnTaskDefinition.RepositoryCredentialsProperty.Builder |
credentialsParameter(String credentialsParameter)
|
@Stability(value=Stable) public CfnTaskDefinition.RepositoryCredentialsProperty.Builder credentialsParameter(String credentialsParameter)
credentialsParameter - The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
When you use the Amazon ECS API, AWS 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.
this@Stability(value=Stable) public CfnTaskDefinition.RepositoryCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnTaskDefinition.RepositoryCredentialsProperty>CfnTaskDefinition.RepositoryCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.