Class ReplicationConfigurationDestinationArgs


  • public final class ReplicationConfigurationDestinationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • availabilityZoneName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> availabilityZoneName()
        Returns:
        The availability zone in which the replica should be created. If specified, the replica will be created with One Zone storage. If omitted, regional storage will be used.
      • fileSystemId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fileSystemId()
        Returns:
        The ID of the destination file system for the replication. If no ID is provided, then EFS creates a new file system with the default settings.
      • kmsKeyId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKeyId()
        Returns:
        The Key ID, ARN, alias, or alias ARN of the KMS key that should be used to encrypt the replica file system. If omitted, the default KMS key for EFS `/aws/elasticfilesystem` will be used.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which the replica should be created.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()