Class CfnFileSystemPropsMixin.ReplicationDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.efs.CfnFileSystemPropsMixin.ReplicationDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystemPropsMixin.ReplicationDestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystemPropsMixin.ReplicationDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnFileSystemPropsMixin.ReplicationDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFileSystemPropsMixin.ReplicationDestinationProperty
An implementation for
CfnFileSystemPropsMixin.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.cfnpropertymixins.services.efs.CfnFileSystemPropsMixin.ReplicationDestinationProperty
CfnFileSystemPropsMixin.ReplicationDestinationProperty.Builder, CfnFileSystemPropsMixin.ReplicationDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystemPropsMixin.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 theCfnFileSystemPropsMixin.ReplicationDestinationProperty.Builder.
-
-
Method Details
-
getAvailabilityZoneName
Description copied from interface:CfnFileSystemPropsMixin.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 interfaceCfnFileSystemPropsMixin.ReplicationDestinationProperty- See Also:
-
getFileSystemId
Description copied from interface:CfnFileSystemPropsMixin.ReplicationDestinationPropertyThe ID of the destination Amazon EFS file system.- Specified by:
getFileSystemIdin interfaceCfnFileSystemPropsMixin.ReplicationDestinationProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnFileSystemPropsMixin.ReplicationDestinationPropertyThe ID of an AWS KMS key used to protect the encrypted file system.- Specified by:
getKmsKeyIdin interfaceCfnFileSystemPropsMixin.ReplicationDestinationProperty- See Also:
-
getRegion
Description copied from interface:CfnFileSystemPropsMixin.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 interfaceCfnFileSystemPropsMixin.ReplicationDestinationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnFileSystemPropsMixin.ReplicationDestinationPropertyThe Amazon Resource Name (ARN) of the current source file system in the replication configuration.- Specified by:
getRoleArnin interfaceCfnFileSystemPropsMixin.ReplicationDestinationProperty- See Also:
-
getStatus
Description copied from interface:CfnFileSystemPropsMixin.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 interfaceCfnFileSystemPropsMixin.ReplicationDestinationProperty- See Also:
-
getStatusMessage
Description copied from interface:CfnFileSystemPropsMixin.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 interfaceCfnFileSystemPropsMixin.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()
-