Class CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty
An implementation for
CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty
CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Builder, CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK).final StringThe selection criteria that specifies which source log groups to centralize.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty.Builder.
-
-
Method Details
-
getEncryptedLogGroupStrategy
Description copied from interface:CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationPropertyA strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK).ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
- Specified by:
getEncryptedLogGroupStrategyin interfaceCfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty- See Also:
-
getLogGroupSelectionCriteria
Description copied from interface:CfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationPropertyThe selection criteria that specifies which source log groups to centralize.The selection criteria uses the same format as OAM link filters.
- Specified by:
getLogGroupSelectionCriteriain interfaceCfnOrganizationCentralizationRulePropsMixin.SourceLogsConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-