Class CfnResourceDefinitionVersion.ResourceInstanceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.ResourceInstanceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinitionVersion.ResourceInstanceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceDefinitionVersion.ResourceInstanceProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionVersion.ResourceInstanceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionVersion.ResourceInstanceProperty
An implementation for
CfnResourceDefinitionVersion.ResourceInstanceProperty-
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.CfnResourceDefinitionVersion.ResourceInstanceProperty
CfnResourceDefinitionVersion.ResourceInstanceProperty.Builder, CfnResourceDefinitionVersion.ResourceInstanceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersion.ResourceInstanceProperty.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 StringgetId()A descriptive or arbitrary ID for the resource.final StringgetName()The descriptive resource name, which is displayed on the AWS IoT Greengrass console.final ObjectA container for resource data.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 theCfnResourceDefinitionVersion.ResourceInstanceProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnResourceDefinitionVersion.ResourceInstancePropertyA descriptive or arbitrary ID for the resource.This value must be unique within the resource definition version. Maximum length is 128 characters with pattern
[a-zA-Z0-9:_-]+.- Specified by:
getIdin interfaceCfnResourceDefinitionVersion.ResourceInstanceProperty
-
getName
Description copied from interface:CfnResourceDefinitionVersion.ResourceInstancePropertyThe descriptive resource name, which is displayed on the AWS IoT Greengrass console.Maximum length 128 characters with pattern [a-zA-Z0-9:_-]+. This must be unique within a Greengrass group.
- Specified by:
getNamein interfaceCfnResourceDefinitionVersion.ResourceInstanceProperty
-
getResourceDataContainer
Description copied from interface:CfnResourceDefinitionVersion.ResourceInstancePropertyA container for resource data.The container takes only one of the following supported resource data types:
LocalDeviceResourceData,LocalVolumeResourceData,SageMakerMachineLearningModelResourceData,S3MachineLearningModelResourceData, orSecretsManagerSecretResourceData.Only one resource type can be defined for a
ResourceDataContainerinstance.- Specified by:
getResourceDataContainerin interfaceCfnResourceDefinitionVersion.ResourceInstanceProperty
-
$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()
-