| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default FlowLogTrafficType |
FlowLogOptions.getTrafficType()
The type of traffic to log.
|
FlowLogTrafficType |
FlowLogOptions.Jsii$Proxy.getTrafficType() |
FlowLogTrafficType |
FlowLogProps.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 |
|---|---|
FlowLogOptions.Builder |
FlowLogOptions.Builder.trafficType(FlowLogTrafficType trafficType)
Sets the value of
FlowLogOptions.getTrafficType() |
FlowLogProps.Builder |
FlowLogProps.Builder.trafficType(FlowLogTrafficType trafficType)
Sets the value of
FlowLogOptions.getTrafficType() |
FlowLog.Builder |
FlowLog.Builder.trafficType(FlowLogTrafficType trafficType)
The type of traffic to log.
|
Copyright © 2022. All rights reserved.