Interface CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOrganizationCentralizationRule
@Stability(Stable)
public static interface CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.observabilityadmin.*; LogsEncryptionConfigurationProperty logsEncryptionConfigurationProperty = LogsEncryptionConfigurationProperty.builder() .encryptionStrategy("encryptionStrategy") // the properties below are optional .encryptionConflictResolutionStrategy("encryptionConflictResolutionStrategy") .kmsKeyArn("kmsKeyArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEncryptionStrategy
- See Also:
-
getEncryptionConflictResolutionStrategy
- See Also:
-
getKmsKeyArn
- See Also:
-
builder
@Stability(Stable) static CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty.Builder builder()
-