Class CfnResourceDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnResourceDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionProps
An implementation for
CfnResourceDefinitionProps
-
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.CfnResourceDefinitionProps
CfnResourceDefinitionProps.Builder, CfnResourceDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionProps.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 Object
The resource definition version to include when the resource definition is created.final String
getName()
The name of the resource definition.final Object
getTags()
Application-specific metadata to attach to the resource definition.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 theCfnResourceDefinitionProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnResourceDefinitionProps
The name of the resource definition.- Specified by:
getName
in interfaceCfnResourceDefinitionProps
- See Also:
-
getInitialVersion
Description copied from interface:CfnResourceDefinitionProps
The resource definition version to include when the resource definition is created.A resource definition version contains a list of
resource instance
property types.To associate a resource definition version after the resource definition is created, create an
AWS::Greengrass::ResourceDefinitionVersion
resource and specify the ID of this resource definition.- Specified by:
getInitialVersion
in interfaceCfnResourceDefinitionProps
- See Also:
-
getTags
Description copied from interface:CfnResourceDefinitionProps
Application-specific metadata to attach to the resource definition.You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .
This
Json
property type is processed as a map of key-value pairs. It uses the following format, which is different from mostTags
implementations in AWS CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }
- Specified by:
getTags
in interfaceCfnResourceDefinitionProps
- 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()
-