| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static FlowLog.Builder |
FlowLog.Builder.create(software.constructs.Construct scope,
String id) |
FlowLog.Builder |
FlowLog.Builder.destination(FlowLogDestination destination)
(experimental) Specifies the type of destination to which the flow log data is to be published.
|
FlowLog.Builder |
FlowLog.Builder.flowLogName(String flowLogName)
(experimental) The name of the FlowLog.
|
FlowLog.Builder |
FlowLog.Builder.resourceType(FlowLogResourceType resourceType)
(experimental) The type of resource for which to create the flow log.
|
FlowLog.Builder |
FlowLog.Builder.trafficType(FlowLogTrafficType trafficType)
(experimental) The type of traffic to log.
|
Copyright © 2021. All rights reserved.