ComponentVersion

class ComponentVersion : KotlinCustomResource

Resource for Greengrass component version.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the component version.

Link copied to clipboard
val componentName: Output<String>

The name of the component.

Link copied to clipboard

The version of the component.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inlineRecipe: Output<String>?

The 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 InlineRecipe or LambdaFunction .

Link copied to clipboard

The parameters to create a component from a Lambda function. You must specify either InlineRecipe or LambdaFunction .

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

Application-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 Json property type is processed as a map of key-value pairs. It uses the following format, which is different from most Tags implementations in AWS CloudFormation templates.

Link copied to clipboard
val urn: Output<String>