Interface CfnApprovalTeamPropsMixin.ApproverProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApprovalTeamPropsMixin.ApproverProperty.Jsii$Proxy
Enclosing class:
CfnApprovalTeamPropsMixin

@Stability(Stable) public static interface CfnApprovalTeamPropsMixin.ApproverProperty extends software.amazon.jsii.JsiiSerializable
Contains details for an approver.

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.*;
 ApproverProperty approverProperty = ApproverProperty.builder()
         .approverId("approverId")
         .primaryIdentityId("primaryIdentityId")
         .primaryIdentitySourceArn("primaryIdentitySourceArn")
         .primaryIdentityStatus("primaryIdentityStatus")
         .responseTime("responseTime")
         .build();
 

See Also: