Class StorageTransferJobTransferSpecTransferOptions.Jsii$Proxy

    • Method Detail

      • getDeleteObjectsFromSourceAfterTransfer

        public final Object getDeleteObjectsFromSourceAfterTransfer()
        Description copied from interface: StorageTransferJobTransferSpecTransferOptions
        Whether objects should be deleted from the source after they are transferred to the sink.

        Note that this option and delete_objects_unique_in_sink are mutually exclusive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#delete_objects_from_source_after_transfer StorageTransferJob#delete_objects_from_source_after_transfer}

        Specified by:
        getDeleteObjectsFromSourceAfterTransfer in interface StorageTransferJobTransferSpecTransferOptions
      • getDeleteObjectsUniqueInSink

        public final Object getDeleteObjectsUniqueInSink()
        Description copied from interface: StorageTransferJobTransferSpecTransferOptions
        Whether objects that exist only in the sink should be deleted.

        Note that this option and delete_objects_from_source_after_transfer are mutually exclusive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#delete_objects_unique_in_sink StorageTransferJob#delete_objects_unique_in_sink}

        Specified by:
        getDeleteObjectsUniqueInSink in interface StorageTransferJobTransferSpecTransferOptions
      • getOverwriteWhen

        public final String getOverwriteWhen()
        Description copied from interface: StorageTransferJobTransferSpecTransferOptions
        When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by overwriteObjectsAlreadyExistingInSink.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#overwrite_when StorageTransferJob#overwrite_when}

        Specified by:
        getOverwriteWhen in interface StorageTransferJobTransferSpecTransferOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object