Interface CfnApprovalTeam.MofNApprovalStrategyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApprovalTeam.MofNApprovalStrategyProperty.Jsii$Proxy
- Enclosing class:
CfnApprovalTeam
@Stability(Stable)
public static interface CfnApprovalTeam.MofNApprovalStrategyProperty
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.services.mpa.*; MofNApprovalStrategyProperty mofNApprovalStrategyProperty = MofNApprovalStrategyProperty.builder() .minApprovalsRequired(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApprovalTeam.MofNApprovalStrategyProperty
static final class
An implementation forCfnApprovalTeam.MofNApprovalStrategyProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Minimum number of approvals (M) required for a total number of approvers (N).Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMinApprovalsRequired
Minimum number of approvals (M) required for a total number of approvers (N).- See Also:
-
builder
-