We recommend new projects start with resources from the AWS provider.
aws-native.organizations.Organization
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Organization resource accepts the following input properties:
- FeatureSet Pulumi.Aws Native. Organizations. Organization Feature Set 
- Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- FeatureSet OrganizationFeature Set 
- Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- featureSet OrganizationFeature Set 
- Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- featureSet 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.
- featureSet "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.
- AwsId string
- The unique identifier (ID) of an organization.
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagementAccount stringArn 
- The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- ManagementAccount stringEmail 
- The email address that is associated with the AWS account that is designated as the management account for the organization.
- ManagementAccount stringId 
- The unique identifier (ID) of the management account of an organization.
- RootId string
- The unique identifier (ID) for the root.
- Arn string
- The Amazon Resource Name (ARN) of an organization.
- AwsId string
- The unique identifier (ID) of an organization.
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagementAccount stringArn 
- The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- ManagementAccount stringEmail 
- The email address that is associated with the AWS account that is designated as the management account for the organization.
- ManagementAccount stringId 
- The unique identifier (ID) of the management account of an organization.
- RootId string
- The unique identifier (ID) for the root.
- arn String
- The Amazon Resource Name (ARN) of an organization.
- awsId String
- The unique identifier (ID) of an organization.
- id String
- The provider-assigned unique ID for this managed resource.
- managementAccount StringArn 
- The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- managementAccount StringEmail 
- The email address that is associated with the AWS account that is designated as the management account for the organization.
- managementAccount StringId 
- The unique identifier (ID) of the management account of an organization.
- rootId String
- The unique identifier (ID) for the root.
- arn string
- The Amazon Resource Name (ARN) of an organization.
- awsId string
- The unique identifier (ID) of an organization.
- id string
- The provider-assigned unique ID for this managed resource.
- managementAccount stringArn 
- The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- managementAccount stringEmail 
- The email address that is associated with the AWS account that is designated as the management account for the organization.
- managementAccount stringId 
- The unique identifier (ID) of the management account of an organization.
- rootId 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.
- awsId String
- The unique identifier (ID) of an organization.
- id String
- The provider-assigned unique ID for this managed resource.
- managementAccount StringArn 
- The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- managementAccount StringEmail 
- The email address that is associated with the AWS account that is designated as the management account for the organization.
- managementAccount StringId 
- The unique identifier (ID) of the management account of an organization.
- rootId String
- The unique identifier (ID) for the root.
Supporting Types
OrganizationFeatureSet, OrganizationFeatureSetArgs      
- All
- ALL
- ConsolidatedBilling 
- CONSOLIDATED_BILLING
- OrganizationFeature Set All 
- ALL
- OrganizationFeature Set Consolidated Billing 
- CONSOLIDATED_BILLING
- All
- ALL
- ConsolidatedBilling 
- CONSOLIDATED_BILLING
- All
- ALL
- ConsolidatedBilling 
- 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.