interface EvaluationReviewNotificationRecipientProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationReviewNotificationRecipientProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationReviewNotificationRecipientProperty |
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 evaluationReviewNotificationRecipientProperty: connect.CfnEvaluationForm.EvaluationReviewNotificationRecipientProperty = {
type: 'type',
value: {
userId: 'userId',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| type | string | The type of notification recipient. |
| value | IResolvable | Evaluation |
type
Type:
string
The type of notification recipient.
value
Type:
IResolvable | Evaluation

.NET
Go
Java
Python
TypeScript