Skip to content

Latest commit

 

History

History
1249 lines (792 loc) · 55.7 KB

dataDatabricksNodeType.go.md

File metadata and controls

1249 lines (792 loc) · 55.7 KB

dataDatabricksNodeType Submodule

Constructs

DataDatabricksNodeType

Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type databricks_node_type}.

Initializers

import "github.com/cdktf/cdktf-provider-databricks-go/databricks/v13/datadatabricksnodetype"

datadatabricksnodetype.NewDataDatabricksNodeType(scope Construct, id *string, config DataDatabricksNodeTypeConfig) DataDatabricksNodeType
Name Type Description
scope github.com/aws/constructs-go/constructs/v10.Construct The scope in which to define this construct.
id *string The scoped construct ID.
config DataDatabricksNodeTypeConfig No description.

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.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


configOptional

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.
ResetCategory No description.
ResetFleet No description.
ResetGbPerCore No description.
ResetGraviton No description.
ResetId No description.
ResetIsIoCacheEnabled No description.
ResetLocalDisk No description.
ResetLocalDiskMinSize No description.
ResetMinCores No description.
ResetMinGpus No description.
ResetMinMemoryGb No description.
ResetPhotonDriverCapable No description.
ResetPhotonWorkerCapable No description.
ResetSupportPortForwarding No description.

ToString
func ToString() *string

Returns a string representation of this construct.

AddOverride
func AddOverride(path *string, value interface{})
pathRequired
  • Type: *string

valueRequired
  • Type: interface{}

OverrideLogicalId
func OverrideLogicalId(newLogicalId *string)

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

newLogicalIdRequired
  • Type: *string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
func ResetOverrideLogicalId()

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

ToHclTerraform
func ToHclTerraform() interface{}

Adds this resource to the terraform JSON output.

ToMetadata
func ToMetadata() interface{}
ToTerraform
func ToTerraform() interface{}

Adds this resource to the terraform JSON output.

GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

InterpolationForAttribute
func InterpolationForAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

ResetCategory
func ResetCategory()
ResetFleet
func ResetFleet()
ResetGbPerCore
func ResetGbPerCore()
ResetGraviton
func ResetGraviton()
ResetId
func ResetId()
ResetIsIoCacheEnabled
func ResetIsIoCacheEnabled()
ResetLocalDisk
func ResetLocalDisk()
ResetLocalDiskMinSize
func ResetLocalDiskMinSize()
ResetMinCores
func ResetMinCores()
ResetMinGpus
func ResetMinGpus()
ResetMinMemoryGb
func ResetMinMemoryGb()
ResetPhotonDriverCapable
func ResetPhotonDriverCapable()
ResetPhotonWorkerCapable
func ResetPhotonWorkerCapable()
ResetSupportPortForwarding
func ResetSupportPortForwarding()

Static Functions

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

IsConstruct
import "github.com/cdktf/cdktf-provider-databricks-go/databricks/v13/datadatabricksnodetype"

datadatabricksnodetype.DataDatabricksNodeType_IsConstruct(x interface{}) *bool

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: interface{}

Any object.


IsTerraformElement
import "github.com/cdktf/cdktf-provider-databricks-go/databricks/v13/datadatabricksnodetype"

datadatabricksnodetype.DataDatabricksNodeType_IsTerraformElement(x interface{}) *bool
xRequired
  • Type: interface{}

IsTerraformDataSource
import "github.com/cdktf/cdktf-provider-databricks-go/databricks/v13/datadatabricksnodetype"

datadatabricksnodetype.DataDatabricksNodeType_IsTerraformDataSource(x interface{}) *bool
xRequired
  • Type: interface{}

GenerateConfigForImport
import "github.com/cdktf/cdktf-provider-databricks-go/databricks/v13/datadatabricksnodetype"

datadatabricksnodetype.DataDatabricksNodeType_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource

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

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: *string

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


importFromIdRequired
  • Type: *string

The id of the existing DataDatabricksNodeType that should be imported.

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


providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

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


Properties

