View source: R/glue_operations.R
glue_describe_integrations | R Documentation |
The API is used to retrieve a list of integrations.
See https://www.paws-r-sdk.com/docs/glue_describe_integrations/ for full documentation.
glue_describe_integrations(
IntegrationIdentifier = NULL,
Marker = NULL,
MaxRecords = NULL,
Filters = NULL
)
IntegrationIdentifier |
The Amazon Resource Name (ARN) for the integration. |
Marker |
A value that indicates the starting point for the next set of response records in a subsequent request. |
MaxRecords |
The total number of items to return in the output. |
Filters |
A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.