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
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
Remarks
ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
LogGroupSelectionCriteria
The selection criteria that specifies which source log groups to centralize.
string? LogGroupSelectionCriteria { get; }
Property Value
Remarks
The selection criteria uses the same format as OAM link filters.