Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnFlowLogPropsMixin.Builder
Packages that use CfnFlowLogPropsMixin.Builder
-
Uses of CfnFlowLogPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnFlowLogPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnFlowLogPropsMixin.BuilderCfnFlowLogPropsMixin.Builder.create()static CfnFlowLogPropsMixin.BuilderCfnFlowLogPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFlowLogPropsMixin.Builder.deliverCrossAccountRole(String deliverCrossAccountRole) The ARN of the IAM role that allows the service to publish flow logs across accounts.CfnFlowLogPropsMixin.Builder.deliverLogsPermissionArn(String deliverLogsPermissionArn) The ARN of the IAM role that allows Amazon EC2 to publish flow logs to the log destination.CfnFlowLogPropsMixin.Builder.deliverLogsPermissionArn(IRoleRef deliverLogsPermissionArn) The ARN of the IAM role that allows Amazon EC2 to publish flow logs to the log destination.CfnFlowLogPropsMixin.Builder.destinationOptions(Object destinationOptions) The destination options.CfnFlowLogPropsMixin.Builder.logDestination(String logDestination) The destination for the flow log data.CfnFlowLogPropsMixin.Builder.logDestination(ILogGroupRef logDestination) The destination for the flow log data.CfnFlowLogPropsMixin.Builder.logDestination(IBucketRef logDestination) The destination for the flow log data.CfnFlowLogPropsMixin.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.CfnFlowLogPropsMixin.Builder.logGroupName(String logGroupName) The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.CfnFlowLogPropsMixin.Builder.logGroupName(ILogGroupRef logGroupName) The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.CfnFlowLogPropsMixin.Builder.maxAggregationInterval(Number maxAggregationInterval) The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.CfnFlowLogPropsMixin.Builder.resourceId(String resourceId) The ID of the resource to monitor.CfnFlowLogPropsMixin.Builder.resourceId(ISubnetRef resourceId) The ID of the resource to monitor.CfnFlowLogPropsMixin.Builder.resourceId(ITransitGatewayRef resourceId) The ID of the resource to monitor.CfnFlowLogPropsMixin.Builder.resourceId(IVPCRef resourceId) The ID of the resource to monitor.CfnFlowLogPropsMixin.Builder.resourceType(String resourceType) The type of resource to monitor.The tags to apply to the flow logs.CfnFlowLogPropsMixin.Builder.trafficType(String trafficType) The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).