Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-organizations-account.json
Parent schema serverless-framework-configuration
Type: object

You can use AWS::Organizations::Account to manage accounts in organization.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-organizations

Properties

AccountName string | Aws_CF_FunctionString required

The friendly name of the member account.

Email string | Aws_CF_FunctionString required

The email address of the owner to assign to the new member account.

RoleName string | Aws_CF_FunctionString

The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. Default name is OrganizationAccountAccessRole if not specified.

ParentIds string[]

List of parent nodes for the member account. Currently only one parent at a time is supported. Default is root.

uniqueItems=true
Tags Tag[]

A list of tags that you want to attach to the newly created account. For each tag in the list, you must specify both a tag key and a value.

uniqueItems=true

Definitions

Tag object

A custom key-value pair associated with a resource within your organization.

Key string | Aws_CF_FunctionString required

The key identifier, or name, of the tag.

Value string | Aws_CF_FunctionString required

The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.