Class CfnCoreDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCoreDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCoreDefinitionProps
CfnCoreDefinitionProps-
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.CfnCoreDefinitionProps
CfnCoreDefinitionProps.Builder, CfnCoreDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCoreDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCoreDefinitionProps.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 ObjectThe core definition version to include when the core definition is created.final StringgetName()The name of the core definition.final ObjectgetTags()Application-specific metadata to attach to the core definition.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 theCfnCoreDefinitionProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnCoreDefinitionPropsThe name of the core definition.- Specified by:
getNamein interfaceCfnCoreDefinitionProps- See Also:
-
getInitialVersion
Description copied from interface:CfnCoreDefinitionPropsThe core definition version to include when the core definition is created.Currently, a core definition version can contain only one
core.To associate a core definition version after the core definition is created, create an
AWS::Greengrass::CoreDefinitionVersionresource and specify the ID of this core definition.Returns union: either
IResolvableorCfnCoreDefinition.CoreDefinitionVersionProperty- Specified by:
getInitialVersionin interfaceCfnCoreDefinitionProps- See Also:
-
getTags
Description copied from interface:CfnCoreDefinitionPropsApplication-specific metadata to attach to the core 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
Jsonproperty type is processed as a map of key-value pairs. It uses the following format, which is different from mostTagsimplementations in CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }- Specified by:
getTagsin interfaceCfnCoreDefinitionProps- 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()
-