See: Description
| Interface | Description |
|---|---|
| CfnComponentVersion.ComponentDependencyRequirementProperty |
Contains information about a component dependency for a Lambda function component.
|
| CfnComponentVersion.ComponentPlatformProperty |
Contains information about a platform that a component supports.
|
| CfnComponentVersion.LambdaContainerParamsProperty |
Contains information about a container in which AWS Lambda functions run on Greengrass core devices.
|
| CfnComponentVersion.LambdaDeviceMountProperty |
Contains information about a device that Linux processes in a container can access.
|
| CfnComponentVersion.LambdaEventSourceProperty |
Contains information about an event source for an AWS Lambda function.
|
| CfnComponentVersion.LambdaExecutionParametersProperty |
Contains parameters for a Lambda function that runs on AWS IoT Greengrass .
|
| CfnComponentVersion.LambdaFunctionRecipeSourceProperty |
Contains information about an AWS Lambda function to import to create a component.
|
| CfnComponentVersion.LambdaLinuxProcessParamsProperty |
Contains parameters for a Linux process that contains an AWS Lambda function.
|
| CfnComponentVersion.LambdaVolumeMountProperty |
Contains information about a volume that Linux processes in a container can access.
|
| CfnComponentVersionProps |
Properties for defining a `CfnComponentVersion`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.greengrassv2.*;
The construct library for this service is in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
@aws-cdk/aws-greengrassv2-alpha
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::GreengrassV2.
(Read the CDK Contributing Guide if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.