Interface CfnApprovalTeam.ApproverProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApprovalTeam.ApproverProperty.Jsii$Proxy
- Enclosing class:
CfnApprovalTeam
@Stability(Stable)
public static interface CfnApprovalTeam.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.services.mpa.*; ApproverProperty approverProperty = ApproverProperty.builder() .primaryIdentityId("primaryIdentityId") .primaryIdentitySourceArn("primaryIdentitySourceArn") // the properties below are optional .approverId("approverId") .primaryIdentityStatus("primaryIdentityStatus") .responseTime("responseTime") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApprovalTeam.ApproverProperty
static final class
An implementation forCfnApprovalTeam.ApproverProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrimaryIdentityId
ID for the user.- See Also:
-
getPrimaryIdentitySourceArn
Amazon Resource Name (ARN) for the identity source.The identity source manages the user authentication for approvers.
- See Also:
-
getApproverId
ID for the approver.- See Also:
-
getPrimaryIdentityStatus
Status for the identity source.For example, if an approver has accepted a team invitation with a user authentication method managed by the identity source.
- See Also:
-
getResponseTime
Timestamp when the approver responded to an approval team invitation.- See Also:
-
builder
-