Show / Hide Table of Contents

Interface IFunction

Represents a CloudFront Function.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IFunctionRef.FunctionRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFunction : IResource, IFunctionRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IFunction Inherits IResource, IFunctionRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

FunctionArn

The ARN of the function.

FunctionName

The name of the function.

Properties

FunctionArn

The ARN of the function.

string FunctionArn { get; }
Property Value

string

Remarks

Attribute: true

FunctionName

The name of the function.

string FunctionName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX