Show / Hide Table of Contents

Interface CfnApplicationPropsMixin.IManagedPersistenceMonitoringConfigurationProperty

The managed log persistence configuration for a job run.

Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.IManagedPersistenceMonitoringConfigurationProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.IManagedPersistenceMonitoringConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-managedpersistencemonitoringconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins;

             var managedPersistenceMonitoringConfigurationProperty = new ManagedPersistenceMonitoringConfigurationProperty {
                 Enabled = false,
                 EncryptionKeyArn = "encryptionKeyArn"
             };

Synopsis

Properties

Enabled

Enables managed logging and defaults to true.

EncryptionKeyArn

The KMS key ARN to encrypt the logs stored in managed log persistence.

Properties

Enabled

Enables managed logging and defaults to true.

object? Enabled { get; }
Property Value

object

Remarks

If set to false, managed logging will be turned off.

Default: - true

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-managedpersistencemonitoringconfiguration.html#cfn-emrserverless-application-managedpersistencemonitoringconfiguration-enabled

Type union: either bool or IResolvable

EncryptionKeyArn

The KMS key ARN to encrypt the logs stored in managed log persistence.

string? EncryptionKeyArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-managedpersistencemonitoringconfiguration.html#cfn-emrserverless-application-managedpersistencemonitoringconfiguration-encryptionkeyarn

Back to top Generated by DocFX