| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogDestinationType |
FlowLogDestinationConfig.getLogDestinationType()
The type of destination to publish the flow logs to.
|
FlowLogDestinationType |
FlowLogDestinationConfig.Jsii$Proxy.getLogDestinationType() |
static FlowLogDestinationType |
FlowLogDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowLogDestinationType[] |
FlowLogDestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogDestinationConfig.Builder |
FlowLogDestinationConfig.Builder.logDestinationType(FlowLogDestinationType logDestinationType)
Sets the value of
FlowLogDestinationConfig.getLogDestinationType() |
Copyright © 2022. All rights reserved.