aws-cdk-lib.aws_cloudfront.CfnFunction.FunctionMetadataProperty

interface FunctionMetadataProperty

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.CfnFunction.FunctionMetadataProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnFunction_FunctionMetadataProperty
Javasoftware.amazon.awscdk.services.cloudfront.CfnFunction.FunctionMetadataProperty
Pythonaws_cdk.aws_cloudfront.CfnFunction.FunctionMetadataProperty
TypeScript aws-cdk-lib » aws_cloudfront » CfnFunction » FunctionMetadataProperty

Contains metadata about a CloudFront function.

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 functionMetadataProperty: cloudfront.CfnFunction.FunctionMetadataProperty = {
  functionArn: 'functionArn',
};

Properties

NameTypeDescription
functionArn?stringThe Amazon Resource Name (ARN) of the function.

functionArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the function.

The ARN uniquely identifies the function.