AwsSnsSubscriptionPropertiesArgs

data class AwsSnsSubscriptionPropertiesArgs(val endpoint: Output<String>? = null, val owner: Output<String>? = null, val protocol: Output<String>? = null, val subscriptionArn: Output<String>? = null, val topicArn: Output<String>? = null) : ConvertibleToJava<AwsSnsSubscriptionPropertiesArgs>

Definition of awsSnsSubscription

Constructors

Link copied to clipboard
constructor(endpoint: Output<String>? = null, owner: Output<String>? = null, protocol: Output<String>? = null, subscriptionArn: Output<String>? = null, topicArn: Output<String>? = null)

Properties

Link copied to clipboard
val endpoint: Output<String>? = null

The subscription's endpoint (format depends on the protocol).

Link copied to clipboard
val owner: Output<String>? = null

The subscription's owner.

Link copied to clipboard
val protocol: Output<String>? = null

The subscription's protocol.

Link copied to clipboard
val subscriptionArn: Output<String>? = null

The subscription's ARN.

Link copied to clipboard
val topicArn: Output<String>? = null

The ARN of the subscription's topic.

Functions

Link copied to clipboard
open override fun toJava(): AwsSnsSubscriptionPropertiesArgs