AwsOrganizationalDataMasterArgs

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

The AWS organization data for the master account

Constructors

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

Properties

Link copied to clipboard
val excludedAccountIds: Output<List<String>>? = null

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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AwsOrganizationalDataMasterArgs