Class GetOrganizationResult
Inheritance
Inherited Members
Namespace: Pulumi.Aws.Organizations
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetOrganizationResult
Fields
View SourceAccounts
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> |
Arn
ARN of the root
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
FeatureSet
The FeatureSet of the organization.
Declaration
public readonly string FeatureSet
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
MasterAccountId
The unique identifier (ID) of the master account of an organization.
Declaration
public readonly string MasterAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |