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
)The identifier of the Amazon Web Services account where you want to list environments.
The Amazon Web Services region where you want to list environments.
[required] The identifier of the Amazon DataZone domain.
The identifier of the Amazon DataZone blueprint.
The identifier of the environment profile.
The maximum number of environments to return in a single call to
list_environments. When the number of
environments 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 list_environments to list the
next set of environments.
When the number of environments 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 environments, the response
includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to
list_environments to list the next set
of environments.
[required] The identifier of the Amazon DataZone project.
The provider of the environment.
The status of the environments that you want to list.