AccountConstraint
A constraint on which AWS account a deployment can be initiated from. Specify one of the supported constraint types.
Inheritors
Types
Functions
Casts this AccountConstraint as a DelegatedAdmin and retrieves its aws.sdk.kotlin.services.launchwizard.model.DelegatedAdminConstraint value. Throws an exception if the AccountConstraint is not a DelegatedAdmin.
Casts this AccountConstraint as a DelegatedAdmin and retrieves its aws.sdk.kotlin.services.launchwizard.model.DelegatedAdminConstraint value. Returns null if the AccountConstraint is not a DelegatedAdmin.
Casts this AccountConstraint as a ManagementAccount and retrieves its aws.sdk.kotlin.services.launchwizard.model.ManagementAccountConstraint value. Throws an exception if the AccountConstraint is not a ManagementAccount.
Casts this AccountConstraint as a ManagementAccount and retrieves its aws.sdk.kotlin.services.launchwizard.model.ManagementAccountConstraint value. Returns null if the AccountConstraint is not a ManagementAccount.