AWS Fundamentals Logo
AWS Fundamentals
AWS::Organizations::Organization

Organizations Organization

Resource schema for AWS::Organizations::Organization

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
FeatureSet
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of an organization.
IdstringThe unique identifier (ID) of an organization.
ManagementAccountArnstringThe Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
ManagementAccountEmailstringThe email address that is associated with the AWS account that is designated as the management account for the organization.
ManagementAccountIdstringThe unique identifier (ID) of the management account of an organization.
RootIdstringThe unique identifier (ID) for the root.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Organizations::Organization

Resources:
  MyResource:
    Type: AWS::Organizations::Organization
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

organizations:CreateOrganizationorganizations:DescribeOrganizationiam:CreateServiceLinkedRoleorganizations:ListRoots

read

organizations:DescribeOrganizationorganizations:ListRoots

delete

organizations:DeleteOrganizationorganizations:DescribeOrganization

list

organizations:DescribeOrganization

update

organizations:DescribeOrganization

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOrganizations
Properties7
Required0
TaggingNot supported
Primary IDId

Supported Operations

CreateReadDeleteListUpdate

External Links