/AWS1/CL_IOXSECRETSMANAGER¶
Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_arn
TYPE /AWS1/IOXSECRETSMANAGERARN
/AWS1/IOXSECRETSMANAGERARN
¶
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret.
iv_versionid
TYPE /AWS1/IOXSECRETSMANAGERVRSID
/AWS1/IOXSECRETSMANAGERVRSID
¶
The version ID of the AWS Secrets Manager secret.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
versionId¶
The version ID of the AWS Secrets Manager secret.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |