Class CfnSubscriptionDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSubscriptionDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSubscriptionDefinitionMixinProps
CfnSubscriptionDefinitionMixinProps-
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.CfnSubscriptionDefinitionMixinProps
CfnSubscriptionDefinitionMixinProps.Builder, CfnSubscriptionDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinitionMixinProps.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 ObjectThe subscription definition version to include when the subscription definition is created.final StringgetName()The name of the subscription definition.final ObjectgetTags()Application-specific metadata to attach to the subscription definition.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 theCfnSubscriptionDefinitionMixinProps.Builder.
-
-
Method Details
-
getInitialVersion
Description copied from interface:CfnSubscriptionDefinitionMixinPropsThe subscription definition version to include when the subscription definition is created.A subscription definition version contains a list of
subscriptionproperty types.To associate a subscription definition version after the subscription definition is created, create an
AWS::Greengrass::SubscriptionDefinitionVersionresource and specify the ID of this subscription definition.Returns union: either
IResolvableorCfnSubscriptionDefinitionPropsMixin.SubscriptionDefinitionVersionProperty- Specified by:
getInitialVersionin interfaceCfnSubscriptionDefinitionMixinProps- See Also:
-
getName
Description copied from interface:CfnSubscriptionDefinitionMixinPropsThe name of the subscription definition.- Specified by:
getNamein interfaceCfnSubscriptionDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnSubscriptionDefinitionMixinPropsApplication-specific metadata to attach to the subscription definition.You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .
This
Jsonproperty type is processed as a map of key-value pairs. It uses the following format, which is different from mostTagsimplementations in CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }- Specified by:
getTagsin interfaceCfnSubscriptionDefinitionMixinProps- 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()
-