public static interface RepositoryCredentials.Builder extends SdkPojo, CopyableBuilder<RepositoryCredentials.Builder,RepositoryCredentials>
| Modifier and Type | Method and Description |
|---|---|
RepositoryCredentials.Builder |
credentialsParameter(String credentialsParameter)
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryCredentials.Builder credentialsParameter(String credentialsParameter)
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
When you are using the Amazon ECS API, CLI, or Amazon Web Services SDK, if the secret exists in the same Region as the task that you are launching then you can use either the full ARN or the name of the secret. When you are using the Amazon Web Services Management Console, you must specify the full ARN of the secret.
credentialsParameter - The Amazon Resource Name (ARN) of the secret containing the private repository credentials. When you are using the Amazon ECS API, CLI, or Amazon Web Services SDK, if the secret exists in the same Region as the task that you are launching then you can use either the full ARN or the name of the secret. When you are using the Amazon Web Services Management Console, you must specify the full ARN of the secret.
Copyright © 2021. All rights reserved.