| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowLog.Builder |
CfnFlowLog.Builder.create(software.constructs.Construct scope,
String id) |
CfnFlowLog.Builder |
CfnFlowLog.Builder.deliverLogsPermissionArn(String deliverLogsPermissionArn)
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.destinationOptions(Object destinationOptions)
The destination options.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.logDestination(String logDestination)
The destination to which the flow log data is to be published.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.logDestinationType(String logDestinationType)
The type of destination to which the flow log data is to be published.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.logFormat(String logFormat)
The fields to include in the flow log record, in the order in which they should appear.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.logGroupName(String logGroupName)
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.maxAggregationInterval(Number maxAggregationInterval)
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.resourceId(String resourceId)
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.resourceType(String resourceType)
The type of resource for which to create the flow log.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.tags(List<? extends CfnTag> tags)
The tags to apply to the flow logs.
|
CfnFlowLog.Builder |
CfnFlowLog.Builder.trafficType(String trafficType)
The type of traffic to log.
|
Copyright © 2022. All rights reserved.