airflow.providers.amazon.aws.hooks.sts

Module Contents

Classes

StsHook

Interact with AWS Security Token Service (STS).

class airflow.providers.amazon.aws.hooks.sts.StsHook(*args, **kwargs)[source]

Bases: airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook

Interact with AWS Security Token Service (STS).

Provide thin wrapper around boto3.client("sts").

Additional arguments (such as aws_conn_id) may be specified and are passed down to the underlying AwsBaseHook.

get_account_number()[source]

Get the account Number.

Was this entry helpful?