Class DeploymentTargetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DeploymentTargetArgs : ResourceArgs
Constructors
View SourceDeploymentTargetArgs()
Declaration
public DeploymentTargetArgs()
Properties
View SourceConfig
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> |
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> |