Show / Hide Table of Contents

Class DatasetAccessViewArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatasetAccessViewArgs
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.BigQuery.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatasetAccessViewArgs : ResourceArgs

Constructors

View Source

DatasetAccessViewArgs()

Declaration
public DatasetAccessViewArgs()

Properties

View Source

DatasetId

The ID of the dataset containing this table.

Declaration
public Input<string> DatasetId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectId

The ID of the project containing this table.

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TableId

The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

Declaration
public Input<string> TableId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.