interface NotificationContentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnNotificationPropsMixin.NotificationContentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnNotificationPropsMixin_NotificationContentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnNotificationPropsMixin.NotificationContentProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnNotificationPropsMixin.NotificationContentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » 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 { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const notificationContentProperty: connect.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