Class TransferJobTransferSpecGetArgs
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 TransferJobTransferSpecGetArgs : ResourceArgs
Constructors
View SourceTransferJobTransferSpecGetArgs()
Declaration
public TransferJobTransferSpecGetArgs()
Properties
View SourceAwsS3DataSource
An AWS S3 data source. Structure documented below.
Declaration
public Input<TransferJobTransferSpecAwsS3DataSourceGetArgs> AwsS3DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecAwsS3DataSourceGetArgs> |
GcsDataSink
A Google Cloud Storage data sink. Structure documented below.
Declaration
public Input<TransferJobTransferSpecGcsDataSinkGetArgs> GcsDataSink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecGcsDataSinkGetArgs> |
GcsDataSource
A Google Cloud Storage data source. Structure documented below.
Declaration
public Input<TransferJobTransferSpecGcsDataSourceGetArgs> GcsDataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecGcsDataSourceGetArgs> |
HttpDataSource
An HTTP URL data source. Structure documented below.
Declaration
public Input<TransferJobTransferSpecHttpDataSourceGetArgs> HttpDataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecHttpDataSourceGetArgs> |
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<TransferJobTransferSpecObjectConditionsGetArgs> ObjectConditions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecObjectConditionsGetArgs> |
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<TransferJobTransferSpecTransferOptionsGetArgs> TransferOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecTransferOptionsGetArgs> |