interface ApproverProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mpa.CfnApprovalTeam.ApproverProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmpa#CfnApprovalTeam_ApproverProperty |
![]() | software.amazon.awscdk.services.mpa.CfnApprovalTeam.ApproverProperty |
![]() | aws_cdk.aws_mpa.CfnApprovalTeam.ApproverProperty |
![]() | aws-cdk-lib » aws_mpa » CfnApprovalTeam » ApproverProperty |
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 { aws_mpa as mpa } from 'aws-cdk-lib';
const approverProperty: mpa.CfnApprovalTeam.ApproverProperty = {
primaryIdentityId: 'primaryIdentityId',
primaryIdentitySourceArn: 'primaryIdentitySourceArn',
// the properties below are optional
approverId: 'approverId',
primaryIdentityStatus: 'primaryIdentityStatus',
responseTime: 'responseTime',
};
Properties
Name | Type | Description |
---|---|---|
primary | string | ID for the user. |
primary | string | Amazon Resource Name (ARN) for the identity source. |
approver | string | ID for the approver. |
primary | string | Status for the identity source. |
response | string | Timestamp when the approver responded to an approval team invitation. |
primaryIdentityId
Type:
string
ID for the user.
primaryIdentitySourceArn
Type:
string
Amazon Resource Name (ARN) for the identity source.
The identity source manages the user authentication for approvers.
approverId?
Type:
string
(optional)
ID for the approver.
primaryIdentityStatus?
Type:
string
(optional)
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.
responseTime?
Type:
string
(optional)
Timestamp when the approver responded to an approval team invitation.