Class CfnSubscriptionDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnSubscriptionDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnSubscriptionDefinitionProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSubscriptionDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnSubscriptionDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubscriptionDefinitionProps
An implementation for 
CfnSubscriptionDefinitionProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnSubscriptionDefinitionPropsCfnSubscriptionDefinitionProps.Builder, CfnSubscriptionDefinitionProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinitionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinitionProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnSubscriptionDefinitionPropsThe name of the subscription definition.- Specified by:
- getNamein interface- CfnSubscriptionDefinitionProps
 
- 
getInitialVersionDescription copied from interface:CfnSubscriptionDefinitionPropsThe 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.- Specified by:
- getInitialVersionin interface- CfnSubscriptionDefinitionProps
 
- 
getTagsDescription copied from interface:CfnSubscriptionDefinitionPropsApplication-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 AWS CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }- Specified by:
- getTagsin interface- CfnSubscriptionDefinitionProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-