Skip to main content

Initializer

using Io.Cdktn;

new TerraformAssetConfig {
    string Path,
    string AssetHash = null,
    AssetType Type = null
};

Properties

NameTypeDescription
PathstringNo description.
AssetHashstringNo description.
TypeAssetTypeNo description.

PathRequired

public string Path { get; set; }
  • Type: string

AssetHashOptional

public string AssetHash { get; set; }
  • Type: string

TypeOptional

public AssetType Type { get; set; }