airflow.providers.amazon.aws.sensors.ec2
¶
Module Contents¶
Classes¶
Check the state of the AWS EC2 instance until |
- class airflow.providers.amazon.aws.sensors.ec2.EC2InstanceStateSensor(*, target_state: str, instance_id: str, aws_conn_id: str = 'aws_default', region_name: Optional[str] = None, **kwargs)[source]¶
Bases:
airflow.sensors.base.BaseSensorOperator
Check the state of the AWS EC2 instance until state of the instance become equal to the target state.
- Parameters