Show / Hide Table of Contents

Class OrganizationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OrganizationArgs
Inherited Members
ResourceArgs.Empty
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 OrganizationArgs : ResourceArgs

Constructors

View Source

OrganizationArgs()

Declaration
public OrganizationArgs()

Properties

View Source

AwsServiceAccessPrincipals

List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have feature_set set to ALL. For additional information, see the AWS Organizations User Guide.

Declaration
public InputList<string> AwsServiceAccessPrincipals { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

EnabledPolicyTypes

List of Organizations policy types to enable in the Organization Root. Organization must have feature_set set to ALL. For additional information about valid policy types (e.g. SERVICE_CONTROL_POLICY and TAG_POLICY), see the AWS Organizations API Reference.

Declaration
public InputList<string> EnabledPolicyTypes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

FeatureSet

Specify "ALL" (default) or "CONSOLIDATED_BILLING".

Declaration
public Input<string> FeatureSet { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.