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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnSubscriptionDefinition.SubscriptionProperty
CfnSubscriptionDefinition.SubscriptionProperty.Builder, CfnSubscriptionDefinition.SubscriptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinition.SubscriptionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetId()A descriptive or arbitrary ID for the subscription.final StringThe originator of the message.final StringThe MQTT topic used to route the message.final StringThe destination of the message.final inthashCode()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.SubscriptionPropertyA 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:
getIdin interfaceCfnSubscriptionDefinition.SubscriptionProperty- See Also:
-
getSource
Description copied from interface:CfnSubscriptionDefinition.SubscriptionPropertyThe 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:
getSourcein interfaceCfnSubscriptionDefinition.SubscriptionProperty- See Also:
-
getSubject
Description copied from interface:CfnSubscriptionDefinition.SubscriptionPropertyThe MQTT topic used to route the message.- Specified by:
getSubjectin interfaceCfnSubscriptionDefinition.SubscriptionProperty- See Also:
-
getTarget
Description copied from interface:CfnSubscriptionDefinition.SubscriptionPropertyThe 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:
getTargetin interfaceCfnSubscriptionDefinition.SubscriptionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-