Interface CfnPlanPropsMixin.ExecutionApprovalConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlanPropsMixin.ExecutionApprovalConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlanPropsMixin
@Stability(Stable)
public static interface CfnPlanPropsMixin.ExecutionApprovalConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for approval steps in a Region switch plan execution.
Approval steps require manual intervention before the execution can proceed.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.*;
ExecutionApprovalConfigurationProperty executionApprovalConfigurationProperty = ExecutionApprovalConfigurationProperty.builder()
.approvalRole("approvalRole")
.timeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlanPropsMixin.ExecutionApprovalConfigurationPropertystatic final classAn implementation forCfnPlanPropsMixin.ExecutionApprovalConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApprovalRole
The IAM approval role for the configuration.- See Also:
-
getTimeoutMinutes
The timeout value specified for the configuration.Default: - 60
- See Also:
-
builder
@Stability(Stable) static CfnPlanPropsMixin.ExecutionApprovalConfigurationProperty.Builder builder()
-