View source: R/datazone_operations.R
datazone_list_environment_blueprints | R Documentation |
Lists blueprints in an Amazon DataZone environment.
See https://www.paws-r-sdk.com/docs/datazone_list_environment_blueprints/ for full documentation.
datazone_list_environment_blueprints(
domainIdentifier,
managed = NULL,
maxResults = NULL,
name = NULL,
nextToken = NULL
)
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
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.