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