

# PushNotificationPreferences


The channel membership preferences for push notification.

## Contents


 ** AllowNotifications **   <a name="chimesdk-Type-messaging-chime_PushNotificationPreferences-AllowNotifications"></a>
Enum value that indicates which push notifications to send to the requested member of a channel. `ALL` sends all push notifications, `NONE` sends no push notifications, `FILTERED` sends only filtered push notifications.   
Type: String  
Valid Values: `ALL | NONE | FILTERED`   
Required: Yes

 ** FilterRule **   <a name="chimesdk-Type-messaging-chime_PushNotificationPreferences-FilterRule"></a>
The simple JSON object used to send a subset of a push notification to the requested member.  
Type: String  
Length Constraints: Minimum length of 1.  
Pattern: `[\s\S]*`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/chime-sdk-messaging-2021-05-15/PushNotificationPreferences) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/chime-sdk-messaging-2021-05-15/PushNotificationPreferences) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/chime-sdk-messaging-2021-05-15/PushNotificationPreferences) 