Lists Amazon DataZone environment profiles
Source:R/datazone_operations.R
datazone_list_environment_profiles.RdLists Amazon DataZone environment profiles.
See https://www.paws-r-sdk.com/docs/datazone_list_environment_profiles/ for full documentation.
Usage
datazone_list_environment_profiles(
domainIdentifier,
awsAccountId = NULL,
awsAccountRegion = NULL,
environmentBlueprintIdentifier = NULL,
projectIdentifier = NULL,
name = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain.
- 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.
- environmentBlueprintIdentifier
The identifier of the blueprint that was used to create the environment profiles that you want to list.
- projectIdentifier
The identifier of the Amazon DataZone project.
- nextToken
When the number of environment profiles is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment profiles, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_environment_profilesto list the next set of environment profiles.- 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 ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_environment_profilesto list the next set of environment profiles.