Class CfnFileSystem.ReplicationDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.efs.CfnFileSystem.ReplicationDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystem.ReplicationDestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystem.ReplicationDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnFileSystem.ReplicationDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFileSystem.ReplicationDestinationProperty
An implementation for
CfnFileSystem.ReplicationDestinationProperty-
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.efs.CfnFileSystem.ReplicationDestinationProperty
CfnFileSystem.ReplicationDestinationProperty.Builder, CfnFileSystem.ReplicationDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystem.ReplicationDestinationProperty.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 StringFor One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located.final StringThe ID of the destination Amazon EFS file system.final StringThe ID of an AWS KMS key used to protect the encrypted file system.final StringThe AWS Region in which the destination file system is located.final StringThe Amazon Resource Name (ARN) of the current source file system in the replication configuration.final StringDescribes the status of the replication configuration.final StringMessage that provides details about thePAUSEDorERRRORstate of the replication destination configuration.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 theCfnFileSystem.ReplicationDestinationProperty.Builder.
-
-
Method Details
-
getAvailabilityZoneName
Description copied from interface:CfnFileSystem.ReplicationDestinationPropertyFor One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located.Use the format
us-east-1ato specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide .One Zone file system type is not available in all Availability Zones in AWS Regions where Amazon EFS is available.
- Specified by:
getAvailabilityZoneNamein interfaceCfnFileSystem.ReplicationDestinationProperty- See Also:
-
getFileSystemId
Description copied from interface:CfnFileSystem.ReplicationDestinationPropertyThe ID of the destination Amazon EFS file system.- Specified by:
getFileSystemIdin interfaceCfnFileSystem.ReplicationDestinationProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnFileSystem.ReplicationDestinationPropertyThe ID of an AWS KMS key used to protect the encrypted file system.- Specified by:
getKmsKeyIdin interfaceCfnFileSystem.ReplicationDestinationProperty- See Also:
-
getRegion
Description copied from interface:CfnFileSystem.ReplicationDestinationPropertyThe AWS Region in which the destination file system is located.For One Zone file systems, the replication configuration must specify the AWS Region in which the destination file system is located.
- Specified by:
getRegionin interfaceCfnFileSystem.ReplicationDestinationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnFileSystem.ReplicationDestinationPropertyThe Amazon Resource Name (ARN) of the current source file system in the replication configuration.- Specified by:
getRoleArnin interfaceCfnFileSystem.ReplicationDestinationProperty- See Also:
-
getStatus
Description copied from interface:CfnFileSystem.ReplicationDestinationPropertyDescribes the status of the replication configuration.For more information about replication status, see Viewing replication details in the Amazon EFS User Guide .
- Specified by:
getStatusin interfaceCfnFileSystem.ReplicationDestinationProperty- See Also:
-
getStatusMessage
Description copied from interface:CfnFileSystem.ReplicationDestinationPropertyMessage that provides details about thePAUSEDorERRRORstate of the replication destination configuration.For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide .
- Specified by:
getStatusMessagein interfaceCfnFileSystem.ReplicationDestinationProperty- 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()
-