Show / Hide Table of Contents

Class GCPolicyArgs

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

Constructors

View Source

GCPolicyArgs()

Declaration
public GCPolicyArgs()

Properties

View Source

ColumnFamily

The name of the column family.

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

InstanceName

The name of the Bigtable instance.

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

MaxAges

GC policy that applies to all cells older than the given age.

Declaration
public InputList<GCPolicyMaxAgeArgs> MaxAges { get; set; }
Property Value
Type Description
InputList<GCPolicyMaxAgeArgs>
View Source

MaxVersions

GC policy that applies to all versions of a cell except for the most recent.

Declaration
public InputList<GCPolicyMaxVersionArgs> MaxVersions { get; set; }
Property Value
Type Description
InputList<GCPolicyMaxVersionArgs>
View Source

Mode

If multiple policies are set, you should choose between UNION OR INTERSECTION.

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

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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

Table

The name of the table.

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