View source: R/datazone_operations.R
datazone_list_environments | R Documentation |
Lists Amazon DataZone environments.
See https://www.paws-r-sdk.com/docs/datazone_list_environments/ for full documentation.
datazone_list_environments(
awsAccountId = NULL,
awsAccountRegion = NULL,
domainIdentifier,
environmentBlueprintIdentifier = NULL,
environmentProfileIdentifier = NULL,
maxResults = NULL,
name = NULL,
nextToken = NULL,
projectIdentifier,
provider = NULL,
status = NULL
)
awsAccountId |
The identifier of the Amazon Web Services account where you want to list environments. |
awsAccountRegion |
The Amazon Web Services region where you want to list environments. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
environmentBlueprintIdentifier |
The identifier of the Amazon DataZone blueprint. |
environmentProfileIdentifier |
The identifier of the environment profile. |
maxResults |
The maximum number of environments to return in a single call to
|
name |
The name of the environment. |
nextToken |
When the number of environments is greater than the default value for
the |
projectIdentifier |
[required] The identifier of the Amazon DataZone project. |
provider |
The provider of the environment. |
status |
The status of the environments that you want to list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.