Show / Hide Table of Contents

Class TransferJobTransferSpecHttpDataSourceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TransferJobTransferSpecHttpDataSourceGetArgs
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 TransferJobTransferSpecHttpDataSourceGetArgs : ResourceArgs

Constructors

View Source

TransferJobTransferSpecHttpDataSourceGetArgs()

Declaration
public TransferJobTransferSpecHttpDataSourceGetArgs()

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.