CfnManagedNotificationConfigurationProps
- class aws_cdk.aws_usernotifications.CfnManagedNotificationConfigurationProps(*, category=None, sub_category=None)
Bases:
objectProperties for defining a
CfnManagedNotificationConfiguration.- Parameters:
category (
Optional[str]) – The category of the ManagedNotificationConfiguration.sub_category (
Optional[str]) – The subCategory of the ManagedNotificationConfiguration.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_usernotifications as usernotifications cfn_managed_notification_configuration_props = usernotifications.CfnManagedNotificationConfigurationProps( category="category", sub_category="subCategory" )
Attributes
- category
The category of the ManagedNotificationConfiguration.
- sub_category
The subCategory of the ManagedNotificationConfiguration.