Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_environment_blueprints: Lists blueprints in an Amazon DataZone environment

Description

Lists blueprints in an Amazon DataZone environment.

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

Usage

datazone_list_environment_blueprints(
  domainIdentifier,
  managed = NULL,
  maxResults = NULL,
  name = NULL,
  nextToken = NULL
)

Arguments

domainIdentifier

[required] The identifier of the Amazon DataZone domain.

managed

Specifies whether the environment blueprint is managed by Amazon DataZone.

maxResults

The maximum number of blueprints to return in a single call to list_environment_blueprints. When the number of blueprints 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_blueprints to list the next set of blueprints.

name

The name of the Amazon DataZone environment.

nextToken

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