DesiredState

class aws_cdk.aws_pipes_alpha.DesiredState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) The state the pipe should be in.

Stability:

experimental

Attributes

RUNNING

(experimental) The pipe should be running.

Stability:

experimental

STOPPED

(experimental) The pipe should be stopped.

Stability:

experimental