Uses of Class
software.amazon.awscdk.services.sns.CfnSubscription.Builder
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of CfnSubscription.Builder in software.amazon.awscdk.services.sns
Modifier and TypeMethodDescriptionstatic CfnSubscription.Builder
CfnSubscription.Builder.deliveryPolicy
(Object deliveryPolicy) The delivery policy JSON assigned to the subscription.The subscription's endpoint.CfnSubscription.Builder.filterPolicy
(Object filterPolicy) The filter policy JSON assigned to the subscription.CfnSubscription.Builder.filterPolicyScope
(String filterPolicyScope) This attribute lets you choose the filtering scope by using one of the following string value types:.The subscription's protocol.CfnSubscription.Builder.rawMessageDelivery
(Boolean rawMessageDelivery) When set totrue
, enables raw message delivery.CfnSubscription.Builder.rawMessageDelivery
(IResolvable rawMessageDelivery) When set totrue
, enables raw message delivery.CfnSubscription.Builder.redrivePolicy
(Object redrivePolicy) When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue.For cross-region subscriptions, the region in which the topic resides.CfnSubscription.Builder.replayPolicy
(Object replayPolicy) Specifies whether Amazon SNS resends the notification to the subscription when a message's attribute changes.CfnSubscription.Builder.subscriptionRoleArn
(String subscriptionRoleArn) This property applies only to Amazon Data Firehose delivery stream subscriptions.The ARN of the topic to subscribe to.