AWS::Organizations::OrganizationResource schema for AWS::Organizations::Organization
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FeatureSet | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of an organization. |
Id | string | The unique identifier (ID) of an organization. |
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. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Organizations::Organization
Resources:
MyResource:
Type: AWS::Organizations::Organization
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
organizations:CreateOrganizationorganizations:DescribeOrganizationiam:CreateServiceLinkedRoleorganizations:ListRootsorganizations:DescribeOrganizationorganizations:ListRootsorganizations:DeleteOrganizationorganizations:DescribeOrganizationorganizations:DescribeOrganizationorganizations:DescribeOrganizationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId