Class TransferJobTransferSpecArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobTransferSpecArgs : ResourceArgs
Constructors
View SourceTransferJobTransferSpecArgs()
Declaration
public TransferJobTransferSpecArgs()
Properties
View SourceAwsS3DataSource
An AWS S3 data source. Structure documented below.
Declaration
public Input<TransferJobTransferSpecAwsS3DataSourceArgs> AwsS3DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecAwsS3DataSourceArgs> |
GcsDataSink
A Google Cloud Storage data sink. Structure documented below.
Declaration
public Input<TransferJobTransferSpecGcsDataSinkArgs> GcsDataSink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecGcsDataSinkArgs> |
GcsDataSource
A Google Cloud Storage data source. Structure documented below.
Declaration
public Input<TransferJobTransferSpecGcsDataSourceArgs> GcsDataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecGcsDataSourceArgs> |
HttpDataSource
An HTTP URL data source. Structure documented below.
Declaration
public Input<TransferJobTransferSpecHttpDataSourceArgs> HttpDataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecHttpDataSourceArgs> |
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 Input<TransferJobTransferSpecObjectConditionsArgs> ObjectConditions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecObjectConditionsArgs> |
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 Input<TransferJobTransferSpecTransferOptionsArgs> TransferOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecTransferOptionsArgs> |