View source: R/datazone_operations.R
datazone_list_environment_profiles | R Documentation |
Lists Amazon DataZone environment profiles.
See https://www.paws-r-sdk.com/docs/datazone_list_environment_profiles/ for full documentation.
datazone_list_environment_profiles(
awsAccountId = NULL,
awsAccountRegion = NULL,
domainIdentifier,
environmentBlueprintIdentifier = NULL,
maxResults = NULL,
name = NULL,
nextToken = NULL,
projectIdentifier = NULL
)
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
|
name |
|
nextToken |
When the number of environment profiles is greater than the default
value for the |
projectIdentifier |
The identifier of the Amazon DataZone project. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.