AwsOrganizationalDataMemberArgs

data class AwsOrganizationalDataMemberArgs(val organizationMembershipType: Output<String>, val parentHierarchyId: Output<String>? = null) : ConvertibleToJava<AwsOrganizationalDataMemberArgs>

The AWS organization data for the member account

Constructors

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

Properties

Link copied to clipboard

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

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

If the multi cloud account is not of membership type organization, this will be the ID of the account's parent

Functions

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