Show / Hide Table of Contents

Class DeploymentTargetArgs

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

Constructors

View Source

DeploymentTargetArgs()

Declaration
public DeploymentTargetArgs()

Properties

View Source

Config

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

Declaration
public Input<DeploymentTargetConfigArgs> Config { get; set; }
Property Value
Type Description
Input<DeploymentTargetConfigArgs>
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 InputList<DeploymentTargetImportArgs> Imports { get; set; }
Property Value
Type Description
InputList<DeploymentTargetImportArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.