Class TransferJobTransferSpec
Inheritance
System.Object
TransferJobTransferSpec
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Storage.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobTransferSpec
Fields
View SourceAwsS3DataSource
An AWS S3 data source. Structure documented below.
Declaration
public readonly TransferJobTransferSpecAwsS3DataSource AwsS3DataSource
Field Value
| Type | Description |
|---|---|
| TransferJobTransferSpecAwsS3DataSource |
GcsDataSink
A Google Cloud Storage data sink. Structure documented below.
Declaration
public readonly TransferJobTransferSpecGcsDataSink GcsDataSink
Field Value
| Type | Description |
|---|---|
| TransferJobTransferSpecGcsDataSink |
GcsDataSource
A Google Cloud Storage data source. Structure documented below.
Declaration
public readonly TransferJobTransferSpecGcsDataSource GcsDataSource
Field Value
| Type | Description |
|---|---|
| TransferJobTransferSpecGcsDataSource |
HttpDataSource
An HTTP URL data source. Structure documented below.
Declaration
public readonly TransferJobTransferSpecHttpDataSource HttpDataSource
Field Value
| Type | Description |
|---|---|
| TransferJobTransferSpecHttpDataSource |
ObjectConditions
Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' last_modification_time do not exclude objects in a data sink. Structure documented below.
Declaration
public readonly TransferJobTransferSpecObjectConditions ObjectConditions
Field Value
| Type | Description |
|---|---|
| TransferJobTransferSpecObjectConditions |
TransferOptions
Characteristics of how to treat files from datasource and sink during job. If the option delete_objects_unique_in_sink is true, object conditions based on objects' last_modification_time are ignored and do not exclude objects in a data source or a data sink. Structure documented below.
Declaration
public readonly TransferJobTransferSpecTransferOptions TransferOptions
Field Value
| Type | Description |
|---|---|
| TransferJobTransferSpecTransferOptions |