Show / Hide Table of Contents

Class CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty

Configuration for selecting and handling source log groups for centralization.

Inheritance
object
CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty
Implements
CfnOrganizationCentralizationRulePropsMixin.ISourceLogsConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty : CfnOrganizationCentralizationRulePropsMixin.ISourceLogsConfigurationProperty
Syntax (vb)
Public Class CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty Implements 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.CfnPropertyMixins.AWS.ObservabilityAdmin;

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

Synopsis

Constructors

SourceLogsConfigurationProperty()

Configuration for selecting and handling source log groups for centralization.

Properties

DataSourceSelectionCriteria

Configuration for selecting and handling source log groups for centralization.

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.

Constructors

SourceLogsConfigurationProperty()

Configuration for selecting and handling source log groups for centralization.

public SourceLogsConfigurationProperty()
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.CfnPropertyMixins.AWS.ObservabilityAdmin;

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

Properties

DataSourceSelectionCriteria

Configuration for selecting and handling source log groups for centralization.

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

string

Remarks

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

EncryptedLogGroupStrategy

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

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

public string? LogGroupSelectionCriteria { get; set; }
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

Implements

CfnOrganizationCentralizationRulePropsMixin.ISourceLogsConfigurationProperty
Back to top Generated by DocFX