Uses of Class
software.amazon.awscdk.services.ec2.CfnFlowLog.Builder
-
Uses of CfnFlowLog.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic CfnFlowLog.Builder
CfnFlowLog.Builder.deliverLogsPermissionArn
(String deliverLogsPermissionArn) The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.CfnFlowLog.Builder.destinationOptions
(Object destinationOptions) The destination options.CfnFlowLog.Builder.logDestination
(String logDestination) The destination for the flow log data.CfnFlowLog.Builder.logDestinationType
(String logDestinationType) The type of destination for the flow log data.The fields to include in the flow log record, in the order in which they should appear.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.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.resourceId
(String resourceId) The ID of the resource to monitor.CfnFlowLog.Builder.resourceType
(String resourceType) The type of resource to monitor.The tags to apply to the flow logs.CfnFlowLog.Builder.trafficType
(String trafficType) The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).