@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.611Z") @Stability(value=Experimental) public interface FlowLogOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FlowLogOptions.Builder
A builder for
FlowLogOptions |
static class |
FlowLogOptions.Jsii$Proxy
An implementation for
FlowLogOptions |
| Modifier and Type | Method and Description |
|---|---|
static FlowLogOptions.Builder |
builder() |
default FlowLogDestination |
getDestination()
(experimental) Specifies the type of destination to which the flow log data is to be published.
|
default FlowLogTrafficType |
getTrafficType()
(experimental) The type of traffic to log.
|
@Stability(value=Experimental) @Nullable default FlowLogDestination getDestination()
Flow log data can be published to CloudWatch Logs or Amazon S3
Default: FlowLogDestinationType.toCloudWatchLogs()
@Stability(value=Experimental) @Nullable default FlowLogTrafficType getTrafficType()
You can log traffic that the resource accepts or rejects, or all traffic.
Default: ALL
@Stability(value=Experimental) static FlowLogOptions.Builder builder()
FlowLogOptions.Builder of FlowLogOptionsCopyright © 2021. All rights reserved.