interface CfnManagedNotificationConfigurationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.UserNotifications.CfnManagedNotificationConfigurationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsusernotifications#CfnManagedNotificationConfigurationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.usernotifications.CfnManagedNotificationConfigurationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_usernotifications.CfnManagedNotificationConfigurationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_usernotifications » CfnManagedNotificationConfigurationMixinProps |
Properties for CfnManagedNotificationConfigurationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_usernotifications as usernotifications } from '@aws-cdk/cfn-property-mixins';
const cfnManagedNotificationConfigurationMixinProps: usernotifications.CfnManagedNotificationConfigurationMixinProps = {
category: 'category',
subCategory: 'subCategory',
};
Properties
| Name | Type | Description |
|---|---|---|
| category? | string | The category of the ManagedNotificationConfiguration. |
| sub | string | The subCategory of the ManagedNotificationConfiguration. |
category?
Type:
string
(optional)
The category of the ManagedNotificationConfiguration.
subCategory?
Type:
string
(optional)
The subCategory of the ManagedNotificationConfiguration.

.NET
Go
Java
Python
TypeScript