CfnManagedNotificationConfigurationMixinProps
- class aws_cdk.cfn_property_mixins.aws_usernotifications.CfnManagedNotificationConfigurationMixinProps(*, category=None, sub_category=None)
Bases:
objectProperties for CfnManagedNotificationConfigurationPropsMixin.
- 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.cfn_property_mixins import aws_usernotifications as usernotifications cfn_managed_notification_configuration_mixin_props = usernotifications.CfnManagedNotificationConfigurationMixinProps( category="category", sub_category="subCategory" )
Attributes
- category
The category of the ManagedNotificationConfiguration.
- sub_category
The subCategory of the ManagedNotificationConfiguration.