interface FunctionDefinitionVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Greengrass.FunctionDefinitionVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrass#FunctionDefinitionVersionReference |
Java | software.amazon.awscdk.services.greengrass.FunctionDefinitionVersionReference |
Python | aws_cdk.aws_greengrass.FunctionDefinitionVersionReference |
TypeScript | aws-cdk-lib » aws_greengrass » FunctionDefinitionVersionReference |
A reference to a FunctionDefinitionVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_greengrass as greengrass } from 'aws-cdk-lib';
const functionDefinitionVersionReference: greengrass.FunctionDefinitionVersionReference = {
functionDefinitionVersionId: 'functionDefinitionVersionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| function | string | The Id of the FunctionDefinitionVersion resource. |
functionDefinitionVersionId
Type:
string
The Id of the FunctionDefinitionVersion resource.

.NET
Go
Java
Python
TypeScript