Class CfnDeviceDefinition.DeviceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnDeviceDefinition.DeviceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeviceDefinition.DeviceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeviceDefinition.DeviceProperty
@Stability(Stable)
@Internal
public static final class CfnDeviceDefinition.DeviceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeviceDefinition.DeviceProperty
An implementation for
CfnDeviceDefinition.DeviceProperty-
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.services.greengrass.CfnDeviceDefinition.DeviceProperty
CfnDeviceDefinition.DeviceProperty.Builder, CfnDeviceDefinition.DeviceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeviceDefinition.DeviceProperty.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 device certificate for the device.final StringgetId()A descriptive or arbitrary ID for the device.final ObjectIndicates whether the device's local shadow is synced with the cloud automatically.final StringThe ARN of the device, which is an AWS IoT device (thing).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 theCfnDeviceDefinition.DeviceProperty.Builder.
-
-
Method Details
-
getCertificateArn
Description copied from interface:CfnDeviceDefinition.DevicePropertyThe Amazon Resource Name (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:
getCertificateArnin interfaceCfnDeviceDefinition.DeviceProperty
-
getId
Description copied from interface:CfnDeviceDefinition.DevicePropertyA 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:
getIdin interfaceCfnDeviceDefinition.DeviceProperty
-
getThingArn
Description copied from interface:CfnDeviceDefinition.DevicePropertyThe ARN of the device, which is an AWS IoT device (thing).- Specified by:
getThingArnin interfaceCfnDeviceDefinition.DeviceProperty
-
getSyncShadow
Description copied from interface:CfnDeviceDefinition.DevicePropertyIndicates whether the device's local shadow is synced with the cloud automatically.- Specified by:
getSyncShadowin interfaceCfnDeviceDefinition.DeviceProperty
-
$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()
-