Class CfnPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resiliencehubv2.CfnPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyProps
@Stability(Stable)
@Internal
public static final class CfnPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPolicyProps
An implementation for
CfnPolicyProps-
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.resiliencehubv2.CfnPolicyProps
CfnPolicyProps.Builder, CfnPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPolicyProps.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 ObjectReturns union: eitherIResolvableorCfnPolicy.AvailabilitySloPropertyfinal ObjectReturns union: eitherIResolvableorCfnPolicy.DataRecoveryTargetsPropertyfinal StringThe description of the policy.final StringThe KMS key ID for encrypting policy data.final ObjectReturns union: eitherIResolvableorCfnPolicy.MultiAzTargetsPropertyfinal ObjectReturns union: eitherIResolvableorCfnPolicy.MultiRegionTargetsPropertyfinal StringgetName()The name of the policy.getTags()Tags assigned to the 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 theCfnPolicyProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnPolicyPropsThe name of the policy.- Specified by:
getNamein interfaceCfnPolicyProps- See Also:
-
getAvailabilitySlo
Description copied from interface:CfnPolicyPropsReturns union: eitherIResolvableorCfnPolicy.AvailabilitySloProperty- Specified by:
getAvailabilitySloin interfaceCfnPolicyProps- See Also:
-
getDataRecovery
Description copied from interface:CfnPolicyPropsReturns union: eitherIResolvableorCfnPolicy.DataRecoveryTargetsProperty- Specified by:
getDataRecoveryin interfaceCfnPolicyProps- See Also:
-
getDescription
Description copied from interface:CfnPolicyPropsThe description of the policy.- Specified by:
getDescriptionin interfaceCfnPolicyProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnPolicyPropsThe KMS key ID for encrypting policy data.- Specified by:
getKmsKeyIdin interfaceCfnPolicyProps- See Also:
-
getMultiAz
Description copied from interface:CfnPolicyPropsReturns union: eitherIResolvableorCfnPolicy.MultiAzTargetsProperty- Specified by:
getMultiAzin interfaceCfnPolicyProps- See Also:
-
getMultiRegion
Description copied from interface:CfnPolicyPropsReturns union: eitherIResolvableorCfnPolicy.MultiRegionTargetsProperty- Specified by:
getMultiRegionin interfaceCfnPolicyProps- See Also:
-
getTags
Description copied from interface:CfnPolicyPropsTags assigned to the policy.- Specified by:
getTagsin interfaceCfnPolicyProps- 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()
-