Show / Hide Table of Contents

Class DeploymentTarget

Inheritance
System.Object
DeploymentTarget
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.DeploymentManager.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DeploymentTarget

Fields

View Source

Config

The root configuration file to use for this deployment. Structure is documented below.

Declaration
public readonly DeploymentTargetConfig Config
Field Value
Type Description
DeploymentTargetConfig
View Source

Imports

Specifies import files for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template. Structure is documented below.

Declaration
public readonly ImmutableArray<DeploymentTargetImport> Imports
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<DeploymentTargetImport>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.