Interface IFunction
Represents a CloudFront Function.
Inherited Members
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
FunctionName
The name of the function.
string FunctionName { get; }
Property Value
Remarks
Attribute: true