Interface CfnApprovalTeamPropsMixin.ApprovalStrategyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApprovalTeamPropsMixin.ApprovalStrategyProperty.Jsii$Proxy
- Enclosing class:
CfnApprovalTeamPropsMixin
@Stability(Stable)
public static interface CfnApprovalTeamPropsMixin.ApprovalStrategyProperty
extends software.amazon.jsii.JsiiSerializable
Strategy for how an approval team grants approval.
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.mpa.*;
ApprovalStrategyProperty approvalStrategyProperty = ApprovalStrategyProperty.builder()
.mofN(MofNApprovalStrategyProperty.builder()
.minApprovalsRequired(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApprovalTeamPropsMixin.ApprovalStrategyPropertystatic final classAn implementation forCfnApprovalTeamPropsMixin.ApprovalStrategyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMofN
Minimum number of approvals (M) required for a total number of approvers (N).Returns union: either
IResolvableorCfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty- See Also:
-
builder
-