interface EvaluationReviewNotificationRecipientProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnEvaluationFormPropsMixin_EvaluationReviewNotificationRecipientProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnEvaluationFormPropsMixin » EvaluationReviewNotificationRecipientProperty |
Information about a recipient who should be notified when an evaluation review is requested.
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 evaluationReviewNotificationRecipientProperty: connect.CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientProperty = {
type: 'type',
value: {
userId: 'userId',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | The type of notification recipient. |
| value? | IResolvable | Evaluation | The value information for an evaluation review notification recipient. |
type?
Type:
string
(optional)
The type of notification recipient.
value?
Type:
IResolvable | Evaluation
(optional)
The value information for an evaluation review notification recipient.

.NET
Go
Java
Python
TypeScript