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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApprovalTeamPropsMixin.ApproverPropertystatic final classAn implementation forCfnApprovalTeamPropsMixin.ApproverProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringID for the approver.default StringID for the user.default StringAmazon Resource Name (ARN) for the identity source.default StringStatus for the identity source.default StringTimestamp when the approver responded to an approval team invitation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApproverId
ID for the approver.- See Also:
-
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:
-
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
-