interface NotificationContentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnNotificationPropsMixin.NotificationContentProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnNotificationPropsMixin_NotificationContentProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnNotificationPropsMixin.NotificationContentProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnNotificationPropsMixin.NotificationContentProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnNotificationPropsMixin » NotificationContentProperty |
The content of a notification.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const notificationContentProperty: connect_mixins.CfnNotificationPropsMixin.NotificationContentProperty = {
deDe: 'deDe',
enUs: 'enUs',
esEs: 'esEs',
frFr: 'frFr',
idId: 'idId',
itIt: 'itIt',
jaJp: 'jaJp',
koKr: 'koKr',
ptBr: 'ptBr',
zhCn: 'zhCn',
zhTw: 'zhTw',
};
Properties
| Name | Type | Description |
|---|---|---|
| de | string | Localized notification content. |
| en | string | Localized notification content. |
| es | string | Localized notification content. |
| fr | string | Localized notification content. |
| id | string | Localized notification content. |
| it | string | Localized notification content. |
| ja | string | Localized notification content. |
| ko | string | Localized notification content. |
| pt | string | Localized notification content. |
| zh | string | Localized notification content. |
| zh | string | Localized notification content. |
deDe?
Type:
string
(optional)
Localized notification content.
enUs?
Type:
string
(optional)
Localized notification content.
esEs?
Type:
string
(optional)
Localized notification content.
frFr?
Type:
string
(optional)
Localized notification content.
idId?
Type:
string
(optional)
Localized notification content.
itIt?
Type:
string
(optional)
Localized notification content.
jaJp?
Type:
string
(optional)
Localized notification content.
koKr?
Type:
string
(optional)
Localized notification content.
ptBr?
Type:
string
(optional)
Localized notification content.
zhCn?
Type:
string
(optional)
Localized notification content.
zhTw?
Type:
string
(optional)
Localized notification content.

.NET
Go
Java
Python
TypeScript