Class CfnApprovalTeamPropsMixin.ApprovalStrategyProperty
Strategy for how an approval team grants approval.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MPA.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnApprovalTeamPropsMixin.ApprovalStrategyProperty : CfnApprovalTeamPropsMixin.IApprovalStrategyProperty
Syntax (vb)
Public Class CfnApprovalTeamPropsMixin.ApprovalStrategyProperty Implements CfnApprovalTeamPropsMixin.IApprovalStrategyProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MPA.Mixins;
var approvalStrategyProperty = new ApprovalStrategyProperty {
MofN = new MofNApprovalStrategyProperty {
MinApprovalsRequired = 123
}
};
Synopsis
Constructors
| ApprovalStrategyProperty() | Strategy for how an approval team grants approval. |
Properties
| MofN | Minimum number of approvals (M) required for a total number of approvers (N). |
Constructors
ApprovalStrategyProperty()
Strategy for how an approval team grants approval.
public ApprovalStrategyProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MPA.Mixins;
var approvalStrategyProperty = new ApprovalStrategyProperty {
MofN = new MofNApprovalStrategyProperty {
MinApprovalsRequired = 123
}
};
Properties
MofN
Minimum number of approvals (M) required for a total number of approvers (N).
public object? MofN { get; set; }