Class DataProtectionPolicyConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.DataProtectionPolicyConfig.Jsii$Proxy
- All Implemented Interfaces:
DataProtectionPolicyConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DataProtectionPolicyConfig
@Stability(Stable)
@Internal
public static final class DataProtectionPolicyConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataProtectionPolicyConfig
An implementation for
DataProtectionPolicyConfig-
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.logs.DataProtectionPolicyConfig
DataProtectionPolicyConfig.Builder, DataProtectionPolicyConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDataProtectionPolicyConfig.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 StringDescription of the data protection policy.final StringgetName()Name of the data protection policy.final ObjectStatements within the data protection policy.final StringVersion of the data protection policy.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
Constructor that initializes the object based on literal property values passed by theDataProtectionPolicyConfig.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:DataProtectionPolicyConfigDescription of the data protection policy.Default: - 'cdk generated data protection policy'
- Specified by:
getDescriptionin interfaceDataProtectionPolicyConfig
-
getName
Description copied from interface:DataProtectionPolicyConfigName of the data protection policy.Default: - 'data-protection-policy-cdk'
- Specified by:
getNamein interfaceDataProtectionPolicyConfig
-
getStatement
Description copied from interface:DataProtectionPolicyConfigStatements within the data protection policy.Must contain one Audit and one Redact statement
- Specified by:
getStatementin interfaceDataProtectionPolicyConfig
-
getVersion
Description copied from interface:DataProtectionPolicyConfigVersion of the data protection policy.- Specified by:
getVersionin interfaceDataProtectionPolicyConfig
-
$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()
-