GetSubscriptionResult

data class GetSubscriptionResult(val arn: String? = null, val deliveryPolicy: Any? = null, val filterPolicy: Any? = null, val filterPolicyScope: String? = null, val rawMessageDelivery: Boolean? = null, val redrivePolicy: Any? = null, val replayPolicy: Any? = null, val subscriptionRoleArn: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, deliveryPolicy: Any? = null, filterPolicy: Any? = null, filterPolicyScope: String? = null, rawMessageDelivery: Boolean? = null, redrivePolicy: Any? = null, replayPolicy: Any? = null, subscriptionRoleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Arn of the subscription

Link copied to clipboard
val deliveryPolicy: Any? = null

The delivery policy JSON assigned to the subscription. Enables the subscriber to define the message delivery retry strategy in the case of an HTTP/S endpoint subscribed to the topic. Search the CloudFormation User Guide for AWS::SNS::Subscription for more information about the expected schema for this property.

Link copied to clipboard
val filterPolicy: Any? = null

The filter policy JSON assigned to the subscription. Enables the subscriber to filter out unwanted messages. Search the CloudFormation User Guide for AWS::SNS::Subscription for more information about the expected schema for this property.

Link copied to clipboard

This attribute lets you choose the filtering scope by using one of the following string value types: MessageAttributes (default) and MessageBody.

Link copied to clipboard

When set to true, enables raw message delivery. Raw messages don't contain any JSON formatting and can be sent to Amazon SQS and HTTP/S endpoints.

Link copied to clipboard
val redrivePolicy: Any? = null

When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors are held in the dead-letter queue for further analysis or reprocessing. Search the CloudFormation User Guide for AWS::SNS::Subscription for more information about the expected schema for this property.

Link copied to clipboard
val replayPolicy: Any? = null

Specifies whether Amazon SNS resends the notification to the subscription when a message's attribute changes. Search the CloudFormation User Guide for AWS::SNS::Subscription for more information about the expected schema for this property.

Link copied to clipboard

This property applies only to Amazon Data Firehose delivery stream subscriptions.