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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.S3MonitoringConfigurationProperty
static final class
An implementation forCfnApplication.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
-