Name Type Description
Node github.com/aws/constructs-go/constructs/v10.Node The tree node.
CdktfStack github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack No description.
Fqn *string No description.
FriendlyUniqueId *string No description.
TerraformMetaArguments *map[string]interface{} No description.
TerraformResourceType *string No description.
TerraformGeneratorMetadata github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata No description.
Count interface{} No description.
DependsOn *[]*string No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
CategoryInput *string No description.
FleetInput interface{} No description.
GbPerCoreInput *f64 No description.
GravitonInput interface{} No description.
IdInput *string No description.
IsIoCacheEnabledInput interface{} No description.
LocalDiskInput interface{} No description.
LocalDiskMinSizeInput *f64 No description.
MinCoresInput *f64 No description.
MinGpusInput *f64 No description.
MinMemoryGbInput *f64 No description.
PhotonDriverCapableInput interface{} No description.
PhotonWorkerCapableInput interface{} No description.
SupportPortForwardingInput interface{} No description.
Category *string No description.
Fleet interface{} No description.
GbPerCore *f64 No description.
Graviton interface{} No description.
Id *string No description.
IsIoCacheEnabled interface{} No description.
LocalDisk interface{} No description.
LocalDiskMinSize *f64 No description.
MinCores *f64 No description.
MinGpus *f64 No description.
MinMemoryGb *f64 No description.
PhotonDriverCapable interface{} No description.
PhotonWorkerCapable interface{} No description.
SupportPortForwarding interface{} No description.

NodeRequired
func Node() Node
  • Type: github.com/aws/constructs-go/constructs/v10.Node

The tree node.


CdktfStackRequired
func CdktfStack() TerraformStack
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack

FqnRequired
func Fqn() *string
  • Type: *string

FriendlyUniqueIdRequired
func FriendlyUniqueId() *string
  • Type: *string

TerraformMetaArgumentsRequired
func TerraformMetaArguments() *map[string]interface{}
  • Type: *map[string]interface{}

TerraformResourceTypeRequired
func TerraformResourceType() *string
  • Type: *string

TerraformGeneratorMetadataOptional
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata

CountOptional
func Count() interface{}
  • Type: interface{}

DependsOnOptional
func DependsOn() *[]*string
  • Type: *[]*string

ForEachOptional
func ForEach() ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
func Lifecycle() TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
func Provider() TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

CategoryInputOptional
func CategoryInput() *string
  • Type: *string

FleetInputOptional
func FleetInput() interface{}
  • Type: interface{}

GbPerCoreInputOptional
func GbPerCoreInput() *f64
  • Type: *f64

GravitonInputOptional
func GravitonInput() interface{}
  • Type: interface{}

IdInputOptional
func IdInput() *string
  • Type: *string

IsIoCacheEnabledInputOptional
func IsIoCacheEnabledInput() interface{}
  • Type: interface{}

LocalDiskInputOptional
func LocalDiskInput() interface{}
  • Type: interface{}

LocalDiskMinSizeInputOptional
func LocalDiskMinSizeInput() *f64
  • Type: *f64

MinCoresInputOptional
func MinCoresInput() *f64
  • Type: *f64

MinGpusInputOptional
func MinGpusInput() *f64
  • Type: *f64

MinMemoryGbInputOptional
func MinMemoryGbInput() *f64
  • Type: *f64

PhotonDriverCapableInputOptional
func PhotonDriverCapableInput() interface{}
  • Type: interface{}

PhotonWorkerCapableInputOptional
func PhotonWorkerCapableInput() interface{}
  • Type: interface{}

SupportPortForwardingInputOptional
func SupportPortForwardingInput() interface{}
  • Type: interface{}

CategoryRequired
func Category() *string
  • Type: *string

FleetRequired
func Fleet() interface{}
  • Type: interface{}

GbPerCoreRequired
func GbPerCore() *f64
  • Type: *f64

GravitonRequired
func Graviton() interface{}
  • Type: interface{}

IdRequired
func Id() *string
  • Type: *string

IsIoCacheEnabledRequired
func IsIoCacheEnabled() interface{}
  • Type: interface{}

LocalDiskRequired
func LocalDisk() interface{}
  • Type: interface{}

LocalDiskMinSizeRequired
func LocalDiskMinSize() *f64
  • Type: *f64

MinCoresRequired
func MinCores() *f64
  • Type: *f64

MinGpusRequired
func MinGpus() *f64
  • Type: *f64

MinMemoryGbRequired
func MinMemoryGb() *f64
  • Type: *f64

PhotonDriverCapableRequired
func PhotonDriverCapable() interface{}
  • Type: interface{}

PhotonWorkerCapableRequired
func PhotonWorkerCapable() interface{}
  • Type: interface{}

