/AWS1/CL_DZN=>LISTENVIRONMENTS()
¶
About ListEnvironments¶
Lists Amazon DataZone environments.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DOMAINIDENTIFIER
TYPE /AWS1/DZNDOMAINID
/AWS1/DZNDOMAINID
¶
The identifier of the Amazon DataZone domain.
IV_PROJECTIDENTIFIER
TYPE /AWS1/DZNPROJECTID
/AWS1/DZNPROJECTID
¶
The identifier of the Amazon DataZone project.
Optional arguments:¶
IV_AWSACCOUNTID
TYPE /AWS1/DZNAWSACCOUNTID
/AWS1/DZNAWSACCOUNTID
¶
The identifier of the Amazon Web Services account where you want to list environments.
IV_STATUS
TYPE /AWS1/DZNENVIRONMENTSTATUS
/AWS1/DZNENVIRONMENTSTATUS
¶
The status of the environments that you want to list.
IV_AWSACCOUNTREGION
TYPE /AWS1/DZNAWSREGION
/AWS1/DZNAWSREGION
¶
The Amazon Web Services region where you want to list environments.
IV_ENVIRONMENTPROFILEID00
TYPE /AWS1/DZNENVIRONMENTPROFILEID
/AWS1/DZNENVIRONMENTPROFILEID
¶
The identifier of the environment profile.
IV_ENVIRONMENTBLUEPRINTID00
TYPE /AWS1/DZNENVIRONMENTBLUEPRIN00
/AWS1/DZNENVIRONMENTBLUEPRIN00
¶
The identifier of the Amazon DataZone blueprint.
IV_PROVIDER
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
The provider of the environment.
IV_NAME
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
The name of the environment.
IV_MAXRESULTS
TYPE /AWS1/DZNMAXRESULTS
/AWS1/DZNMAXRESULTS
¶
The maximum number of environments to return in a single call to
ListEnvironments
. When the number of environments to be listed is greater than the value ofMaxResults
, the response contains aNextToken
value that you can use in a subsequent call toListEnvironments
to list the next set of environments.
IV_NEXTTOKEN
TYPE /AWS1/DZNPAGINATIONTOKEN
/AWS1/DZNPAGINATIONTOKEN
¶
When the number of environments 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 environments, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListEnvironments
to list the next set of environments.