Interface CfnEvaluationForm.IEvaluationReviewNotificationRecipientProperty
Information about a recipient who should be notified when an evaluation review is requested.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEvaluationForm.IEvaluationReviewNotificationRecipientProperty
Syntax (vb)
Public Interface CfnEvaluationForm.IEvaluationReviewNotificationRecipientProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var evaluationReviewNotificationRecipientProperty = new EvaluationReviewNotificationRecipientProperty {
Type = "type",
Value = new EvaluationReviewNotificationRecipientValueProperty {
UserId = "userId"
}
};
Synopsis
Properties
| Type | The type of notification recipient. |
| Value | The value information for an evaluation review notification recipient. |
Properties
Type
The type of notification recipient.
string Type { get; }
Property Value
Remarks
Value
The value information for an evaluation review notification recipient.
object Value { get; }
Property Value
Remarks
Type union: either IResolvable or CfnEvaluationForm.IEvaluationReviewNotificationRecipientValueProperty