public static final class CfnTopic.SubscriptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopic.SubscriptionProperty
CfnTopic.SubscriptionProperty
CfnTopic.SubscriptionProperty.Builder, CfnTopic.SubscriptionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEndpoint()
The endpoint that receives notifications from the Amazon SNS topic.
|
java.lang.String |
getProtocol()
The subscription's protocol.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEndpoint()
CfnTopic.SubscriptionProperty
The endpoint value depends on the protocol that you specify. For more information, see the Endpoint
parameter of the [Subscribe](https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html)
action in the Amazon SNS API Reference .
getEndpoint
in interface CfnTopic.SubscriptionProperty
public final java.lang.String getProtocol()
CfnTopic.SubscriptionProperty
For more information, see the Protocol
parameter of the [Subscribe](https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html)
action in the Amazon SNS API Reference .
getProtocol
in interface CfnTopic.SubscriptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()