Interface CfnApplicationPropsMixin.S3MonitoringConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.S3MonitoringConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.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.cfnpropertymixins.services.emrserverless.*;
S3MonitoringConfigurationProperty s3MonitoringConfigurationProperty = S3MonitoringConfigurationProperty.builder()
.encryptionKeyArn("encryptionKeyArn")
.logUri("logUri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationPropsMixin.S3MonitoringConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEncryptionKeyArn
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.- See Also:
-
getLogUri
The Amazon S3 destination URI for log publishing.- See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.S3MonitoringConfigurationProperty.Builder builder()
-