Show / Hide Table of Contents

Class EnvironmentConfigArgs

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

Constructors

View Source

EnvironmentConfigArgs()

Declaration
public EnvironmentConfigArgs()

Properties

View Source

AirflowUri

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

DagGcsPrefix

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

GkeCluster

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

NodeConfig

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

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

NodeCount

The number of nodes in the Kubernetes Engine cluster that will be used to run this environment.

Declaration
public Input<int> NodeCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PrivateEnvironmentConfig

The configuration used for the Private IP Cloud Composer environment. Structure is documented below.

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

SoftwareConfig

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

Declaration
public Input<EnvironmentConfigSoftwareConfigArgs> SoftwareConfig { get; set; }
Property Value
Type Description
Input<EnvironmentConfigSoftwareConfigArgs>
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 Input<EnvironmentConfigWebServerNetworkAccessControlArgs> WebServerNetworkAccessControl { get; set; }
Property Value
Type Description
Input<EnvironmentConfigWebServerNetworkAccessControlArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.