public static final class CfnSubscriptionDefinitionVersion.SubscriptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSubscriptionDefinitionVersion.SubscriptionProperty
CfnSubscriptionDefinitionVersion.SubscriptionProperty
CfnSubscriptionDefinitionVersion.SubscriptionProperty.Builder, CfnSubscriptionDefinitionVersion.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 |
getId()
A descriptive or arbitrary ID for the subscription.
|
java.lang.String |
getSource()
The originator of the message.
|
java.lang.String |
getSubject()
The MQTT topic used to route the message.
|
java.lang.String |
getTarget()
The destination of the message.
|
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 getId()
CfnSubscriptionDefinitionVersion.SubscriptionProperty
This value must be unique within the subscription definition version. Maximum length is 128 characters with pattern [a-zA-Z0-9:_-]+
.
getId
in interface CfnSubscriptionDefinitionVersion.SubscriptionProperty
public final java.lang.String getSource()
CfnSubscriptionDefinitionVersion.SubscriptionProperty
The value can be a thing ARN, the ARN of a Lambda function alias (recommended) or version, a connector ARN, cloud
(which represents the AWS IoT cloud), or GGShadowService
.
getSource
in interface CfnSubscriptionDefinitionVersion.SubscriptionProperty
public final java.lang.String getSubject()
CfnSubscriptionDefinitionVersion.SubscriptionProperty
getSubject
in interface CfnSubscriptionDefinitionVersion.SubscriptionProperty
public final java.lang.String getTarget()
CfnSubscriptionDefinitionVersion.SubscriptionProperty
The value can be a thing ARN, the ARN of a Lambda function alias (recommended) or version, a connector ARN, cloud
(which represents the AWS IoT cloud), or GGShadowService
.
getTarget
in interface CfnSubscriptionDefinitionVersion.SubscriptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()