| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowLogProps
(experimental) 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()
(experimental) Flow logs to add to this VPC.
|
Map<String,FlowLogOptions> |
VpcProps.Jsii$Proxy.getFlowLogs() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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)
(experimental) Flow logs to add to this VPC.
|
| Constructor and Description |
|---|
Jsii$Proxy(String cidr,
DefaultInstanceTenancy defaultInstanceTenancy,
Boolean enableDnsHostnames,
Boolean enableDnsSupport,
Map<String,? extends FlowLogOptions> flowLogs,
Map<String,? extends GatewayVpcEndpointOptions> gatewayEndpoints,
Number maxAzs,
NatProvider natGatewayProvider,
Number natGateways,
SubnetSelection natGatewaySubnets,
List<? extends SubnetConfiguration> subnetConfiguration,
Map<String,? extends VpnConnectionOptions> vpnConnections,
Boolean vpnGateway,
Number vpnGatewayAsn,
List<? extends SubnetSelection> vpnRoutePropagation)
Constructor that initializes the object based on literal property values passed by the
VpcProps.Builder. |
Copyright © 2021. All rights reserved.