interface FunctionMetadataProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins.CfnFunctionPropsMixin.FunctionMetadataProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscloudfront/mixins#CfnFunctionPropsMixin_FunctionMetadataProperty |
Java | software.amazon.awscdk.mixins.preview.services.cloudfront.mixins.CfnFunctionPropsMixin.FunctionMetadataProperty |
Python | aws_cdk.mixins_preview.aws_cloudfront.mixins.CfnFunctionPropsMixin.FunctionMetadataProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cloudfront » mixins » CfnFunctionPropsMixin » 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 { mixins as cloudfront_mixins } from '@aws-cdk/mixins-preview/aws-cloudfront';
const functionMetadataProperty: cloudfront_mixins.CfnFunctionPropsMixin.FunctionMetadataProperty = {
functionArn: 'functionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| function | string | The 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.

.NET
Go
Java
Python
TypeScript