Interface IFunction
Represents a CloudFront Function.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFunction : IResource
Syntax (vb)
Public Interface IFunction
Inherits IResource, IConstruct, IDependable
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
System.String
Remarks
Attribute: true
FunctionName
The name of the function.
string FunctionName { get; }
Property Value
System.String
Remarks
Attribute: true