Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipient-type

Value

The value information for an evaluation review notification recipient.

object Value { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipient-value

Type union: either IResolvable or CfnEvaluationForm.IEvaluationReviewNotificationRecipientValueProperty

Back to top Generated by DocFX