AccountSource
The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.
Inheritors
Types
Functions
Casts this AccountSource as a Accounts and retrieves its kotlin.collections.List
Casts this AccountSource as a Accounts and retrieves its kotlin.collections.List
Casts this AccountSource as a CustomAccountPoolHandler and retrieves its aws.sdk.kotlin.services.datazone.model.CustomAccountPoolHandler value. Throws an exception if the AccountSource is not a CustomAccountPoolHandler.
Casts this AccountSource as a CustomAccountPoolHandler and retrieves its aws.sdk.kotlin.services.datazone.model.CustomAccountPoolHandler value. Returns null if the AccountSource is not a CustomAccountPoolHandler.