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: