Interface CfnTelemetryRulePropsMixin.VPCFlowLogParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTelemetryRulePropsMixin.VPCFlowLogParametersProperty.Jsii$Proxy
- Enclosing class:
CfnTelemetryRulePropsMixin
@Stability(Stable)
public static interface CfnTelemetryRulePropsMixin.VPCFlowLogParametersProperty
extends software.amazon.jsii.JsiiSerializable
Configuration parameters specific to VPC Flow Logs.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.observabilityadmin.mixins.*;
VPCFlowLogParametersProperty vPCFlowLogParametersProperty = VPCFlowLogParametersProperty.builder()
.logFormat("logFormat")
.maxAggregationInterval(123)
.trafficType("trafficType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTelemetryRulePropsMixin.VPCFlowLogParametersPropertystatic final classAn implementation forCfnTelemetryRulePropsMixin.VPCFlowLogParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogFormat
The format in which VPC Flow Log entries should be logged.- See Also:
-
getMaxAggregationInterval
The maximum interval in seconds between the capture of flow log records.- See Also:
-
getTrafficType
The type of traffic to log (ACCEPT, REJECT, or ALL).- See Also:
-
builder
-