Interface CfnOrganizationCentralizationRulePropsMixin.LogsBackupConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOrganizationCentralizationRulePropsMixin.LogsBackupConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOrganizationCentralizationRulePropsMixin
@Stability(Stable)
public static interface CfnOrganizationCentralizationRulePropsMixin.LogsBackupConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for backing up centralized log data to a secondary region.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.*;
LogsBackupConfigurationProperty logsBackupConfigurationProperty = LogsBackupConfigurationProperty.builder()
.kmsKeyArn("kmsKeyArn")
.region("region")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOrganizationCentralizationRulePropsMixin.LogsBackupConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringKMS Key ARN belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.default StringLogs specific backup destination region within the primary destination account to which log data should be centralized.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsKeyArn
KMS Key ARN belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.- See Also:
-
getRegion
Logs specific backup destination region within the primary destination account to which log data should be centralized.- See Also:
-
builder
@Stability(Stable) static CfnOrganizationCentralizationRulePropsMixin.LogsBackupConfigurationProperty.Builder builder()
-