Interface CfnEndpointPropsMixin.S3MonitoringConfigurationProperty

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

@Stability(Stable) public static interface CfnEndpointPropsMixin.S3MonitoringConfigurationProperty 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.cfnpropertymixins.services.emrcontainers.*;
 S3MonitoringConfigurationProperty s3MonitoringConfigurationProperty = S3MonitoringConfigurationProperty.builder()
         .logUri("logUri")
         .build();
 

See Also: