Class CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty
@Stability(Stable)
@Internal
public static final class CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty
An implementation for
CfnSubscriptionDefinitionVersionPropsMixin.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.cfnpropertymixins.services.greengrass.CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty
CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty.Builder, CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinitionVersionPropsMixin.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
protected Jsii$Proxy(CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnSubscriptionDefinitionVersionPropsMixin.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 interfaceCfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty- See Also:
-
getSource
Description copied from interface:CfnSubscriptionDefinitionVersionPropsMixin.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 interfaceCfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty- See Also:
-
getSubject
Description copied from interface:CfnSubscriptionDefinitionVersionPropsMixin.SubscriptionPropertyThe MQTT topic used to route the message.- Specified by:
getSubjectin interfaceCfnSubscriptionDefinitionVersionPropsMixin.SubscriptionProperty- See Also:
-
getTarget
Description copied from interface:CfnSubscriptionDefinitionVersionPropsMixin.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 interfaceCfnSubscriptionDefinitionVersionPropsMixin.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()
-