/AWS1/CL_BDOGETAPIKEYCREDPVD01¶
GetApiKeyCredentialProviderResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_apikeysecretarn
TYPE REF TO /AWS1/CL_BDOSECRET
/AWS1/CL_BDOSECRET
¶
The Amazon Resource Name (ARN) of the API key secret in AWS Secrets Manager.
iv_name
TYPE /AWS1/BDOCREDPROVIDERNAME
/AWS1/BDOCREDPROVIDERNAME
¶
The name of the API key credential provider.
iv_credentialproviderarn
TYPE /AWS1/BDOAPIKEYCREDPVDRARNTYPE
/AWS1/BDOAPIKEYCREDPVDRARNTYPE
¶
The Amazon Resource Name (ARN) of the API key credential provider.
iv_createdtime
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the API key credential provider was created.
iv_lastupdatedtime
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the API key credential provider was last updated.
Queryable Attributes¶
apiKeySecretArn¶
The Amazon Resource Name (ARN) of the API key secret in AWS Secrets Manager.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APIKEYSECRETARN() |
Getter for APIKEYSECRETARN |
name¶
The name of the API key credential provider.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
credentialProviderArn¶
The Amazon Resource Name (ARN) of the API key credential provider.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREDENTIALPROVIDERARN() |
Getter for CREDENTIALPROVIDERARN, with configurable default |
ASK_CREDENTIALPROVIDERARN() |
Getter for CREDENTIALPROVIDERARN w/ exceptions if field has |
HAS_CREDENTIALPROVIDERARN() |
Determine if CREDENTIALPROVIDERARN has a value |
createdTime¶
The timestamp when the API key credential provider was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
lastUpdatedTime¶
The timestamp when the API key credential provider was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |