AwsOrganizationsOrganizationPropertiesArgs

data class AwsOrganizationsOrganizationPropertiesArgs(val arn: Output<String>? = null, val featureSet: Output<Either<String, FeatureSet>>? = null, val id: Output<String>? = null, val managementAccountArn: Output<String>? = null, val managementAccountEmail: Output<String>? = null, val managementAccountId: Output<String>? = null, val rootId: Output<String>? = null) : ConvertibleToJava<AwsOrganizationsOrganizationPropertiesArgs>

Definition of awsOrganizationsOrganization

Constructors

constructor(arn: Output<String>? = null, featureSet: Output<Either<String, FeatureSet>>? = null, id: Output<String>? = null, managementAccountArn: Output<String>? = null, managementAccountEmail: Output<String>? = null, managementAccountId: Output<String>? = null, rootId: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of an organization.

Link copied to clipboard
val featureSet: Output<Either<String, FeatureSet>>? = null

Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

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

The unique identifier (ID) of an organization.

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

The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.

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

The email address that is associated with the AWS account that is designated as the management account for the organization.

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

The unique identifier (ID) of the management account of an organization.

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

The unique identifier (ID) for the root.

Functions

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