Class CfnComponentVersionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentVersionMixinProps
CfnComponentVersionMixinProps-
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.greengrassv2.CfnComponentVersionMixinProps
CfnComponentVersionMixinProps.Builder, CfnComponentVersionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentVersionMixinProps.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 StringThe recipe to use to create the component.final ObjectThe parameters to create a component from a Lambda function.getTags()Application-specific metadata to attach to the component version.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 theCfnComponentVersionMixinProps.Builder.
-
-
Method Details
-
getInlineRecipe
Description copied from interface:CfnComponentVersionMixinPropsThe recipe to use to create the component.The recipe defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform compatibility.
You must specify either
InlineRecipeorLambdaFunction.- Specified by:
getInlineRecipein interfaceCfnComponentVersionMixinProps- See Also:
-
getLambdaFunction
Description copied from interface:CfnComponentVersionMixinPropsThe parameters to create a component from a Lambda function.You must specify either
InlineRecipeorLambdaFunction.Returns union: either
IResolvableorCfnComponentVersionPropsMixin.LambdaFunctionRecipeSourceProperty- Specified by:
getLambdaFunctionin interfaceCfnComponentVersionMixinProps- See Also:
-
getTags
Description copied from interface:CfnComponentVersionMixinPropsApplication-specific metadata to attach to the component version.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 Tag your AWS IoT Greengrass Version 2 resources in the AWS IoT Greengrass V2 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 interfaceCfnComponentVersionMixinProps- 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()
-