Show / Hide Table of Contents

Interface CfnFunction.IFunctionMetadataProperty

Contains metadata about a CloudFront function.

Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFunction.IFunctionMetadataProperty
Syntax (vb)
Public Interface CfnFunction.IFunctionMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-function-functionmetadata.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CloudFront;

             var functionMetadataProperty = new FunctionMetadataProperty {
                 FunctionArn = "functionArn"
             };

Synopsis

Properties

FunctionArn

The Amazon Resource Name (ARN) of the function.

Properties

FunctionArn

The Amazon Resource Name (ARN) of the function.

string? FunctionArn { get; }
Property Value

string

Remarks

The ARN uniquely identifies the function.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-function-functionmetadata.html#cfn-cloudfront-function-functionmetadata-functionarn

Back to top Generated by DocFX