Returns a list of inbound integrations for the specified integration
Source:R/glue_operations.R
glue_describe_inbound_integrations.RdReturns a list of inbound integrations for the specified integration.
See https://www.paws-r-sdk.com/docs/glue_describe_inbound_integrations/ for full documentation.
Usage
glue_describe_inbound_integrations(
IntegrationArn = NULL,
Marker = NULL,
MaxRecords = NULL,
TargetArn = NULL
)Arguments
- IntegrationArn
The Amazon Resource Name (ARN) of the integration.
- Marker
A token to specify where to start paginating. This is the marker from a previously truncated response.
- MaxRecords
The total number of items to return in the output.
- TargetArn
The Amazon Resource Name (ARN) of the target resource in the integration.