interface ExecutionApprovalConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.ExecutionApprovalConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_ExecutionApprovalConfigurationProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.ExecutionApprovalConfigurationProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.ExecutionApprovalConfigurationProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » ExecutionApprovalConfigurationProperty |
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 { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const executionApprovalConfigurationProperty: arcregionswitch.CfnPlan.ExecutionApprovalConfigurationProperty = {
approvalRole: 'approvalRole',
// the properties below are optional
timeoutMinutes: 123,
};
Properties
Name | Type | Description |
---|---|---|
approval | string | The IAM approval role for the configuration. |
timeout | number | The timeout value specified for the configuration. |
approvalRole
Type:
string
The IAM approval role for the configuration.
timeoutMinutes?
Type:
number
(optional, default: 60)
The timeout value specified for the configuration.