/AWS1/CL_DZN=>LISTENVIRONMENTPROFILES()
¶
About ListEnvironmentProfiles¶
Lists Amazon DataZone environment profiles.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DOMAINIDENTIFIER
TYPE /AWS1/DZNDOMAINID
/AWS1/DZNDOMAINID
¶
The identifier of the Amazon DataZone domain.
Optional arguments:¶
IV_AWSACCOUNTID
TYPE /AWS1/DZNAWSACCOUNTID
/AWS1/DZNAWSACCOUNTID
¶
The identifier of the Amazon Web Services account where you want to list environment profiles.
IV_AWSACCOUNTREGION
TYPE /AWS1/DZNAWSREGION
/AWS1/DZNAWSREGION
¶
The Amazon Web Services region where you want to list environment profiles.
IV_ENVIRONMENTBLUEPRINTID00
TYPE /AWS1/DZNENVIRONMENTBLUEPRIN00
/AWS1/DZNENVIRONMENTBLUEPRIN00
¶
The identifier of the blueprint that was used to create the environment profiles that you want to list.
IV_PROJECTIDENTIFIER
TYPE /AWS1/DZNPROJECTID
/AWS1/DZNPROJECTID
¶
The identifier of the Amazon DataZone project.
IV_NAME
TYPE /AWS1/DZNENVIRONMENTPFLNAME
/AWS1/DZNENVIRONMENTPFLNAME
¶
IV_NEXTTOKEN
TYPE /AWS1/DZNPAGINATIONTOKEN
/AWS1/DZNPAGINATIONTOKEN
¶
When the number of environment profiles is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of environment profiles, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListEnvironmentProfiles
to list the next set of environment profiles.
IV_MAXRESULTS
TYPE /AWS1/DZNMAXRESULTS
/AWS1/DZNMAXRESULTS
¶
The maximum number of environment profiles to return in a single call to
ListEnvironmentProfiles
. When the number of environment profiles to be listed is greater than the value ofMaxResults
, the response contains aNextToken
value that you can use in a subsequent call toListEnvironmentProfiles
to list the next set of environment profiles.