Learn R Programming

paws.analytics (version 0.9.0)

datazone_list_connections: Lists connections

Description

Lists connections. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

See https://www.paws-r-sdk.com/docs/datazone_list_connections/ for full documentation.

Usage

datazone_list_connections(
  domainIdentifier,
  environmentIdentifier = NULL,
  maxResults = NULL,
  name = NULL,
  nextToken = NULL,
  projectIdentifier,
  sortBy = NULL,
  sortOrder = NULL,
  type = NULL
)

Arguments

domainIdentifier

[required] The ID of the domain where you want to list connections.

environmentIdentifier

The ID of the environment where you want to list connections.

maxResults

The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.

name

The name of the connection.

nextToken

When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.

projectIdentifier

[required] The ID of the project where you want to list connections.

sortBy

Specifies how you want to sort the listed connections.

sortOrder

Specifies the sort order for the listed connections.

type

The type of connection.