Show / Hide Table of Contents

Class GetOrganizationResult

Inheritance
System.Object
GetOrganizationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Organizations
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetOrganizationResult

Fields

View Source

Accounts

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:

Declaration
public readonly ImmutableArray<GetOrganizationAccountResult> Accounts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetOrganizationAccountResult>
View Source

Arn

ARN of the root

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

AwsServiceAccessPrincipals

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.

Declaration
public readonly ImmutableArray<string> AwsServiceAccessPrincipals
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

EnabledPolicyTypes

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.

Declaration
public readonly ImmutableArray<string> EnabledPolicyTypes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

FeatureSet

The FeatureSet of the organization.

Declaration
public readonly string FeatureSet
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MasterAccountArn

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

Declaration
public readonly string MasterAccountArn
Field Value
Type Description
System.String
View Source

MasterAccountEmail

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

Declaration
public readonly string MasterAccountEmail
Field Value
Type Description
System.String
View Source

MasterAccountId

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

Declaration
public readonly string MasterAccountId
Field Value
Type Description
System.String
View Source

NonMasterAccounts

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

Declaration
public readonly ImmutableArray<GetOrganizationNonMasterAccountResult> NonMasterAccounts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetOrganizationNonMasterAccountResult>
View Source

Roots

List of organization roots. All elements have these attributes:

Declaration
public readonly ImmutableArray<GetOrganizationRootResult> Roots
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetOrganizationRootResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.