interface EvaluationReviewNotificationRecipientValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientValueProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationReviewNotificationRecipientValueProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientValueProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientValueProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationReviewNotificationRecipientValueProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const evaluationReviewNotificationRecipientValueProperty: connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientValueProperty = {
userId: 'userId',
};
Properties
| Name | Type | Description |
|---|---|---|
| user | string | The user identifier for the notification recipient. |
userId?
Type:
string
(optional)
The user identifier for the notification recipient.

.NET
Go
Java
Python
TypeScript