Interface IFlowLog
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IFlowLogRef
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFlowLog.Jsii$Default
- All Known Implementing Classes:
FlowLog
,IFlowLog.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-10-14T12:28:09.662Z")
@Stability(Stable)
public interface IFlowLog
extends software.amazon.jsii.JsiiSerializable, IResource, IFlowLogRef
A FlowLog.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFlowLog
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe Id of the VPC Flow Log.software.constructs.Node
getNode()
The tree node.Methods inherited from interface software.amazon.awscdk.services.ec2.IFlowLogRef
getFlowLogRef
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowLogId
The Id of the VPC Flow Log. -
getNode
@Stability(Stable) @NotNull software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
-