Show / Hide Table of Contents

Class EnvironmentState

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

Constructors

View Source

EnvironmentState()

Declaration
public EnvironmentState()

Properties

View Source

Config

Configuration parameters for this environment Structure is documented below.

Declaration
public Input<EnvironmentConfigGetArgs> Config { get; set; }
Property Value
Type Description
Input<EnvironmentConfigGetArgs>
View Source

Labels

User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.

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

Name

Name of the environment

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

Region

The location or Compute Engine region for the environment.

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