enum DesiredState
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Pipes.Alpha.DesiredState |
Go | github.com/aws/aws-cdk-go/awscdkpipesalpha/v2#DesiredState |
Java | software.amazon.awscdk.services.pipes.alpha.DesiredState |
Python | aws_cdk.aws_pipes_alpha.DesiredState |
TypeScript (source) | @aws-cdk/aws-pipes-alpha » DesiredState |
The state the pipe should be in.
Members
Name | Description |
---|---|
RUNNING | The pipe should be running. |
STOPPED | The pipe should be stopped. |
RUNNING
The pipe should be running.
STOPPED
The pipe should be stopped.