GetOrganizationResult

data class GetOrganizationResult(val accounts: List<GetOrganizationAccount>, val arn: String, val awsServiceAccessPrincipals: List<String>, val enabledPolicyTypes: List<String>, val featureSet: String, val id: String, val masterAccountArn: String, val masterAccountEmail: String, val masterAccountId: String, val nonMasterAccounts: List<GetOrganizationNonMasterAccount>, val roots: List<GetOrganizationRoot>)

A collection of values returned by getOrganization.

Constructors

Link copied to clipboard
constructor(accounts: List<GetOrganizationAccount>, arn: String, awsServiceAccessPrincipals: List<String>, enabledPolicyTypes: List<String>, featureSet: String, id: String, masterAccountArn: String, masterAccountEmail: String, masterAccountId: String, nonMasterAccounts: List<GetOrganizationNonMasterAccount>, roots: List<GetOrganizationRoot>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of organization accounts including the master account. For a list excluding the master account, see the non_master_accounts attribute. All elements have these attributes:

Link copied to clipboard
val arn: String

ARN of the root

Link copied to clipboard

A list of AWS service principal names that have integration enabled with your organization. Organization must have feature_set set to ALL. For additional information, see the AWS Organizations User Guide.

Link copied to clipboard

A list of Organizations policy types that are enabled in the Organization Root. Organization must have feature_set set to ALL. For additional information about valid policy types (e.g., SERVICE_CONTROL_POLICY), see the AWS Organizations API Reference.

Link copied to clipboard

FeatureSet of the organization.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the account that is designated as the master account for the organization.

Link copied to clipboard

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

Link copied to clipboard

Unique identifier (ID) of the master account of an organization.

Link copied to clipboard

List of organization accounts excluding the master account. For a list including the master account, see the accounts attribute. All elements have these attributes:

Link copied to clipboard

List of organization roots. All elements have these attributes: