Interface CfnOrganizationTelemetryRule.LogDeliveryParametersProperty

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

@Stability(Stable) public static interface CfnOrganizationTelemetryRule.LogDeliveryParametersProperty extends software.amazon.jsii.JsiiSerializable
Parameters for log delivery configuration.

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.*;
 LogDeliveryParametersProperty logDeliveryParametersProperty = LogDeliveryParametersProperty.builder()
         .logTypes(List.of("logTypes"))
         .build();
 

See Also: