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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.CfnFileSystem.ReplicationDestinationPropertyCfnFileSystem.ReplicationDestinationProperty.Builder, CfnFileSystem.ReplicationDestinationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnFileSystem.ReplicationDestinationProperty.Builder.
 
- 
- 
Method Details- 
getAvailabilityZoneNameDescription 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 interface- CfnFileSystem.ReplicationDestinationProperty
- See Also:
 
- 
getFileSystemIdDescription copied from interface:CfnFileSystem.ReplicationDestinationPropertyThe ID of the destination Amazon EFS file system.- Specified by:
- getFileSystemIdin interface- CfnFileSystem.ReplicationDestinationProperty
- See Also:
 
- 
getKmsKeyIdDescription copied from interface:CfnFileSystem.ReplicationDestinationPropertyThe ID of an AWS KMS key used to protect the encrypted file system.- Specified by:
- getKmsKeyIdin interface- CfnFileSystem.ReplicationDestinationProperty
- See Also:
 
- 
getRegionDescription 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 interface- CfnFileSystem.ReplicationDestinationProperty
- See Also:
 
- 
getRoleArnDescription copied from interface:CfnFileSystem.ReplicationDestinationPropertyThe Amazon Resource Name (ARN) of the current source file system in the replication configuration.- Specified by:
- getRoleArnin interface- CfnFileSystem.ReplicationDestinationProperty
- See Also:
 
- 
getStatusDescription 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 interface- CfnFileSystem.ReplicationDestinationProperty
- See Also:
 
- 
getStatusMessageDescription 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 interface- CfnFileSystem.ReplicationDestinationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-