Class CfnNotificationPropsMixin.NotificationContentProperty
The content of a notification.
Inherited Members
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
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
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
Remarks
EnUs
Localized notification content.
public string? EnUs { get; set; }
Property Value
Remarks
EsEs
Localized notification content.
public string? EsEs { get; set; }
Property Value
Remarks
FrFr
Localized notification content.
public string? FrFr { get; set; }
Property Value
Remarks
IdId
Localized notification content.
public string? IdId { get; set; }
Property Value
Remarks
ItIt
Localized notification content.
public string? ItIt { get; set; }
Property Value
Remarks
JaJp
Localized notification content.
public string? JaJp { get; set; }
Property Value
Remarks
KoKr
Localized notification content.
public string? KoKr { get; set; }
Property Value
Remarks
PtBr
Localized notification content.
public string? PtBr { get; set; }
Property Value
Remarks
ZhCn
Localized notification content.
public string? ZhCn { get; set; }
Property Value
Remarks
ZhTw
Localized notification content.
public string? ZhTw { get; set; }