Amazon CLI Commands

Usage: airflow [-h] GROUP_OR_COMMAND ...

Positional Arguments

GROUP_OR_COMMAND

Possible choices: aws-auth-manager

Sub-commands

aws-auth-manager

Manage resources used by AWS auth manager

airflow aws-auth-manager [-h] COMMAND ...

Positional Arguments

COMMAND

Possible choices: init-avp, update-avp-schema

Sub-commands

init-avp

Initialize Amazon Verified resources to be used by AWS manager

airflow aws-auth-manager init-avp [-h] [--dry-run]
                                  [--policy-store-description POLICY_STORE_DESCRIPTION]
                                  [-v]
Named Arguments
--dry-run

Perform a dry run

Default: False

--policy-store-description

Policy store description

Default: “Airflow”

-v, --verbose

Make logging output more verbose

Default: False

update-avp-schema

Update Amazon Verified permissions policy store schema to the latest version in ‘airflow/providers/amazon/aws/auth_manager/avp/schema.json’

airflow aws-auth-manager update-avp-schema [-h] [--dry-run]
                                           [--policy-store-id POLICY_STORE_ID]
                                           [-v]
Named Arguments
--dry-run

Perform a dry run

Default: False

--policy-store-id

Policy store ID

-v, --verbose

Make logging output more verbose

Default: False

Was this entry helpful?