Interface CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty.Jsii$Proxy
Enclosing class:
CfnOrganizationTelemetryRule

@Stability(Stable) public static interface CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty extends software.amazon.jsii.JsiiSerializable
Telemetry parameters for 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: