interface EvaluationReviewNotificationRecipientValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnEvaluationFormPropsMixin_EvaluationReviewNotificationRecipientValueProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnEvaluationFormPropsMixin » EvaluationReviewNotificationRecipientValueProperty |
The value information for an evaluation review notification recipient.
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/cfn-property-mixins';
const evaluationReviewNotificationRecipientValueProperty: connect.CfnEvaluationFormPropsMixin.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