| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogTrafficType |
FlowLogProps.Jsii$Proxy.getTrafficType() |
default FlowLogTrafficType |
FlowLogOptions.getTrafficType()
(experimental) The type of traffic to log.
|
FlowLogTrafficType |
FlowLogOptions.Jsii$Proxy.getTrafficType() |
static FlowLogTrafficType |
FlowLogTrafficType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowLogTrafficType[] |
FlowLogTrafficType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogProps.Builder |
FlowLogProps.Builder.trafficType(FlowLogTrafficType trafficType)
Sets the value of
FlowLogOptions.getTrafficType() |
FlowLogOptions.Builder |
FlowLogOptions.Builder.trafficType(FlowLogTrafficType trafficType)
Sets the value of
FlowLogOptions.getTrafficType() |
FlowLog.Builder |
FlowLog.Builder.trafficType(FlowLogTrafficType trafficType)
(experimental) The type of traffic to log.
|
| Constructor and Description |
|---|
Jsii$Proxy(FlowLogDestination destination,
FlowLogTrafficType trafficType)
Constructor that initializes the object based on literal property values passed by the
FlowLogOptions.Builder. |
Jsii$Proxy(FlowLogResourceType resourceType,
String flowLogName,
FlowLogDestination destination,
FlowLogTrafficType trafficType)
Constructor that initializes the object based on literal property values passed by the
FlowLogProps.Builder. |
Copyright © 2021. All rights reserved.