Skip to content

Latest commit

 

History

History
2813 lines (1772 loc) · 142 KB

dataDatabricksCatalog.csharp.md

File metadata and controls

2813 lines (1772 loc) · 142 KB

dataDatabricksCatalog Submodule

Constructs

DataDatabricksCatalog

Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog databricks_catalog}.

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalog(Construct Scope, string Id, DataDatabricksCatalogConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config DataDatabricksCatalogConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform Adds this resource to the terraform JSON output.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
PutCatalogInfo No description.
ResetCatalogInfo No description.
ResetId No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()

Adds this resource to the terraform JSON output.

ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

PutCatalogInfo
private void PutCatalogInfo(DataDatabricksCatalogCatalogInfo Value)
ValueRequired

ResetCatalogInfo
private void ResetCatalogInfo()
ResetId
private void ResetId()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformDataSource No description.
GenerateConfigForImport Generates CDKTF code for importing a DataDatabricksCatalog resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Databricks;

DataDatabricksCatalog.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Databricks;

DataDatabricksCatalog.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformDataSource
using HashiCorp.Cdktf.Providers.Databricks;

DataDatabricksCatalog.IsTerraformDataSource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Databricks;

DataDatabricksCatalog.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a DataDatabricksCatalog resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the DataDatabricksCatalog to import.


ImportFromIdRequired
  • Type: string

The id of the existing DataDatabricksCatalog that should be imported.

Refer to the {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the DataDatabricksCatalog to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
CatalogInfo DataDatabricksCatalogCatalogInfoOutputReference No description.
CatalogInfoInput DataDatabricksCatalogCatalogInfo No description.
IdInput string No description.
NameInput string No description.
Id string No description.
Name string No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

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

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

CatalogInfoRequired
public DataDatabricksCatalogCatalogInfoOutputReference CatalogInfo { get; }

CatalogInfoInputOptional
public DataDatabricksCatalogCatalogInfo CatalogInfoInput { get; }

IdInputOptional
public string IdInput { get; }
  • Type: string

NameInputOptional
public string NameInput { get; }
  • Type: string

IdRequired
public string Id { get; }
  • Type: string

NameRequired
public string Name { get; }
  • Type: string

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

DataDatabricksCatalogCatalogInfo

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalogCatalogInfo {
    object BrowseOnly = null,
    string CatalogType = null,
    string Comment = null,
    string ConnectionName = null,
    double CreatedAt = null,
    string CreatedBy = null,
    DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag EffectivePredictiveOptimizationFlag = null,
    string EnablePredictiveOptimization = null,
    string FullName = null,
    string IsolationMode = null,
    string MetastoreId = null,
    string Name = null,
    System.Collections.Generic.IDictionary<string, string> Options = null,
    string Owner = null,
    System.Collections.Generic.IDictionary<string, string> Properties = null,
    string ProviderName = null,
    DataDatabricksCatalogCatalogInfoProvisioningInfo ProvisioningInfo = null,
    string SecurableKind = null,
    string SecurableType = null,
    string ShareName = null,
    string StorageLocation = null,
    string StorageRoot = null,
    double UpdatedAt = null,
    string UpdatedBy = null
};

Properties

Name Type Description
BrowseOnly object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#browse_only DataDatabricksCatalog#browse_only}.
CatalogType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#catalog_type DataDatabricksCatalog#catalog_type}.
Comment string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#comment DataDatabricksCatalog#comment}.
ConnectionName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#connection_name DataDatabricksCatalog#connection_name}.
CreatedAt double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#created_at DataDatabricksCatalog#created_at}.
CreatedBy string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#created_by DataDatabricksCatalog#created_by}.
EffectivePredictiveOptimizationFlag DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag effective_predictive_optimization_flag block.
EnablePredictiveOptimization string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#enable_predictive_optimization DataDatabricksCatalog#enable_predictive_optimization}.
FullName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#full_name DataDatabricksCatalog#full_name}.
IsolationMode string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#isolation_mode DataDatabricksCatalog#isolation_mode}.
MetastoreId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#metastore_id DataDatabricksCatalog#metastore_id}.
Name string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#name DataDatabricksCatalog#name}.
Options System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#options DataDatabricksCatalog#options}.
Owner string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#owner DataDatabricksCatalog#owner}.
Properties System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#properties DataDatabricksCatalog#properties}.
ProviderName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#provider_name DataDatabricksCatalog#provider_name}.
ProvisioningInfo DataDatabricksCatalogCatalogInfoProvisioningInfo provisioning_info block.
SecurableKind string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#securable_kind DataDatabricksCatalog#securable_kind}.
SecurableType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#securable_type DataDatabricksCatalog#securable_type}.
ShareName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#share_name DataDatabricksCatalog#share_name}.
StorageLocation string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#storage_location DataDatabricksCatalog#storage_location}.
StorageRoot string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#storage_root DataDatabricksCatalog#storage_root}.
UpdatedAt double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#updated_at DataDatabricksCatalog#updated_at}.
UpdatedBy string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#updated_by DataDatabricksCatalog#updated_by}.

BrowseOnlyOptional
public object BrowseOnly { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#browse_only DataDatabricksCatalog#browse_only}.


CatalogTypeOptional
public string CatalogType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#catalog_type DataDatabricksCatalog#catalog_type}.


CommentOptional
public string Comment { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#comment DataDatabricksCatalog#comment}.


ConnectionNameOptional
public string ConnectionName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#connection_name DataDatabricksCatalog#connection_name}.


CreatedAtOptional
public double CreatedAt { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#created_at DataDatabricksCatalog#created_at}.


CreatedByOptional
public string CreatedBy { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#created_by DataDatabricksCatalog#created_by}.


EffectivePredictiveOptimizationFlagOptional
public DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag EffectivePredictiveOptimizationFlag { get; set; }

effective_predictive_optimization_flag block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#effective_predictive_optimization_flag DataDatabricksCatalog#effective_predictive_optimization_flag}


EnablePredictiveOptimizationOptional
public string EnablePredictiveOptimization { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#enable_predictive_optimization DataDatabricksCatalog#enable_predictive_optimization}.


FullNameOptional
public string FullName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#full_name DataDatabricksCatalog#full_name}.


IsolationModeOptional
public string IsolationMode { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#isolation_mode DataDatabricksCatalog#isolation_mode}.


MetastoreIdOptional
public string MetastoreId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#metastore_id DataDatabricksCatalog#metastore_id}.


NameOptional
public string Name { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#name DataDatabricksCatalog#name}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#options DataDatabricksCatalog#options}.


OwnerOptional
public string Owner { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#owner DataDatabricksCatalog#owner}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#properties DataDatabricksCatalog#properties}.


ProviderNameOptional
public string ProviderName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#provider_name DataDatabricksCatalog#provider_name}.


ProvisioningInfoOptional
public DataDatabricksCatalogCatalogInfoProvisioningInfo ProvisioningInfo { get; set; }

provisioning_info block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#provisioning_info DataDatabricksCatalog#provisioning_info}


SecurableKindOptional
public string SecurableKind { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#securable_kind DataDatabricksCatalog#securable_kind}.


SecurableTypeOptional
public string SecurableType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#securable_type DataDatabricksCatalog#securable_type}.


ShareNameOptional
public string ShareName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#share_name DataDatabricksCatalog#share_name}.


StorageLocationOptional
public string StorageLocation { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#storage_location DataDatabricksCatalog#storage_location}.


StorageRootOptional
public string StorageRoot { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#storage_root DataDatabricksCatalog#storage_root}.


UpdatedAtOptional
public double UpdatedAt { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#updated_at DataDatabricksCatalog#updated_at}.


UpdatedByOptional
public string UpdatedBy { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#updated_by DataDatabricksCatalog#updated_by}.


DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag {
    string Value,
    string InheritedFromName = null,
    string InheritedFromType = null
};

Properties

Name Type Description
Value string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#value DataDatabricksCatalog#value}.
InheritedFromName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#inherited_from_name DataDatabricksCatalog#inherited_from_name}.
InheritedFromType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#inherited_from_type DataDatabricksCatalog#inherited_from_type}.

ValueRequired
public string Value { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#value DataDatabricksCatalog#value}.


InheritedFromNameOptional
public string InheritedFromName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#inherited_from_name DataDatabricksCatalog#inherited_from_name}.


InheritedFromTypeOptional
public string InheritedFromType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#inherited_from_type DataDatabricksCatalog#inherited_from_type}.


DataDatabricksCatalogCatalogInfoProvisioningInfo

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalogCatalogInfoProvisioningInfo {
    string State = null
};

Properties

Name Type Description
State string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#state DataDatabricksCatalog#state}.

StateOptional
public string State { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#state DataDatabricksCatalog#state}.


DataDatabricksCatalogConfig

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalogConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Name,
    DataDatabricksCatalogCatalogInfo CatalogInfo = null,
    string Id = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Name string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#name DataDatabricksCatalog#name}.
CatalogInfo DataDatabricksCatalogCatalogInfo catalog_info block.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#id DataDatabricksCatalog#id}.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

NameRequired
public string Name { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#name DataDatabricksCatalog#name}.


CatalogInfoOptional
public DataDatabricksCatalogCatalogInfo CatalogInfo { get; set; }

catalog_info block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#catalog_info DataDatabricksCatalog#catalog_info}


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/catalog#id DataDatabricksCatalog#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


Classes

DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlagOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlagOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetInheritedFromName No description.
ResetInheritedFromType No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetInheritedFromName
private void ResetInheritedFromName()
ResetInheritedFromType
private void ResetInheritedFromType()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
InheritedFromNameInput string No description.
InheritedFromTypeInput string No description.
ValueInput string No description.
InheritedFromName string No description.
InheritedFromType string No description.
Value string No description.
InternalValue DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

InheritedFromNameInputOptional
public string InheritedFromNameInput { get; }
  • Type: string

InheritedFromTypeInputOptional
public string InheritedFromTypeInput { get; }
  • Type: string

ValueInputOptional
public string ValueInput { get; }
  • Type: string

InheritedFromNameRequired
public string InheritedFromName { get; }
  • Type: string

InheritedFromTypeRequired
public string InheritedFromType { get; }
  • Type: string

ValueRequired
public string Value { get; }
  • Type: string

InternalValueOptional
public DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag InternalValue { get; }

DataDatabricksCatalogCatalogInfoOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalogCatalogInfoOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
PutEffectivePredictiveOptimizationFlag No description.
PutProvisioningInfo No description.
ResetBrowseOnly No description.
ResetCatalogType No description.
ResetComment No description.
ResetConnectionName No description.
ResetCreatedAt No description.
ResetCreatedBy No description.
ResetEffectivePredictiveOptimizationFlag No description.
ResetEnablePredictiveOptimization No description.
ResetFullName No description.
ResetIsolationMode No description.
ResetMetastoreId No description.
ResetName No description.
ResetOptions No description.
ResetOwner No description.
ResetProperties No description.
ResetProviderName No description.
ResetProvisioningInfo No description.
ResetSecurableKind No description.
ResetSecurableType No description.
ResetShareName No description.
ResetStorageLocation No description.
ResetStorageRoot No description.
ResetUpdatedAt No description.
ResetUpdatedBy No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

PutEffectivePredictiveOptimizationFlag
private void PutEffectivePredictiveOptimizationFlag(DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag Value)
ValueRequired

PutProvisioningInfo
private void PutProvisioningInfo(DataDatabricksCatalogCatalogInfoProvisioningInfo Value)
ValueRequired

ResetBrowseOnly
private void ResetBrowseOnly()
ResetCatalogType
private void ResetCatalogType()
ResetComment
private void ResetComment()
ResetConnectionName
private void ResetConnectionName()
ResetCreatedAt
private void ResetCreatedAt()
ResetCreatedBy
private void ResetCreatedBy()
ResetEffectivePredictiveOptimizationFlag
private void ResetEffectivePredictiveOptimizationFlag()
ResetEnablePredictiveOptimization
private void ResetEnablePredictiveOptimization()
ResetFullName
private void ResetFullName()
ResetIsolationMode
private void ResetIsolationMode()
ResetMetastoreId
private void ResetMetastoreId()
ResetName
private void ResetName()
ResetOptions
private void ResetOptions()
ResetOwner
private void ResetOwner()
ResetProperties
private void ResetProperties()
ResetProviderName
private void ResetProviderName()
ResetProvisioningInfo
private void ResetProvisioningInfo()
ResetSecurableKind
private void ResetSecurableKind()
ResetSecurableType
private void ResetSecurableType()
ResetShareName
private void ResetShareName()
ResetStorageLocation
private void ResetStorageLocation()
ResetStorageRoot
private void ResetStorageRoot()
ResetUpdatedAt
private void ResetUpdatedAt()
ResetUpdatedBy
private void ResetUpdatedBy()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
EffectivePredictiveOptimizationFlag DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlagOutputReference No description.
ProvisioningInfo DataDatabricksCatalogCatalogInfoProvisioningInfoOutputReference No description.
BrowseOnlyInput object No description.
CatalogTypeInput string No description.
CommentInput string No description.
ConnectionNameInput string No description.
CreatedAtInput double No description.
CreatedByInput string No description.
EffectivePredictiveOptimizationFlagInput DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag No description.
EnablePredictiveOptimizationInput string No description.
FullNameInput string No description.
IsolationModeInput string No description.
MetastoreIdInput string No description.
NameInput string No description.
OptionsInput System.Collections.Generic.IDictionary<string, string> No description.
OwnerInput string No description.
PropertiesInput System.Collections.Generic.IDictionary<string, string> No description.
ProviderNameInput string No description.
ProvisioningInfoInput DataDatabricksCatalogCatalogInfoProvisioningInfo No description.
SecurableKindInput string No description.
SecurableTypeInput string No description.
ShareNameInput string No description.
StorageLocationInput string No description.
StorageRootInput string No description.
UpdatedAtInput double No description.
UpdatedByInput string No description.
BrowseOnly object No description.
CatalogType string No description.
Comment string No description.
ConnectionName string No description.
CreatedAt double No description.
CreatedBy string No description.
EnablePredictiveOptimization string No description.
FullName string No description.
IsolationMode string No description.
MetastoreId string No description.
Name string No description.
Options System.Collections.Generic.IDictionary<string, string> No description.
Owner string No description.
Properties System.Collections.Generic.IDictionary<string, string> No description.
ProviderName string No description.
SecurableKind string No description.
SecurableType string No description.
ShareName string No description.
StorageLocation string No description.
StorageRoot string No description.
UpdatedAt double No description.
UpdatedBy string No description.
InternalValue DataDatabricksCatalogCatalogInfo No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

EffectivePredictiveOptimizationFlagRequired
public DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlagOutputReference EffectivePredictiveOptimizationFlag { get; }

ProvisioningInfoRequired
public DataDatabricksCatalogCatalogInfoProvisioningInfoOutputReference ProvisioningInfo { get; }

BrowseOnlyInputOptional
public object BrowseOnlyInput { get; }
  • Type: object

CatalogTypeInputOptional
public string CatalogTypeInput { get; }
  • Type: string

CommentInputOptional
public string CommentInput { get; }
  • Type: string

ConnectionNameInputOptional
public string ConnectionNameInput { get; }
  • Type: string

CreatedAtInputOptional
public double CreatedAtInput { get; }
  • Type: double

CreatedByInputOptional
public string CreatedByInput { get; }
  • Type: string

EffectivePredictiveOptimizationFlagInputOptional
public DataDatabricksCatalogCatalogInfoEffectivePredictiveOptimizationFlag EffectivePredictiveOptimizationFlagInput { get; }

EnablePredictiveOptimizationInputOptional
public string EnablePredictiveOptimizationInput { get; }
  • Type: string

FullNameInputOptional
public string FullNameInput { get; }
  • Type: string

IsolationModeInputOptional
public string IsolationModeInput { get; }
  • Type: string

MetastoreIdInputOptional
public string MetastoreIdInput { get; }
  • Type: string

NameInputOptional
public string NameInput { get; }
  • Type: string

OptionsInputOptional
public System.Collections.Generic.IDictionary<string, string> OptionsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

OwnerInputOptional
public string OwnerInput { get; }
  • Type: string

PropertiesInputOptional
public System.Collections.Generic.IDictionary<string, string> PropertiesInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

ProviderNameInputOptional
public string ProviderNameInput { get; }
  • Type: string

ProvisioningInfoInputOptional
public DataDatabricksCatalogCatalogInfoProvisioningInfo ProvisioningInfoInput { get; }

SecurableKindInputOptional
public string SecurableKindInput { get; }
  • Type: string

SecurableTypeInputOptional
public string SecurableTypeInput { get; }
  • Type: string

ShareNameInputOptional
public string ShareNameInput { get; }
  • Type: string

StorageLocationInputOptional
public string StorageLocationInput { get; }
  • Type: string

StorageRootInputOptional
public string StorageRootInput { get; }
  • Type: string

UpdatedAtInputOptional
public double UpdatedAtInput { get; }
  • Type: double

UpdatedByInputOptional
public string UpdatedByInput { get; }
  • Type: string

BrowseOnlyRequired
public object BrowseOnly { get; }
  • Type: object

CatalogTypeRequired
public string CatalogType { get; }
  • Type: string

CommentRequired
public string Comment { get; }
  • Type: string

ConnectionNameRequired
public string ConnectionName { get; }
  • Type: string

CreatedAtRequired
public double CreatedAt { get; }
  • Type: double

CreatedByRequired
public string CreatedBy { get; }
  • Type: string

EnablePredictiveOptimizationRequired
public string EnablePredictiveOptimization { get; }
  • Type: string

FullNameRequired
public string FullName { get; }
  • Type: string

IsolationModeRequired
public string IsolationMode { get; }
  • Type: string

MetastoreIdRequired
public string MetastoreId { get; }
  • Type: string

NameRequired
public string Name { get; }
  • Type: string

OptionsRequired
public System.Collections.Generic.IDictionary<string, string> Options { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

OwnerRequired
public string Owner { get; }
  • Type: string

PropertiesRequired
public System.Collections.Generic.IDictionary<string, string> Properties { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

ProviderNameRequired
public string ProviderName { get; }
  • Type: string

SecurableKindRequired
public string SecurableKind { get; }
  • Type: string

SecurableTypeRequired
public string SecurableType { get; }
  • Type: string

ShareNameRequired
public string ShareName { get; }
  • Type: string

StorageLocationRequired
public string StorageLocation { get; }
  • Type: string

StorageRootRequired
public string StorageRoot { get; }
  • Type: string

UpdatedAtRequired
public double UpdatedAt { get; }
  • Type: double

UpdatedByRequired
public string UpdatedBy { get; }
  • Type: string

InternalValueOptional
public DataDatabricksCatalogCatalogInfo InternalValue { get; }

DataDatabricksCatalogCatalogInfoProvisioningInfoOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksCatalogCatalogInfoProvisioningInfoOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetState No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetState
private void ResetState()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
StateInput string No description.
State string No description.
InternalValue DataDatabricksCatalogCatalogInfoProvisioningInfo No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

StateInputOptional
public string StateInput { get; }
  • Type: string

StateRequired
public string State { get; }
  • Type: string

InternalValueOptional
public DataDatabricksCatalogCatalogInfoProvisioningInfo InternalValue { get; }