Lists blueprints in an Amazon DataZone environment
Source:R/datazone_operations.R
datazone_list_environment_blueprints.RdLists 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,
maxResults = NULL,
nextToken = NULL,
name = NULL,
managed = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain.
- 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 ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_environment_blueprintsto list the next set of blueprints.- nextToken
When the number of blueprints in the environment is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of blueprints in the environment, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_environment_blueprintsto list the next set of blueprints.- name
The name of the Amazon DataZone environment.
- managed
Specifies whether the environment blueprint is managed by Amazon DataZone.