| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FlowLog |
Vpc.addFlowLog(String id)
(experimental) Adds a new flow log to this VPC.
|
FlowLog |
IVpc.addFlowLog(String id)
(experimental) Adds a new Flow Log to this VPC.
|
FlowLog |
IVpc.Jsii$Proxy.addFlowLog(String id)
(experimental) Adds a new Flow Log to this VPC.
|
FlowLog |
Vpc.addFlowLog(String id,
FlowLogOptions options)
(experimental) Adds a new flow log to this VPC.
|
FlowLog |
IVpc.addFlowLog(String id,
FlowLogOptions options)
(experimental) Adds a new Flow Log to this VPC.
|
FlowLog |
IVpc.Jsii$Proxy.addFlowLog(String id,
FlowLogOptions options)
(experimental) Adds a new Flow Log to this VPC.
|
default FlowLog |
IVpc.Jsii$Default.addFlowLog(String id,
FlowLogOptions options)
(experimental) Adds a new Flow Log to this VPC.
|
FlowLog |
FlowLog.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract FlowLogDestinationConfig |
FlowLogDestination.bind(software.constructs.Construct scope,
FlowLog flowLog)
(experimental) Generates a flow log destination configuration.
|
Copyright © 2021. All rights reserved.