Interface CfnTelemetryRule.VPCFlowLogParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTelemetryRule.VPCFlowLogParametersProperty.Jsii$Proxy
- Enclosing class:
CfnTelemetryRule
@Stability(Stable)
public static interface CfnTelemetryRule.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.services.observabilityadmin.*;
VPCFlowLogParametersProperty vPCFlowLogParametersProperty = VPCFlowLogParametersProperty.builder()
.logFormat("logFormat")
.maxAggregationInterval(123)
.trafficType("trafficType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTelemetryRule.VPCFlowLogParametersPropertystatic final classAn implementation forCfnTelemetryRule.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
-