Interface CfnApplication.S3MonitoringConfigurationProperty

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

@Stability(Stable) public static interface CfnApplication.S3MonitoringConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The Amazon S3 configuration for monitoring log publishing.

You can configure your jobs to send log information to Amazon S3.

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.emrserverless.*;
 S3MonitoringConfigurationProperty s3MonitoringConfigurationProperty = S3MonitoringConfigurationProperty.builder()
         .encryptionKeyArn("encryptionKeyArn")
         .logUri("logUri")
         .build();
 

See Also: