| Package | Description |
|---|---|
| software.amazon.awscdk.services.greengrassv2 |
AWS::GreengrassV2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentVersion.Builder |
CfnComponentVersion.Builder.create(software.constructs.Construct scope,
String id) |
CfnComponentVersion.Builder |
CfnComponentVersion.Builder.inlineRecipe(String inlineRecipe)
The recipe to use to create the component.
|
CfnComponentVersion.Builder |
CfnComponentVersion.Builder.lambdaFunction(CfnComponentVersion.LambdaFunctionRecipeSourceProperty lambdaFunction)
The parameters to create a component from a Lambda function.
|
CfnComponentVersion.Builder |
CfnComponentVersion.Builder.lambdaFunction(IResolvable lambdaFunction)
The parameters to create a component from a Lambda function.
|
CfnComponentVersion.Builder |
CfnComponentVersion.Builder.tags(Map<String,String> tags)
Application-specific metadata to attach to the component version.
|
Copyright © 2022. All rights reserved.