We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.organizations.Organization
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource schema for AWS::Organizations::Organization
Create Organization Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Organization(name: string, args?: OrganizationArgs, opts?: CustomResourceOptions);
@overload
def Organization(resource_name: str,
args: Optional[OrganizationArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Organization(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_set: Optional[OrganizationFeatureSet] = None)
func NewOrganization(ctx *Context, name string, args *OrganizationArgs, opts ...ResourceOption) (*Organization, error)
public Organization(string name, OrganizationArgs? args = null, CustomResourceOptions? opts = null)
public Organization(String name, OrganizationArgs args)
public Organization(String name, OrganizationArgs args, CustomResourceOptions options)
type: aws-native:organizations:Organization
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OrganizationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OrganizationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OrganizationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OrganizationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OrganizationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Organization Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Organization resource accepts the following input properties:
- Feature
Set Pulumi.Aws Native. Organizations. Organization Feature Set - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- Feature
Set OrganizationFeature Set - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- feature
Set OrganizationFeature Set - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- feature
Set OrganizationFeature Set - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- feature_
set OrganizationFeature Set - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- feature
Set "ALL" | "CONSOLIDATED_BILLING" - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
Outputs
All input properties are implicitly available as output properties. Additionally, the Organization resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of an organization.
- Aws
Id string - The unique identifier (ID) of an organization.
- Id string
- The provider-assigned unique ID for this managed resource.
- Management
Account stringArn - The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- Management
Account stringEmail - The email address that is associated with the AWS account that is designated as the management account for the organization.
- Management
Account stringId - The unique identifier (ID) of the management account of an organization.
- Root
Id string - The unique identifier (ID) for the root.
- Arn string
- The Amazon Resource Name (ARN) of an organization.
- Aws
Id string - The unique identifier (ID) of an organization.
- Id string
- The provider-assigned unique ID for this managed resource.
- Management
Account stringArn - The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- Management
Account stringEmail - The email address that is associated with the AWS account that is designated as the management account for the organization.
- Management
Account stringId - The unique identifier (ID) of the management account of an organization.
- Root
Id string - The unique identifier (ID) for the root.
- arn String
- The Amazon Resource Name (ARN) of an organization.
- aws
Id String - The unique identifier (ID) of an organization.
- id String
- The provider-assigned unique ID for this managed resource.
- management
Account StringArn - The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- management
Account StringEmail - The email address that is associated with the AWS account that is designated as the management account for the organization.
- management
Account StringId - The unique identifier (ID) of the management account of an organization.
- root
Id String - The unique identifier (ID) for the root.
- arn string
- The Amazon Resource Name (ARN) of an organization.
- aws
Id string - The unique identifier (ID) of an organization.
- id string
- The provider-assigned unique ID for this managed resource.
- management
Account stringArn - The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- management
Account stringEmail - The email address that is associated with the AWS account that is designated as the management account for the organization.
- management
Account stringId - The unique identifier (ID) of the management account of an organization.
- root
Id string - The unique identifier (ID) for the root.
- arn str
- The Amazon Resource Name (ARN) of an organization.
- aws_
id str - The unique identifier (ID) of an organization.
- id str
- The provider-assigned unique ID for this managed resource.
- management_
account_ strarn - The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- management_
account_ stremail - The email address that is associated with the AWS account that is designated as the management account for the organization.
- management_
account_ strid - The unique identifier (ID) of the management account of an organization.
- root_
id str - The unique identifier (ID) for the root.
- arn String
- The Amazon Resource Name (ARN) of an organization.
- aws
Id String - The unique identifier (ID) of an organization.
- id String
- The provider-assigned unique ID for this managed resource.
- management
Account StringArn - The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- management
Account StringEmail - The email address that is associated with the AWS account that is designated as the management account for the organization.
- management
Account StringId - The unique identifier (ID) of the management account of an organization.
- root
Id String - The unique identifier (ID) for the root.
Supporting Types
OrganizationFeatureSet, OrganizationFeatureSetArgs
- All
- ALL
- Consolidated
Billing - CONSOLIDATED_BILLING
- Organization
Feature Set All - ALL
- Organization
Feature Set Consolidated Billing - CONSOLIDATED_BILLING
- All
- ALL
- Consolidated
Billing - CONSOLIDATED_BILLING
- All
- ALL
- Consolidated
Billing - CONSOLIDATED_BILLING
- ALL
- ALL
- CONSOLIDATED_BILLING
- CONSOLIDATED_BILLING
- "ALL"
- ALL
- "CONSOLIDATED_BILLING"
- CONSOLIDATED_BILLING
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi