Skip to content

runbooks inventory list-delegated-administratorsΒΆ

Auto-generated from runbooks inventory list-delegated-administrators --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks inventory list-delegated-administrators [OPTIONS]

  List delegated administrators for AWS Organizations.

  Uses $AWS_MANAGEMENT_PROFILE by default. Writes delegated-
  administrators.json when --output-dir is provided. Empty array is a valid
  result.

  Exit codes: 0=success, 1=AWS auth/permission error, 2=unexpected error.

  Examples:     runbooks inventory list-delegated-administrators --profile
  $AWS_MANAGEMENT_PROFILE     runbooks inventory list-delegated-administrators
  --profile $AWS_MANAGEMENT_PROFILE \         --output-dir
  tenants/b2b-energy/raw/organizations/

Options:
  --profile TEXT          Management account profile (defaults to
                          $AWS_MANAGEMENT_PROFILE).
  --region TEXT           AWS region for client (Organizations is global).
  --json                  Print results as JSON to stdout.
  --output-dir DIRECTORY  Write delegated-administrators.json to this
                          directory.
  --help                  Show this message and exit.

ExamplesΒΆ