/AWS1/CL_SGMGITCONFIGFORUPDATE¶
Specifies configuration details for a Git repository when the repository is updated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_secretarn TYPE /AWS1/SGMSECRETARN /AWS1/SGMSECRETARN¶
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
AWSCURRENTand must be in the following format:
{"username": UserName, "password": Password}
Queryable Attributes¶
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
AWSCURRENTand must be in the following format:
{"username": UserName, "password": Password}
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |