Class OrganizationArgs
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 OrganizationArgs : ResourceArgs
Constructors
View SourceOrganizationArgs()
Declaration
public OrganizationArgs()
Properties
View SourceAwsServiceAccessPrincipals
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> |
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> |
FeatureSet
Specify "ALL" (default) or "CONSOLIDATED_BILLING".
Declaration
public Input<string> FeatureSet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |