Class ProjectEnvironmentEnvironmentVariableArgs
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.Aws.CodeBuild.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectEnvironmentEnvironmentVariableArgs : ResourceArgs
Constructors
View SourceProjectEnvironmentEnvironmentVariableArgs()
Declaration
public ProjectEnvironmentEnvironmentVariableArgs()
Properties
View SourceName
The environment variable's name or key.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of environment variable. Valid values: PARAMETER_STORE, PLAINTEXT.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The environment variable's value.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |