Subscription¶
Structure Class¶
Subscription
dataclass
¶
A wrapper type for the attributes of an Amazon SNS subscription.
Attributes¶
endpoint
class-attribute
instance-attribute
¶
endpoint: str | None = None
The subscription's endpoint (format depends on the protocol).
protocol
class-attribute
instance-attribute
¶
protocol: str | None = None
The subscription's protocol.
subscription_arn
class-attribute
instance-attribute
¶
subscription_arn: str | None = None
The subscription's ARN.
topic_arn
class-attribute
instance-attribute
¶
topic_arn: str | None = None
The ARN of the subscription's topic.