Skip to main content

Initializer

using Io.Cdktn;

new DataTerraformRemoteStateConfig {
    System.Collections.Generic.IDictionary<string, object> Defaults = null,
    string Workspace = null
};

Properties

NameTypeDescription
DefaultsSystem.Collections.Generic.IDictionary< string, object >No description.
WorkspacestringNo description.

DefaultsOptional

public System.Collections.Generic.IDictionary<string, object> Defaults { get; set; }
  • Type: System.Collections.Generic.IDictionary< string, object >

WorkspaceOptional

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