Interface IFunction
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IFunctionRef
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFunction.Jsii$Default
- All Known Implementing Classes:
Function
,IFunction.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-10-01T17:46:49.586Z")
@Stability(Stable)
public interface IFunction
extends software.amazon.jsii.JsiiSerializable, IResource, IFunctionRef
Represents a CloudFront Function.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFunction
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the function.The name of the function.software.constructs.Node
getNode()
The tree node.Methods inherited from interface software.amazon.awscdk.services.cloudfront.IFunctionRef
getFunctionRef
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctionArn
The ARN of the function. -
getFunctionName
The name of the function. -
getNode
@Stability(Stable) @NotNull software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
-