Class VariableArgs
Inherited Members
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.RuntimeConfig
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class VariableArgs : ResourceArgs
Constructors
View SourceVariableArgs()
Declaration
public VariableArgs()
Properties
View SourceName
The name of the variable to manage. Note that variable names can be hierarchical using slashes (e.g. "prod-variables/hostname").
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parent
The name of the RuntimeConfig resource containing this variable.
Declaration
public Input<string> Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Text
or value - (Required) The content to associate with the variable.
Exactly one of text or variable must be specified. If text is specified,
it must be a valid UTF-8 string and less than 4096 bytes in length. If value
is specified, it must be base64 encoded and less than 4096 bytes in length.
Declaration
public Input<string> Text { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |