Describe organization

Describe organization.

Usage

tkm org describe

Positional arguments

This command has no positional arguments.

Options

In addition to the common options, this command has no command-specific options.

IAM permissions

These are the minimum IAM permissions required to run this command.

Statement:
  - Effect: Allow
    Action:
      - organizations:ListRoots
      - organizations:DescribeOrganization
      - organizations:DescribeAccount
      - organizations:ListAWSServiceAccessForOrganization
    Resource: "*"

Examples

Describe organization.

tkm org describe

Last updated