Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_environments: Lists Amazon DataZone environments

Description

Lists Amazon DataZone environments.

See https://www.paws-r-sdk.com/docs/datazone_list_environments/ for full documentation.

Usage

datazone_list_environments(
  awsAccountId = NULL,
  awsAccountRegion = NULL,
  domainIdentifier,
  environmentBlueprintIdentifier = NULL,
  environmentProfileIdentifier = NULL,
  maxResults = NULL,
  name = NULL,
  nextToken = NULL,
  projectIdentifier,
  provider = NULL,
  status = NULL
)

Arguments

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 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.

name

The name of the environment.

nextToken

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.

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.