public static final class CfnResourceDefinition.ResourceInstanceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceDefinition.ResourceInstanceProperty
CfnResourceDefinition.ResourceInstanceProperty
CfnResourceDefinition.ResourceInstanceProperty.Builder, CfnResourceDefinition.ResourceInstanceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
A descriptive or arbitrary ID for the resource.
|
java.lang.String |
getName()
The descriptive resource name, which is displayed on the AWS IoT Greengrass console.
|
java.lang.Object |
getResourceDataContainer()
A container for resource data.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getId()
CfnResourceDefinition.ResourceInstanceProperty
This value must be unique within the resource definition version. Maximum length is 128 characters with pattern [a-zA-Z0-9:_-]+
.
getId
in interface CfnResourceDefinition.ResourceInstanceProperty
public final java.lang.String getName()
CfnResourceDefinition.ResourceInstanceProperty
Maximum length 128 characters with pattern [a-zA-Z0-9:_-]+. This must be unique within a Greengrass group.
getName
in interface CfnResourceDefinition.ResourceInstanceProperty
public final java.lang.Object getResourceDataContainer()
CfnResourceDefinition.ResourceInstanceProperty
The container takes only one of the following supported resource data types: LocalDeviceResourceData
, LocalVolumeResourceData
, SageMakerMachineLearningModelResourceData
, S3MachineLearningModelResourceData
, or SecretsManagerSecretResourceData
.
Only one resource type can be defined for a
ResourceDataContainer
instance.
getResourceDataContainer
in interface CfnResourceDefinition.ResourceInstanceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()