glue_describe_integrations: The API is used to retrieve a list of integrations

View source: R/glue_operations.R

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


paws.analytics documentation built on April 3, 2025, 11:10 p.m.