interface FunctionDefinitionVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Greengrass.FunctionDefinitionVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrass#FunctionDefinitionVersionReference |
![]() | software.amazon.awscdk.services.greengrass.FunctionDefinitionVersionReference |
![]() | aws_cdk.aws_greengrass.FunctionDefinitionVersionReference |
![]() | 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.