Class CfnKey.ReplicationStatusTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.paymentcryptography.CfnKey.ReplicationStatusTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKey.ReplicationStatusTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKey.ReplicationStatusTypeProperty
@Stability(Stable)
@Internal
public static final class CfnKey.ReplicationStatusTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKey.ReplicationStatusTypeProperty
An implementation for
CfnKey.ReplicationStatusTypeProperty-
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.paymentcryptography.CfnKey.ReplicationStatusTypeProperty
CfnKey.ReplicationStatusTypeProperty.Builder, CfnKey.ReplicationStatusTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKey.ReplicationStatusTypeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnKey.ReplicationStatusTypeProperty.Builder.
-
-
Method Details
-
getStatus
Description copied from interface:CfnKey.ReplicationStatusTypePropertyThe current status of key replication in this AWS Region .This field indicates whether the key replication is in progress, completed successfully, or has encountered an error. Possible values include states such as
SYNCRHONIZED,IN_PROGRESS,DELETE_IN_PROGRESS, orFAILED. This provides visibility into the replication process for monitoring and troubleshooting purposes.- Specified by:
getStatusin interfaceCfnKey.ReplicationStatusTypeProperty- See Also:
-
getStatusMessage
Description copied from interface:CfnKey.ReplicationStatusTypePropertyA message that provides additional information about the current replication status of the key.This field contains details about any issues or progress updates related to key replication operations. It may include information about replication failures, synchronization status, or other operational details.
- Specified by:
getStatusMessagein interfaceCfnKey.ReplicationStatusTypeProperty- 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()
-