Class EnvironmentConfig
Inheritance
System.Object
EnvironmentConfig
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.Composer.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EnvironmentConfig
Fields
View SourceAirflowUri
Declaration
public readonly string AirflowUri
Field Value
| Type | Description |
|---|---|
| System.String |
DagGcsPrefix
Declaration
public readonly string DagGcsPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
GkeCluster
Declaration
public readonly string GkeCluster
Field Value
| Type | Description |
|---|---|
| System.String |
NodeConfig
The configuration used for the Kubernetes Engine cluster. Structure is documented below.
Declaration
public readonly EnvironmentConfigNodeConfig NodeConfig
Field Value
| Type | Description |
|---|---|
| EnvironmentConfigNodeConfig |
NodeCount
The number of nodes in the Kubernetes Engine cluster that will be used to run this environment.
Declaration
public readonly int? NodeCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
PrivateEnvironmentConfig
The configuration used for the Private IP Cloud Composer environment. Structure is documented below.
Declaration
public readonly EnvironmentConfigPrivateEnvironmentConfig PrivateEnvironmentConfig
Field Value
| Type | Description |
|---|---|
| EnvironmentConfigPrivateEnvironmentConfig |
SoftwareConfig
The configuration settings for software inside the environment. Structure is documented below.
Declaration
public readonly EnvironmentConfigSoftwareConfig SoftwareConfig
Field Value
| Type | Description |
|---|---|
| EnvironmentConfigSoftwareConfig |
WebServerNetworkAccessControl
The network-level access control policy for the Airflow web server. If unspecified, no network-level access restrictions will be applied.
Declaration
public readonly EnvironmentConfigWebServerNetworkAccessControl WebServerNetworkAccessControl
Field Value
| Type | Description |
|---|---|
| EnvironmentConfigWebServerNetworkAccessControl |