aws-cdk-lib.pipelines.ManualApprovalStepProps

interface ManualApprovalStepProps

LanguageType name
.NETAmazon.CDK.Pipelines.ManualApprovalStepProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/pipelines#ManualApprovalStepProps
Javasoftware.amazon.awscdk.pipelines.ManualApprovalStepProps
Pythonaws_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

NameTypeDescription
comment?stringThe comment to display with this manual approval.

comment?

Type: string (optional, default: No comment)

The comment to display with this manual approval.