Class CfnSubscriptionDefinition.SubscriptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnSubscriptionDefinition.SubscriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSubscriptionDefinition.SubscriptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSubscriptionDefinition.SubscriptionProperty
@Stability(Stable)
@Internal
public static final class CfnSubscriptionDefinition.SubscriptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubscriptionDefinition.SubscriptionProperty
An implementation for
CfnSubscriptionDefinition.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.greengrass.CfnSubscriptionDefinition.SubscriptionProperty
CfnSubscriptionDefinition.SubscriptionProperty.Builder, CfnSubscriptionDefinition.SubscriptionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinition.SubscriptionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getId()
A descriptive or arbitrary ID for the subscription.final String
The originator of the message.final String
The MQTT topic used to route the message.final String
The destination of the message.final int
hashCode()
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 theCfnSubscriptionDefinition.SubscriptionProperty.Builder
.
-
-
Method Details
-
getId
Description copied from interface:CfnSubscriptionDefinition.SubscriptionProperty
A descriptive or arbitrary ID for the subscription.This value must be unique within the subscription definition version. Maximum length is 128 characters with pattern
[a-zA-Z0-9:_-]+
.- Specified by:
getId
in interfaceCfnSubscriptionDefinition.SubscriptionProperty
- See Also:
-
getSource
Description copied from interface:CfnSubscriptionDefinition.SubscriptionProperty
The originator of the message.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), orGGShadowService
.- Specified by:
getSource
in interfaceCfnSubscriptionDefinition.SubscriptionProperty
- See Also:
-
getSubject
Description copied from interface:CfnSubscriptionDefinition.SubscriptionProperty
The MQTT topic used to route the message.- Specified by:
getSubject
in interfaceCfnSubscriptionDefinition.SubscriptionProperty
- See Also:
-
getTarget
Description copied from interface:CfnSubscriptionDefinition.SubscriptionProperty
The destination of the message.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), orGGShadowService
.- Specified by:
getTarget
in interfaceCfnSubscriptionDefinition.SubscriptionProperty
- See Also:
-
$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()
-