Class CfnTopic.SubscriptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.CfnTopic.SubscriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.SubscriptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.SubscriptionProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.SubscriptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.SubscriptionProperty
An implementation for
CfnTopic.SubscriptionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sns.CfnTopic.SubscriptionProperty
CfnTopic.SubscriptionProperty.Builder, CfnTopic.SubscriptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopic.SubscriptionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopic.SubscriptionProperty.Builder
.
-
-
Method Details
-
getEndpoint
Description copied from interface:CfnTopic.SubscriptionProperty
The endpoint that receives notifications from the Amazon SNS topic.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 .- Specified by:
getEndpoint
in interfaceCfnTopic.SubscriptionProperty
-
getProtocol
Description copied from interface:CfnTopic.SubscriptionProperty
The subscription's protocol.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 .- Specified by:
getProtocol
in interfaceCfnTopic.SubscriptionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-