Class CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty
An implementation for
CfnResourceDefinitionVersionPropsMixin.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.cfnpropertymixins.services.greengrass.CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty
CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty.Builder, CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersionPropsMixin.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
protected Jsii$Proxy(CfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnResourceDefinitionVersionPropsMixin.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 interfaceCfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty- See Also:
-
getName
Description copied from interface:CfnResourceDefinitionVersionPropsMixin.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 interfaceCfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty- See Also:
-
getResourceDataContainer
Description copied from interface:CfnResourceDefinitionVersionPropsMixin.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.Returns union: either
IResolvableorCfnResourceDefinitionVersionPropsMixin.ResourceDataContainerProperty- Specified by:
getResourceDataContainerin interfaceCfnResourceDefinitionVersionPropsMixin.ResourceInstanceProperty- See Also:
-
$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()
-