interface ManualApprovalStepProps
Language | Type name |
---|---|
.NET | Amazon.CDK.Pipelines.ManualApprovalStepProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/pipelines#ManualApprovalStepProps |
Java | software.amazon.awscdk.pipelines.ManualApprovalStepProps |
Python | aws_cdk.pipelines.ManualApprovalStepProps |
TypeScript (source) | aws-cdk-lib » pipelines » ManualApprovalStepProps |
Construction properties for a ManualApprovalStep
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { pipelines } from 'aws-cdk-lib';
const manualApprovalStepProps: pipelines.ManualApprovalStepProps = {
comment: 'comment',
};
Properties
Name | Type | Description |
---|---|---|
comment? | string | The comment to display with this manual approval. |
comment?
Type:
string
(optional, default: No comment)
The comment to display with this manual approval.