Interface CfnOrganizationCentralizationRule.SourceMetricsConfigurationProperty

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

@Stability(Stable) public static interface CfnOrganizationCentralizationRule.SourceMetricsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 SourceMetricsConfigurationProperty sourceMetricsConfigurationProperty = SourceMetricsConfigurationProperty.builder()
         .metricsSelectionCriteria("metricsSelectionCriteria")
         .build();
 

See Also: