Uses of Class
software.amazon.awscdk.services.ec2.FlowLog
Packages that use FlowLog
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of FlowLog in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return FlowLogModifier and TypeMethodDescriptionIVpc.addFlowLog(String id) Adds a new Flow Log to this VPC.IVpc.addFlowLog(String id, FlowLogOptions options) Adds a new Flow Log to this VPC.default FlowLogIVpc.Jsii$Default.addFlowLog(String id, FlowLogOptions options) Adds a new Flow Log to this VPC.final FlowLogIVpc.Jsii$Proxy.addFlowLog(String id) Adds a new Flow Log to this VPC.final FlowLogIVpc.Jsii$Proxy.addFlowLog(String id, FlowLogOptions options) Adds a new Flow Log to this VPC.Vpc.addFlowLog(String id) Adds a new flow log to this VPC.Vpc.addFlowLog(String id, FlowLogOptions options) Adds a new flow log to this VPC.FlowLog.Builder.build()Methods in software.amazon.awscdk.services.ec2 with parameters of type FlowLogModifier and TypeMethodDescriptionabstract FlowLogDestinationConfigGenerates a flow log destination configuration. -
Uses of FlowLog in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return FlowLogModifier and TypeMethodDescriptiondefault FlowLogIVpcV2.Jsii$Default.addFlowLog(String id, FlowLogOptions options) Adds a new Flow Log to this VPC.final FlowLogIVpcV2.Jsii$Proxy.addFlowLog(String id) Adds a new Flow Log to this VPC.final FlowLogIVpcV2.Jsii$Proxy.addFlowLog(String id, FlowLogOptions options) Adds a new Flow Log to this VPC.VpcV2Base.addFlowLog(String id) (experimental) Adds a new flow log to this VPC.VpcV2Base.addFlowLog(String id, FlowLogOptions options) (experimental) Adds a new flow log to this VPC.