Show / Hide Table of Contents

Class CfnNotificationPropsMixin.NotificationContentProperty

The content of a notification.

Inheritance
object
CfnNotificationPropsMixin.NotificationContentProperty
Implements
CfnNotificationPropsMixin.INotificationContentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnNotificationPropsMixin.NotificationContentProperty : CfnNotificationPropsMixin.INotificationContentProperty
Syntax (vb)
Public Class CfnNotificationPropsMixin.NotificationContentProperty Implements CfnNotificationPropsMixin.INotificationContentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.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.Mixins.Preview.AWS.Connect.Mixins;

             var notificationContentProperty = new NotificationContentProperty {
                 DeDe = "deDe",
                 EnUs = "enUs",
                 EsEs = "esEs",
                 FrFr = "frFr",
                 IdId = "idId",
                 ItIt = "itIt",
                 JaJp = "jaJp",
                 KoKr = "koKr",
                 PtBr = "ptBr",
                 ZhCn = "zhCn",
                 ZhTw = "zhTw"
             };

Synopsis

Constructors

NotificationContentProperty()

The content of a notification.

Properties

DeDe

Localized notification content.

EnUs

Localized notification content.

EsEs

Localized notification content.

FrFr

Localized notification content.

IdId

Localized notification content.

ItIt

Localized notification content.

JaJp

Localized notification content.

KoKr

Localized notification content.

PtBr

Localized notification content.

ZhCn

Localized notification content.

ZhTw

Localized notification content.

Constructors

NotificationContentProperty()

The content of a notification.

public NotificationContentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.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.Mixins.Preview.AWS.Connect.Mixins;

             var notificationContentProperty = new NotificationContentProperty {
                 DeDe = "deDe",
                 EnUs = "enUs",
                 EsEs = "esEs",
                 FrFr = "frFr",
                 IdId = "idId",
                 ItIt = "itIt",
                 JaJp = "jaJp",
                 KoKr = "koKr",
                 PtBr = "ptBr",
                 ZhCn = "zhCn",
                 ZhTw = "zhTw"
             };

Properties

DeDe

Localized notification content.

public string? DeDe { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-dede

EnUs

Localized notification content.

public string? EnUs { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-enus

EsEs

Localized notification content.

public string? EsEs { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-eses

FrFr

Localized notification content.

public string? FrFr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-frfr

IdId

Localized notification content.

public string? IdId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-idid

ItIt

Localized notification content.

public string? ItIt { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-itit

JaJp

Localized notification content.

public string? JaJp { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-jajp

KoKr

Localized notification content.

public string? KoKr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-kokr

PtBr

Localized notification content.

public string? PtBr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-ptbr

ZhCn

Localized notification content.

public string? ZhCn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-zhcn

ZhTw

Localized notification content.

public string? ZhTw { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-notification-notificationcontent.html#cfn-connect-notification-notificationcontent-zhtw

Implements

CfnNotificationPropsMixin.INotificationContentProperty
Back to top Generated by DocFX