Class CfnCoreDefinitionVersion.CoreProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnCoreDefinitionVersion.CoreProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCoreDefinitionVersion.CoreProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCoreDefinitionVersion.CoreProperty
@Stability(Stable)
@Internal
public static final class CfnCoreDefinitionVersion.CoreProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCoreDefinitionVersion.CoreProperty
An implementation for
CfnCoreDefinitionVersion.CoreProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnCoreDefinitionVersion.CoreProperty
CfnCoreDefinitionVersion.CoreProperty.Builder, CfnCoreDefinitionVersion.CoreProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCoreDefinitionVersion.CoreProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ARN of the device certificate for the core.final String
getId()
A descriptive or arbitrary ID for the core.final Object
Indicates whether the core's local shadow is synced with the cloud automatically.final String
The Amazon Resource Name (ARN) of the core, which is an AWS IoT device (thing).final int
hashCode()
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 theCfnCoreDefinitionVersion.CoreProperty.Builder
.
-
-
Method Details
-
getCertificateArn
Description copied from interface:CfnCoreDefinitionVersion.CoreProperty
The ARN of the device certificate for the core.This X.509 certificate is used to authenticate the core with AWS IoT and AWS IoT Greengrass services.
- Specified by:
getCertificateArn
in interfaceCfnCoreDefinitionVersion.CoreProperty
-
getId
Description copied from interface:CfnCoreDefinitionVersion.CoreProperty
A descriptive or arbitrary ID for the core.This value must be unique within the core definition version. Maximum length is 128 characters with pattern
[a-zA-Z0-9:_-]+
.- Specified by:
getId
in interfaceCfnCoreDefinitionVersion.CoreProperty
-
getThingArn
Description copied from interface:CfnCoreDefinitionVersion.CoreProperty
The Amazon Resource Name (ARN) of the core, which is an AWS IoT device (thing).- Specified by:
getThingArn
in interfaceCfnCoreDefinitionVersion.CoreProperty
-
getSyncShadow
Description copied from interface:CfnCoreDefinitionVersion.CoreProperty
Indicates whether the core's local shadow is synced with the cloud automatically.The default is false.
- Specified by:
getSyncShadow
in interfaceCfnCoreDefinitionVersion.CoreProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-