Skip to main content

Initializer

using Io.Cdktn;

new DataTerraformRemoteStateRemoteConfig {
    System.Collections.Generic.IDictionary<string, object> Defaults = null,
    string Workspace = null,
    string Organization,
    IRemoteWorkspace Workspaces,
    string Hostname = null,
    string Token = null
};

Properties

NameTypeDescription
DefaultsSystem.Collections.Generic.IDictionary< string, object >No description.
WorkspacestringNo description.
OrganizationstringNo description.
WorkspacesIRemoteWorkspaceNo description.
HostnamestringNo description.
TokenstringNo 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

OrganizationRequired

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

WorkspacesRequired

public IRemoteWorkspace Workspaces { get; set; }

HostnameOptional

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

TokenOptional

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