interface FunctionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.FunctionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#FunctionReference |
![]() | software.amazon.awscdk.services.cloudfront.FunctionReference |
![]() | aws_cdk.aws_cloudfront.FunctionReference |
![]() | aws-cdk-lib » aws_cloudfront » FunctionReference |
A reference to a Function resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const functionReference: cloudfront.FunctionReference = {
functionArn: 'functionArn',
};
Properties
Name | Type | Description |
---|---|---|
function | string | The FunctionARN of the Function resource. |
functionArn
Type:
string
The FunctionARN of the Function resource.