airflow.providers.amazon.aws.executors.utils.base_config_keys

Module Contents

Classes

BaseConfigKeys

Base Implementation of the Config Keys class. Implements iteration for child classes to inherit.

class airflow.providers.amazon.aws.executors.utils.base_config_keys.BaseConfigKeys[source]

Base Implementation of the Config Keys class. Implements iteration for child classes to inherit.

__iter__()[source]

Return an iterator of values of non dunder attributes of Config Keys.

Was this entry helpful?