Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_environment_profiles: Lists Amazon DataZone environment profiles

Description

Lists Amazon DataZone environment profiles.

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

Usage

datazone_list_environment_profiles(
  awsAccountId = NULL,
  awsAccountRegion = NULL,
  domainIdentifier,
  environmentBlueprintIdentifier = NULL,
  maxResults = NULL,
  name = NULL,
  nextToken = NULL,
  projectIdentifier = NULL
)

Arguments

awsAccountId

The identifier of the Amazon Web Services account where you want to list environment profiles.

awsAccountRegion

The Amazon Web Services region where you want to list environment profiles.

domainIdentifier

[required] The identifier of the Amazon DataZone domain.

environmentBlueprintIdentifier

The identifier of the blueprint that was used to create the environment profiles that you want to list.

maxResults

The maximum number of environment profiles to return in a single call to list_environment_profiles. When the number of environment profiles 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_environment_profiles to list the next set of environment profiles.

name

nextToken

When the number of environment profiles 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 environment profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to list_environment_profiles to list the next set of environment profiles.

projectIdentifier

The identifier of the Amazon DataZone project.