Class TransferJobTransferSpecHttpDataSourceArgs
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 TransferJobTransferSpecHttpDataSourceArgs : ResourceArgs
Constructors
View SourceTransferJobTransferSpecHttpDataSourceArgs()
Declaration
public TransferJobTransferSpecHttpDataSourceArgs()
Properties
View SourceListUrl
The URL that points to the file that stores the object list entries. This file must allow public access. Currently, only URLs with HTTP and HTTPS schemes are supported.
Declaration
public Input<string> ListUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |