/AWS1/CL_SLKGETDATALAKESRCSRSP¶
GetDataLakeSourcesResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_datalakearn
TYPE /AWS1/SLKAMAZONRESOURCENAME
/AWS1/SLKAMAZONRESOURCENAME
¶
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see the Amazon Security Lake User Guide.
it_datalakesources
TYPE /AWS1/CL_SLKDATALAKESOURCE=>TT_DATALAKESOURCELIST
TT_DATALAKESOURCELIST
¶
The list of enabled accounts and enabled sources.
iv_nexttoken
TYPE /AWS1/SLKNEXTTOKEN
/AWS1/SLKNEXTTOKEN
¶
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Queryable Attributes¶
dataLakeArn¶
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see the Amazon Security Lake User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATALAKEARN() |
Getter for DATALAKEARN, with configurable default |
ASK_DATALAKEARN() |
Getter for DATALAKEARN w/ exceptions if field has no value |
HAS_DATALAKEARN() |
Determine if DATALAKEARN has a value |
dataLakeSources¶
The list of enabled accounts and enabled sources.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATALAKESOURCES() |
Getter for DATALAKESOURCES, with configurable default |
ASK_DATALAKESOURCES() |
Getter for DATALAKESOURCES w/ exceptions if field has no val |
HAS_DATALAKESOURCES() |
Determine if DATALAKESOURCES has a value |
nextToken¶
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |