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.
datazone_list_connections(
domainIdentifier,
environmentIdentifier = NULL,
maxResults = NULL,
name = NULL,
nextToken = NULL,
projectIdentifier,
sortBy = NULL,
sortOrder = NULL,
type = NULL
)
[required] The ID of the domain where you want to list connections.
The ID of the environment where you want to list connections.
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.
The name of the connection.
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.
[required] The ID of the project where you want to list connections.
Specifies how you want to sort the listed connections.
Specifies the sort order for the listed connections.
The type of connection.