Interface CfnApplication.ManagedPersistenceMonitoringConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.ManagedPersistenceMonitoringConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.ManagedPersistenceMonitoringConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The managed log persistence configuration for a job run.
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.*; ManagedPersistenceMonitoringConfigurationProperty managedPersistenceMonitoringConfigurationProperty = ManagedPersistenceMonitoringConfigurationProperty.builder() .enabled(false) .encryptionKeyArn("encryptionKeyArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnApplication.ManagedPersistenceMonitoringConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Enables managed logging and defaults to true.If set to false, managed logging will be turned off.
Default: - true
- See Also:
-
getEncryptionKeyArn
The KMS key ARN to encrypt the logs stored in managed log persistence.- See Also:
-
builder
@Stability(Stable) static CfnApplication.ManagedPersistenceMonitoringConfigurationProperty.Builder builder()
-