Class CfnGroup.GroupVersionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnGroup.GroupVersionProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnGroup.GroupVersionProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGroup.GroupVersionProperty
@Stability(Stable)
@Internal
public static final class CfnGroup.GroupVersionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGroup.GroupVersionProperty
An implementation for 
CfnGroup.GroupVersionProperty- 
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.CfnGroup.GroupVersionPropertyCfnGroup.GroupVersionProperty.Builder, CfnGroup.GroupVersionProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGroup.GroupVersionProperty.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 StringThe Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.final StringThe ARN of the core definition version that contains the core you want to deploy with the group version.final StringThe ARN of the device definition version that contains the devices you want to deploy with the group version.final StringThe ARN of the function definition version that contains the functions you want to deploy with the group version.final StringThe ARN of the logger definition version that contains the loggers you want to deploy with the group version.final StringThe ARN of the resource definition version that contains the resources you want to deploy with the group version.final StringThe ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.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 theCfnGroup.GroupVersionProperty.Builder.
 
- 
- 
Method Details- 
getConnectorDefinitionVersionArnDescription copied from interface:CfnGroup.GroupVersionPropertyThe Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.- Specified by:
- getConnectorDefinitionVersionArnin interface- CfnGroup.GroupVersionProperty
 
- 
getCoreDefinitionVersionArnDescription copied from interface:CfnGroup.GroupVersionPropertyThe ARN of the core definition version that contains the core you want to deploy with the group version.Currently, the core definition version can contain only one core. - Specified by:
- getCoreDefinitionVersionArnin interface- CfnGroup.GroupVersionProperty
 
- 
getDeviceDefinitionVersionArnDescription copied from interface:CfnGroup.GroupVersionPropertyThe ARN of the device definition version that contains the devices you want to deploy with the group version.- Specified by:
- getDeviceDefinitionVersionArnin interface- CfnGroup.GroupVersionProperty
 
- 
getFunctionDefinitionVersionArnDescription copied from interface:CfnGroup.GroupVersionPropertyThe ARN of the function definition version that contains the functions you want to deploy with the group version.- Specified by:
- getFunctionDefinitionVersionArnin interface- CfnGroup.GroupVersionProperty
 
- 
getLoggerDefinitionVersionArnDescription copied from interface:CfnGroup.GroupVersionPropertyThe ARN of the logger definition version that contains the loggers you want to deploy with the group version.- Specified by:
- getLoggerDefinitionVersionArnin interface- CfnGroup.GroupVersionProperty
 
- 
getResourceDefinitionVersionArnDescription copied from interface:CfnGroup.GroupVersionPropertyThe ARN of the resource definition version that contains the resources you want to deploy with the group version.- Specified by:
- getResourceDefinitionVersionArnin interface- CfnGroup.GroupVersionProperty
 
- 
getSubscriptionDefinitionVersionArnDescription copied from interface:CfnGroup.GroupVersionPropertyThe ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.- Specified by:
- getSubscriptionDefinitionVersionArnin interface- CfnGroup.GroupVersionProperty
 
- 
$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()
 
-