Show / Hide Table of Contents

Interface CfnOrganizationCentralizationRulePropsMixin.ISourceLogsConfigurationProperty

Configuration for selecting and handling source log groups for centralization.

Namespace: Amazon.CDK.Mixins.Preview.AWS.ObservabilityAdmin.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnOrganizationCentralizationRulePropsMixin.ISourceLogsConfigurationProperty
Syntax (vb)
Public Interface CfnOrganizationCentralizationRulePropsMixin.ISourceLogsConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.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.ObservabilityAdmin.Mixins;

             var sourceLogsConfigurationProperty = new SourceLogsConfigurationProperty {
                 EncryptedLogGroupStrategy = "encryptedLogGroupStrategy",
                 LogGroupSelectionCriteria = "logGroupSelectionCriteria"
             };

Synopsis

Properties

EncryptedLogGroupStrategy

A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK).

LogGroupSelectionCriteria

The selection criteria that specifies which source log groups to centralize.

Properties

EncryptedLogGroupStrategy

A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK).

string? EncryptedLogGroupStrategy { get; }
Property Value

string

Remarks

ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-encryptedloggroupstrategy

LogGroupSelectionCriteria

The selection criteria that specifies which source log groups to centralize.

string? LogGroupSelectionCriteria { get; }
Property Value

string

Remarks

The selection criteria uses the same format as OAM link filters.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-loggroupselectioncriteria

Back to top Generated by DocFX