Class CfnGroupVersionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnGroupVersionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGroupVersionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGroupVersionMixinProps
@Stability(Stable)
@Internal
public static final class CfnGroupVersionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGroupVersionMixinProps
An implementation for
CfnGroupVersionMixinProps-
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.CfnGroupVersionMixinProps
CfnGroupVersionMixinProps.Builder, CfnGroupVersionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGroupVersionMixinProps.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 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 ID of the group associated with this 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.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 theCfnGroupVersionMixinProps.Builder.
-
-
Method Details
-
getConnectorDefinitionVersionArn
Description copied from interface:CfnGroupVersionMixinPropsThe Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.- Specified by:
getConnectorDefinitionVersionArnin interfaceCfnGroupVersionMixinProps- See Also:
-
getCoreDefinitionVersionArn
Description copied from interface:CfnGroupVersionMixinPropsThe 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 interfaceCfnGroupVersionMixinProps- See Also:
-
getDeviceDefinitionVersionArn
Description copied from interface:CfnGroupVersionMixinPropsThe ARN of the device definition version that contains the devices you want to deploy with the group version.- Specified by:
getDeviceDefinitionVersionArnin interfaceCfnGroupVersionMixinProps- See Also:
-
getFunctionDefinitionVersionArn
Description copied from interface:CfnGroupVersionMixinPropsThe ARN of the function definition version that contains the functions you want to deploy with the group version.- Specified by:
getFunctionDefinitionVersionArnin interfaceCfnGroupVersionMixinProps- See Also:
-
getGroupId
Description copied from interface:CfnGroupVersionMixinPropsThe ID of the group associated with this version.This value is a GUID.
- Specified by:
getGroupIdin interfaceCfnGroupVersionMixinProps- See Also:
-
getLoggerDefinitionVersionArn
Description copied from interface:CfnGroupVersionMixinPropsThe ARN of the logger definition version that contains the loggers you want to deploy with the group version.- Specified by:
getLoggerDefinitionVersionArnin interfaceCfnGroupVersionMixinProps- See Also:
-
getResourceDefinitionVersionArn
Description copied from interface:CfnGroupVersionMixinPropsThe ARN of the resource definition version that contains the resources you want to deploy with the group version.- Specified by:
getResourceDefinitionVersionArnin interfaceCfnGroupVersionMixinProps- See Also:
-
getSubscriptionDefinitionVersionArn
Description copied from interface:CfnGroupVersionMixinPropsThe ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.- Specified by:
getSubscriptionDefinitionVersionArnin interfaceCfnGroupVersionMixinProps- 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()
-