| 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)
Specifies the type of destination to which the flow log data is to be published.
|
FlowLog.Builder |
FlowLog.Builder.flowLogName(String flowLogName)
The name of the FlowLog.
|
FlowLog.Builder |
FlowLog.Builder.resourceType(FlowLogResourceType resourceType)
The type of resource for which to create the flow log.
|
FlowLog.Builder |
FlowLog.Builder.trafficType(FlowLogTrafficType trafficType)
The type of traffic to log.
|
Copyright © 2022. All rights reserved.