Uses of Class
software.amazon.awscdk.services.ec2.LogFormat
Packages that use LogFormat
-
Uses of LogFormat in software.amazon.awscdk.services.ec2
Fields in software.amazon.awscdk.services.ec2 declared as LogFormatModifier and TypeFieldDescriptionstatic final LogFormatLogFormat.ACCOUNT_IDThe AWS account ID of the owner of the source network interface for which traffic is recorded.static final LogFormatLogFormat.ACTIONThe action that is associated with the traffic.static final LogFormatLogFormat.ALL_DEFAULT_FIELDSThe default format.static final LogFormatLogFormat.AZ_IDThe ID of the Availability Zone that contains the network interface for which traffic is recorded.static final LogFormatLogFormat.BYTESThe number of bytes transferred during the flow.static final LogFormatLogFormat.DST_ADDRThe destination address for outgoing traffic, or the IPv4 or IPv6 address of the network interface for incoming traffic on the network interface.static final LogFormatLogFormat.DST_PORTThe destination port of the traffic.static final LogFormatLogFormat.ECS_CLUSTER_ARNAWS Resource Name (ARN) of the ECS cluster if the traffic is from a running ECS task.static final LogFormatLogFormat.ECS_CLUSTER_NAMEName of the ECS cluster if the traffic is from a running ECS task.static final LogFormatLogFormat.ECS_CONTAINER_IDDocker runtime ID of the container if the traffic is from a running ECS task.static final LogFormatLogFormat.ECS_CONTAINER_INSTANCE_ARNARN of the ECS container instance if the traffic is from a running ECS task on an EC2 instance.static final LogFormatLogFormat.ECS_CONTAINER_INSTANCE_IDID of the ECS container instance if the traffic is from a running ECS task on an EC2 instance.static final LogFormatLogFormat.ECS_SECOND_CONTAINER_IDDocker runtime ID of the container if the traffic is from a running ECS task.static final LogFormatLogFormat.ECS_SERVICE_NAMEName of the ECS service if the traffic is from a running ECS task and the ECS task is started by an ECS service.static final LogFormatLogFormat.ECS_TASK_ARNARN of the ECS task if the traffic is from a running ECS task.static final LogFormatLogFormat.ECS_TASK_DEFINITION_ARNARN of the ECS task definition if the traffic is from a running ECS task.static final LogFormatLogFormat.ECS_TASK_IDID of the ECS task if the traffic is from a running ECS task.static final LogFormatLogFormat.END_TIMESTAMPThe time, in Unix seconds, when the last packet of the flow was received within the aggregation interval.static final LogFormatLogFormat.FLOW_DIRECTIONThe direction of the flow with respect to the interface where traffic is captured.static final LogFormatLogFormat.INSTANCE_IDThe ID of the instance that's associated with network interface for which the traffic is recorded, if the instance is owned by you.static final LogFormatLogFormat.INTERFACE_IDThe ID of the network interface for which the traffic is recorded.static final LogFormatLogFormat.LOG_STATUSThe logging status of the flow log.static final LogFormatLogFormat.PACKETSThe number of packets transferred during the flow.static final LogFormatLogFormat.PKT_DST_ADDRThe packet-level (original) destination IP address for the traffic.static final LogFormatLogFormat.PKT_DST_AWS_SERVICEThe name of the subset of IP address ranges for the pkt-dstaddr field, if the destination IP address is for an AWS service.static final LogFormatLogFormat.PKT_SRC_ADDRThe packet-level (original) source IP address of the traffic.static final LogFormatLogFormat.PKT_SRC_AWS_SERVICEThe name of the subset of IP address ranges for the pkt-srcaddr field, if the source IP address is for an AWS service.static final LogFormatLogFormat.PROTOCOLThe IANA protocol number of the traffic.static final LogFormatLogFormat.REGIONThe Region that contains the network interface for which traffic is recorded.static final LogFormatLogFormat.SRC_ADDRThe source address for incoming traffic, or the IPv4 or IPv6 address of the network interface for outgoing traffic on the network interface.static final LogFormatLogFormat.SRC_PORTThe source port of the traffic.static final LogFormatLogFormat.START_TIMESTAMPThe time, in Unix seconds, when the first packet of the flow was received within the aggregation interval.static final LogFormatLogFormat.SUBLOCATION_IDThe ID of the sublocation that contains the network interface for which traffic is recorded.static final LogFormatLogFormat.SUBLOCATION_TYPEThe type of sublocation that's returned in the sublocation-id field.static final LogFormatLogFormat.SUBNET_IDThe ID of the subnet that contains the network interface for which the traffic is recorded.static final LogFormatLogFormat.TCP_FLAGSThe bitmask value for TCP flags.static final LogFormatLogFormat.TRAFFIC_PATHThe path that egress traffic takes to the destination.static final LogFormatLogFormat.TRAFFIC_TYPEThe type of traffic.static final LogFormatLogFormat.VERSIONThe VPC Flow Logs version.static final LogFormatLogFormat.VPC_IDThe ID of the VPC that contains the network interface for which the traffic is recorded.Methods in software.amazon.awscdk.services.ec2 that return LogFormatModifier and TypeMethodDescriptionstatic LogFormatA custom format string.static LogFormatA custom field name.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type LogFormatModifier and TypeMethodDescriptionFlowLogOptions.getLogFormat()The fields to include in the flow log record, in the order in which they should appear.FlowLogOptions.Jsii$Proxy.getLogFormat()FlowLogProps.Jsii$Proxy.getLogFormat()Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type LogFormatModifier and TypeMethodDescriptionThe fields to include in the flow log record, in the order in which they should appear.Sets the value ofFlowLogOptions.getLogFormat()Sets the value ofFlowLogOptions.getLogFormat()