1. Packages
  2. AWS Native
  3. API Docs
  4. organizations
  5. Organization

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.organizations.Organization

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const organizationResource = new aws_native.organizations.Organization("organizationResource", {featureSet: aws_native.organizations.OrganizationFeatureSet.All});
    
    Coming soon!
    

    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:

    FeatureSet Pulumi.AwsNative.Organizations.OrganizationFeatureSet
    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
    FeatureSet OrganizationFeatureSet
    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
    featureSet OrganizationFeatureSet
    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
    featureSet OrganizationFeatureSet
    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
    feature_set OrganizationFeatureSet
    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.
    ManagementAccountArn string
    The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
    ManagementAccountEmail string
    The email address that is associated with the AWS account that is designated as the management account for the organization.
    ManagementAccountId string
    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.
    ManagementAccountArn string
    The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
    ManagementAccountEmail string
    The email address that is associated with the AWS account that is designated as the management account for the organization.
    ManagementAccountId string
    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.
    managementAccountArn String
    The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
    managementAccountEmail String
    The email address that is associated with the AWS account that is designated as the management account for the organization.
    managementAccountId String
    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.
    managementAccountArn string
    The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
    managementAccountEmail string
    The email address that is associated with the AWS account that is designated as the management account for the organization.
    managementAccountId string
    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_arn str
    The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
    management_account_email str
    The email address that is associated with the AWS account that is designated as the management account for the organization.
    management_account_id str
    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.
    managementAccountArn String
    The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
    managementAccountEmail String
    The email address that is associated with the AWS account that is designated as the management account for the organization.
    managementAccountId String
    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
    OrganizationFeatureSetAll
    ALL
    OrganizationFeatureSetConsolidatedBilling
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi