Interface CfnEndpoint.CloudWatchMonitoringConfigurationProperty

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

@Stability(Stable) public static interface CfnEndpoint.CloudWatchMonitoringConfigurationProperty 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.emrcontainers.*;
 CloudWatchMonitoringConfigurationProperty cloudWatchMonitoringConfigurationProperty = CloudWatchMonitoringConfigurationProperty.builder()
         .logGroupName("logGroupName")
         // the properties below are optional
         .logStreamNamePrefix("logStreamNamePrefix")
         .build();
 

See Also: