public static interface GitConfigForUpdate.Builder extends SdkPojo, CopyableBuilder<GitConfigForUpdate.Builder,GitConfigForUpdate>
| Modifier and Type | Method and Description |
|---|---|
GitConfigForUpdate.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGitConfigForUpdate.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository. The secret must have a staging label of
AWSCURRENT and must be in the following format:
{"username": UserName, "password": Password}
secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository. The secret must have a staging label of
AWSCURRENT and must be in the following format:
{"username": UserName, "password": Password}
Copyright © 2022. All rights reserved.