Show / Hide Table of Contents

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 Source

AirflowUri

Declaration
public readonly string AirflowUri
Field Value
Type Description
System.String
View Source

DagGcsPrefix

Declaration
public readonly string DagGcsPrefix
Field Value
Type Description
System.String
View Source

GkeCluster

Declaration
public readonly string GkeCluster
Field Value
Type Description
System.String
View Source

NodeConfig

The configuration used for the Kubernetes Engine cluster. Structure is documented below.

Declaration
public readonly EnvironmentConfigNodeConfig NodeConfig
Field Value
Type Description
EnvironmentConfigNodeConfig
View Source

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>
View Source

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
View Source

SoftwareConfig

The configuration settings for software inside the environment. Structure is documented below.

Declaration
public readonly EnvironmentConfigSoftwareConfig SoftwareConfig
Field Value
Type Description
EnvironmentConfigSoftwareConfig
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.