SupportPortForwardingRequired
func SupportPortForwarding() interface{}
  • Type: interface{}

Constants

Name Type Description
TfResourceType *string No description.

TfResourceTypeRequired
func TfResourceType() *string
  • Type: *string

Structs

DataDatabricksNodeTypeConfig

Initializer

import "github.com/cdktf/cdktf-provider-databricks-go/databricks/v13/datadatabricksnodetype"

&datadatabricksnodetype.DataDatabricksNodeTypeConfig {
	Connection: interface{},
	Count: interface{},
	DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
	ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
	Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
	Provisioners: *[]interface{},
	Category: *string,
	Fleet: interface{},
	GbPerCore: *f64,
	Graviton: interface{},
	Id: *string,
	IsIoCacheEnabled: interface{},
	LocalDisk: interface{},
	LocalDiskMinSize: *f64,
	MinCores: *f64,
	MinGpus: *f64,
	MinMemoryGb: *f64,
	PhotonDriverCapable: interface{},
	PhotonWorkerCapable: interface{},
	SupportPortForwarding: interface{},
}

Properties

Name Type Description
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
Category *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#category DataDatabricksNodeType#category}.
Fleet interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#fleet DataDatabricksNodeType#fleet}.
GbPerCore *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#gb_per_core DataDatabricksNodeType#gb_per_core}.
Graviton interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#graviton DataDatabricksNodeType#graviton}.
Id *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#id DataDatabricksNodeType#id}.
IsIoCacheEnabled interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#is_io_cache_enabled DataDatabricksNodeType#is_io_cache_enabled}.
LocalDisk interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#local_disk DataDatabricksNodeType#local_disk}.
LocalDiskMinSize *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#local_disk_min_size DataDatabricksNodeType#local_disk_min_size}.
MinCores *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#min_cores DataDatabricksNodeType#min_cores}.
MinGpus *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#min_gpus DataDatabricksNodeType#min_gpus}.
MinMemoryGb *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#min_memory_gb DataDatabricksNodeType#min_memory_gb}.
PhotonDriverCapable interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#photon_driver_capable DataDatabricksNodeType#photon_driver_capable}.
PhotonWorkerCapable interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#photon_worker_capable DataDatabricksNodeType#photon_worker_capable}.
SupportPortForwarding interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#support_port_forwarding DataDatabricksNodeType#support_port_forwarding}.

ConnectionOptional
Connection interface{}
  • Type: interface{}

CountOptional
Count interface{}
  • Type: interface{}

DependsOnOptional
DependsOn *[]ITerraformDependable
  • Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable

ForEachOptional
ForEach ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
Lifecycle TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
Provider TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
Provisioners *[]interface{}
  • Type: *[]interface{}

CategoryOptional
Category *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#category DataDatabricksNodeType#category}.


FleetOptional
Fleet interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#fleet DataDatabricksNodeType#fleet}.


GbPerCoreOptional
GbPerCore *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#gb_per_core DataDatabricksNodeType#gb_per_core}.


GravitonOptional
Graviton interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#graviton DataDatabricksNodeType#graviton}.


IdOptional
Id *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#id DataDatabricksNodeType#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.


IsIoCacheEnabledOptional
IsIoCacheEnabled interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#is_io_cache_enabled DataDatabricksNodeType#is_io_cache_enabled}.


LocalDiskOptional
LocalDisk interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#local_disk DataDatabricksNodeType#local_disk}.


LocalDiskMinSizeOptional
LocalDiskMinSize *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#local_disk_min_size DataDatabricksNodeType#local_disk_min_size}.


MinCoresOptional
MinCores *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#min_cores DataDatabricksNodeType#min_cores}.


MinGpusOptional
MinGpus *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#min_gpus DataDatabricksNodeType#min_gpus}.


MinMemoryGbOptional
MinMemoryGb *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#min_memory_gb DataDatabricksNodeType#min_memory_gb}.


PhotonDriverCapableOptional
PhotonDriverCapable interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#photon_driver_capable DataDatabricksNodeType#photon_driver_capable}.


PhotonWorkerCapableOptional
PhotonWorkerCapable interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#photon_worker_capable DataDatabricksNodeType#photon_worker_capable}.


SupportPortForwardingOptional
SupportPortForwarding interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.62.0/docs/data-sources/node_type#support_port_forwarding DataDatabricksNodeType#support_port_forwarding}.