| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.actionName(String actionName)
The physical, human-readable name of the Action.
|
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.additionalInformation(String additionalInformation)
Any additional information that you want to include in the notification email message.
|
static ManualApprovalAction.Builder |
ManualApprovalAction.Builder.create() |
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.externalEntityLink(String externalEntityLink)
URL you want to provide to the reviewer as part of the approval request.
|
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.notificationTopic(ITopic notificationTopic)
Optional SNS topic to send notifications to when an approval is pending.
|
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.notifyEmails(List<String> notifyEmails)
A list of email addresses to subscribe to notifications when this Action is pending approval.
|
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.role(IRole role)
The Role in which context's this Action will be executing in.
|
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.runOrder(Number runOrder)
The runOrder property for this Action.
|
ManualApprovalAction.Builder |
ManualApprovalAction.Builder.variablesNamespace(String variablesNamespace)
The name of the namespace to use for variables emitted by this action.
|
Copyright © 2022. All rights reserved.