interface FunctionDefinitionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Greengrass.FunctionDefinitionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrass#FunctionDefinitionReference |
![]() | software.amazon.awscdk.services.greengrass.FunctionDefinitionReference |
![]() | aws_cdk.aws_greengrass.FunctionDefinitionReference |
![]() | aws-cdk-lib » aws_greengrass » FunctionDefinitionReference |
A reference to a FunctionDefinition 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 functionDefinitionReference: greengrass.FunctionDefinitionReference = {
functionDefinitionArn: 'functionDefinitionArn',
functionDefinitionId: 'functionDefinitionId',
};
Properties
Name | Type | Description |
---|---|---|
function | string | The ARN of the FunctionDefinition resource. |
function | string | The Id of the FunctionDefinition resource. |
functionDefinitionArn
Type:
string
The ARN of the FunctionDefinition resource.
functionDefinitionId
Type:
string
The Id of the FunctionDefinition resource.