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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.CfnFileSystem.ReplicationDestinationProperty
CfnFileSystem.ReplicationDestinationProperty.Builder, CfnFileSystem.ReplicationDestinationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFileSystem.ReplicationDestinationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located.final String
The ID of the destination Amazon EFS file system.final String
The ID of an AWS KMS key used to protect the encrypted file system.final String
The AWS Region in which the destination file system is located.final String
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.final String
Describes the status of the replication configuration.final String
Message that provides details about thePAUSED
orERRROR
state of the replication destination configuration.final int
hashCode()
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.ReplicationDestinationProperty
For 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-1a
to 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:
getAvailabilityZoneName
in interfaceCfnFileSystem.ReplicationDestinationProperty
- See Also:
-
getFileSystemId
Description copied from interface:CfnFileSystem.ReplicationDestinationProperty
The ID of the destination Amazon EFS file system.- Specified by:
getFileSystemId
in interfaceCfnFileSystem.ReplicationDestinationProperty
- See Also:
-
getKmsKeyId
Description copied from interface:CfnFileSystem.ReplicationDestinationProperty
The ID of an AWS KMS key used to protect the encrypted file system.- Specified by:
getKmsKeyId
in interfaceCfnFileSystem.ReplicationDestinationProperty
- See Also:
-
getRegion
Description copied from interface:CfnFileSystem.ReplicationDestinationProperty
The 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:
getRegion
in interfaceCfnFileSystem.ReplicationDestinationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnFileSystem.ReplicationDestinationProperty
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.- Specified by:
getRoleArn
in interfaceCfnFileSystem.ReplicationDestinationProperty
- See Also:
-
getStatus
Description copied from interface:CfnFileSystem.ReplicationDestinationProperty
Describes the status of the replication configuration.For more information about replication status, see Viewing replication details in the Amazon EFS User Guide .
- Specified by:
getStatus
in interfaceCfnFileSystem.ReplicationDestinationProperty
- See Also:
-
getStatusMessage
Description copied from interface:CfnFileSystem.ReplicationDestinationProperty
Message that provides details about thePAUSED
orERRROR
state of the replication destination configuration.For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide .
- Specified by:
getStatusMessage
in interfaceCfnFileSystem.ReplicationDestinationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-