Learn R Programming

paws.analytics (version 0.9.0)

glue_describe_inbound_integrations: Returns a list of inbound integrations for the specified integration

Description

Returns 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.