glue_describe_integrations {paws.analytics} | R Documentation |
The API is used to retrieve a list of integrations
Description
The API is used to retrieve a list of integrations.
See https://www.paws-r-sdk.com/docs/glue_describe_integrations/ for full documentation.
Usage
glue_describe_integrations(
IntegrationIdentifier = NULL,
Marker = NULL,
MaxRecords = NULL,
Filters = NULL
)
Arguments
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. |
[Package paws.analytics version 0.9.0 Index]