| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowLogProps
Properties of a VPC Flow Log.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowLogOptions.Jsii$Proxy
An implementation for
FlowLogOptions |
static class |
FlowLogProps.Jsii$Proxy
An implementation for
FlowLogProps |
| Modifier and Type | Method and Description |
|---|---|
FlowLogOptions |
FlowLogOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,FlowLogOptions> |
VpcProps.getFlowLogs()
Flow logs to add to this VPC.
|
Map<String,FlowLogOptions> |
VpcProps.Jsii$Proxy.getFlowLogs() |
| Modifier and Type | Method and Description |
|---|---|
FlowLog |
IVpc.addFlowLog(String id,
FlowLogOptions options)
Adds a new Flow Log to this VPC.
|
FlowLog |
IVpc.Jsii$Proxy.addFlowLog(String id,
FlowLogOptions options)
Adds a new Flow Log to this VPC.
|
default FlowLog |
IVpc.Jsii$Default.addFlowLog(String id,
FlowLogOptions options)
Adds a new Flow Log to this VPC.
|
FlowLog |
Vpc.addFlowLog(String id,
FlowLogOptions options)
Adds a new flow log to this VPC.
|
| Modifier and Type | Method and Description |
|---|---|
VpcProps.Builder |
VpcProps.Builder.flowLogs(Map<String,? extends FlowLogOptions> flowLogs)
Sets the value of
VpcProps.getFlowLogs() |
Vpc.Builder |
Vpc.Builder.flowLogs(Map<String,? extends FlowLogOptions> flowLogs)
Flow logs to add to this VPC.
|
Copyright © 2022. All rights reserved.