Show / Hide Table of Contents

Class CfnApplicationPropsMixin.ManagedPersistenceMonitoringConfigurationProperty

The managed log persistence configuration for a job run.

Inheritance
object
CfnApplicationPropsMixin.ManagedPersistenceMonitoringConfigurationProperty
Implements
CfnApplicationPropsMixin.IManagedPersistenceMonitoringConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.ManagedPersistenceMonitoringConfigurationProperty : CfnApplicationPropsMixin.IManagedPersistenceMonitoringConfigurationProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.ManagedPersistenceMonitoringConfigurationProperty Implements 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

Constructors

ManagedPersistenceMonitoringConfigurationProperty()

The managed log persistence configuration for a job run.

Properties

Enabled

Enables managed logging and defaults to true.

EncryptionKeyArn

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

Constructors

ManagedPersistenceMonitoringConfigurationProperty()

The managed log persistence configuration for a job run.

public ManagedPersistenceMonitoringConfigurationProperty()
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"
             };

Properties

Enabled

Enables managed logging and defaults to true.

public object? Enabled { get; set; }
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.

public string? EncryptionKeyArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnApplicationPropsMixin.IManagedPersistenceMonitoringConfigurationProperty
Back to top Generated by DocFX