ListSourcesForS3TableIntegration
Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access.
Request Syntax
{
"integrationArn": "string",
"maxResults": number,
"nextToken": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- integrationArn
-
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
Type: String
Required: Yes
- maxResults
-
The maximum number of associations to return in a single call. Valid range is 1 to 100.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No
- nextToken
-
The token for the next set of items to return. The token expires after 24 hours.
Type: String
Length Constraints: Minimum length of 1.
Required: No
Response Syntax
{
"nextToken": "string",
"sources": [
{
"createdTimeStamp": number,
"dataSource": {
"name": "string",
"type": "string"
},
"identifier": "string",
"status": "string",
"statusReason": "string"
}
]
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- nextToken
-
The token for the next set of items to return. The token expires after 24 hours.
Type: String
Length Constraints: Minimum length of 1.
- sources
-
The list of data source associations for the specified S3 Table Integration.
Type: Array of S3TableIntegrationSource objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You don't have sufficient permissions to perform this action.
HTTP Status Code: 400
- InternalServerException
-
An internal server error occurred while processing the request. This exception is returned when the service encounters an unexpected condition that prevents it from fulfilling the request.
HTTP Status Code: 500
- ResourceNotFoundException
-
The specified resource does not exist.
HTTP Status Code: 400
- ThrottlingException
-
The request was throttled because of quota limits.
HTTP Status Code: 400
- ValidationException
-
One of the parameters for the request is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: