Show / Hide Table of Contents

Class TransferJobTransferSpecHttpDataSourceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TransferJobTransferSpecHttpDataSourceArgs
Inherited Members
ResourceArgs.Empty
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 Source

TransferJobTransferSpecHttpDataSourceArgs()

Declaration
public TransferJobTransferSpecHttpDataSourceArgs()

Properties

View Source

ListUrl

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.