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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEndpointPropsMixin.S3MonitoringConfigurationPropertystatic final classAn implementation forCfnEndpointPropsMixin.S3MonitoringConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogUri
- See Also:
-
builder
-