Class CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty
An implementation for
CfnOrganizationCentralizationRule.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.services.observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty
CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Builder, CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOrganizationCentralizationRule.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(CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Builder.
-
-
Method Details
-
getEncryptedLogGroupStrategy
Description copied from interface:CfnOrganizationCentralizationRule.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 interfaceCfnOrganizationCentralizationRule.SourceLogsConfigurationProperty- See Also:
-
getLogGroupSelectionCriteria
Description copied from interface:CfnOrganizationCentralizationRule.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 interfaceCfnOrganizationCentralizationRule.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()
-