Class CfnDeviceDefinitionVersion.DeviceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnDeviceDefinitionVersion.DeviceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeviceDefinitionVersion.DeviceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeviceDefinitionVersion.DeviceProperty
@Stability(Stable)
@Internal
public static final class CfnDeviceDefinitionVersion.DeviceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeviceDefinitionVersion.DeviceProperty
An implementation for
CfnDeviceDefinitionVersion.DeviceProperty
-
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.CfnDeviceDefinitionVersion.DeviceProperty
CfnDeviceDefinitionVersion.DeviceProperty.Builder, CfnDeviceDefinitionVersion.DeviceProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeviceDefinitionVersion.DeviceProperty.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 device.final String
getId()
A descriptive or arbitrary ID for the device.final Object
Indicates whether the device's local shadow is synced with the cloud automatically.final String
The Amazon Resource Name (ARN) of the device, 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 theCfnDeviceDefinitionVersion.DeviceProperty.Builder
.
-
-
Method Details
-
getCertificateArn
Description copied from interface:CfnDeviceDefinitionVersion.DeviceProperty
The ARN of the device certificate for the device.This X.509 certificate is used to authenticate the device with AWS IoT and AWS IoT Greengrass services.
- Specified by:
getCertificateArn
in interfaceCfnDeviceDefinitionVersion.DeviceProperty
- See Also:
-
getId
Description copied from interface:CfnDeviceDefinitionVersion.DeviceProperty
A descriptive or arbitrary ID for the device.This value must be unique within the device definition version. Maximum length is 128 characters with pattern
[a-zA-Z0-9:_-]+
.- Specified by:
getId
in interfaceCfnDeviceDefinitionVersion.DeviceProperty
- See Also:
-
getThingArn
Description copied from interface:CfnDeviceDefinitionVersion.DeviceProperty
The Amazon Resource Name (ARN) of the device, which is an AWS IoT device (thing).- Specified by:
getThingArn
in interfaceCfnDeviceDefinitionVersion.DeviceProperty
- See Also:
-
getSyncShadow
Description copied from interface:CfnDeviceDefinitionVersion.DeviceProperty
Indicates whether the device's local shadow is synced with the cloud automatically.- Specified by:
getSyncShadow
in interfaceCfnDeviceDefinitionVersion.DeviceProperty
- See Also:
-
$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()
-