View source: R/datazone_operations.R
datazone_list_connections | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.