Show / Hide Table of Contents

Class AppProfileState

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

Constructors

View Source

AppProfileState()

Declaration
public AppProfileState()

Properties

View Source

AppProfileId

The unique name of the app profile in the form [_a-zA-Z0-9][-_.a-zA-Z0-9]*.

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

Description

Long form description of the use case for this app profile.

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

IgnoreWarnings

If true, ignore safety checks when deleting/updating the app profile.

Declaration
public Input<bool> IgnoreWarnings { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Instance

The name of the instance to create the app profile within.

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

MultiClusterRoutingUseAny

If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.

Declaration
public Input<bool> MultiClusterRoutingUseAny { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The unique name of the requested app profile. Values are of the form 'projects/<project>/instances/<instance>/appProfiles/<appProfileId>'.

Declaration
public Input<string> Name { 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

SingleClusterRouting

Use a single-cluster routing policy. Structure is documented below.

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