MofN

data class MofN(val value: MofNApprovalStrategy) : ApprovalStrategy

Minimum number of approvals (M) required for a total number of approvers (N).

Constructors

Link copied to clipboard
constructor(value: MofNApprovalStrategy)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ApprovalStrategy as a MofN and retrieves its aws.sdk.kotlin.services.mpa.model.MofNApprovalStrategy value. Throws an exception if the ApprovalStrategy is not a MofN.

Link copied to clipboard

Casts this ApprovalStrategy as a MofN and retrieves its aws.sdk.kotlin.services.mpa.model.MofNApprovalStrategy value. Returns null if the ApprovalStrategy is not a MofN.