AwsOrganizationalDataMasterResponse

data class AwsOrganizationalDataMasterResponse(val excludedAccountIds: List<String>? = null, val organizationMembershipType: String, val stacksetName: String? = null)

The AWS organization data for the master account

Constructors

Link copied to clipboard
constructor(excludedAccountIds: List<String>? = null, organizationMembershipType: String, stacksetName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the multi cloud account is of membership type organization, list of accounts excluded from offering

Link copied to clipboard

The multi cloud account's membership type in the organization Expected value is 'Organization'.

Link copied to clipboard
val stacksetName: String? = null

If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset