Documentation ¶
Index ¶
- func DatabricksWorkspace_IsConstruct(x interface{}) *bool
- func DatabricksWorkspace_IsTerraformElement(x interface{}) *bool
- func DatabricksWorkspace_IsTerraformResource(x interface{}) *bool
- func DatabricksWorkspace_TfResourceType() *string
- func NewDatabricksWorkspaceCustomParametersOutputReference_Override(d DatabricksWorkspaceCustomParametersOutputReference, ...)
- func NewDatabricksWorkspaceManagedDiskIdentityList_Override(d DatabricksWorkspaceManagedDiskIdentityList, ...)
- func NewDatabricksWorkspaceManagedDiskIdentityOutputReference_Override(d DatabricksWorkspaceManagedDiskIdentityOutputReference, ...)
- func NewDatabricksWorkspaceStorageAccountIdentityList_Override(d DatabricksWorkspaceStorageAccountIdentityList, ...)
- func NewDatabricksWorkspaceStorageAccountIdentityOutputReference_Override(d DatabricksWorkspaceStorageAccountIdentityOutputReference, ...)
- func NewDatabricksWorkspaceTimeoutsOutputReference_Override(d DatabricksWorkspaceTimeoutsOutputReference, ...)
- func NewDatabricksWorkspace_Override(d DatabricksWorkspace, scope constructs.Construct, id *string, ...)
- type DatabricksWorkspace
- type DatabricksWorkspaceConfig
- type DatabricksWorkspaceCustomParameters
- type DatabricksWorkspaceCustomParametersOutputReference
- type DatabricksWorkspaceManagedDiskIdentity
- type DatabricksWorkspaceManagedDiskIdentityList
- type DatabricksWorkspaceManagedDiskIdentityOutputReference
- type DatabricksWorkspaceStorageAccountIdentity
- type DatabricksWorkspaceStorageAccountIdentityList
- type DatabricksWorkspaceStorageAccountIdentityOutputReference
- type DatabricksWorkspaceTimeouts
- type DatabricksWorkspaceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabricksWorkspace_IsConstruct ¶
func DatabricksWorkspace_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.
Returns: true if `x` is an object created from a class which extends `Construct`.
func DatabricksWorkspace_IsTerraformElement ¶
func DatabricksWorkspace_IsTerraformElement(x interface{}) *bool
Experimental.
func DatabricksWorkspace_IsTerraformResource ¶
func DatabricksWorkspace_IsTerraformResource(x interface{}) *bool
Experimental.
func DatabricksWorkspace_TfResourceType ¶
func DatabricksWorkspace_TfResourceType() *string
func NewDatabricksWorkspaceCustomParametersOutputReference_Override ¶
func NewDatabricksWorkspaceCustomParametersOutputReference_Override(d DatabricksWorkspaceCustomParametersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDatabricksWorkspaceManagedDiskIdentityList_Override ¶
func NewDatabricksWorkspaceManagedDiskIdentityList_Override(d DatabricksWorkspaceManagedDiskIdentityList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDatabricksWorkspaceManagedDiskIdentityOutputReference_Override ¶
func NewDatabricksWorkspaceManagedDiskIdentityOutputReference_Override(d DatabricksWorkspaceManagedDiskIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDatabricksWorkspaceStorageAccountIdentityList_Override ¶
func NewDatabricksWorkspaceStorageAccountIdentityList_Override(d DatabricksWorkspaceStorageAccountIdentityList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDatabricksWorkspaceStorageAccountIdentityOutputReference_Override ¶
func NewDatabricksWorkspaceStorageAccountIdentityOutputReference_Override(d DatabricksWorkspaceStorageAccountIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDatabricksWorkspaceTimeoutsOutputReference_Override ¶
func NewDatabricksWorkspaceTimeoutsOutputReference_Override(d DatabricksWorkspaceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDatabricksWorkspace_Override ¶
func NewDatabricksWorkspace_Override(d DatabricksWorkspace, scope constructs.Construct, id *string, config *DatabricksWorkspaceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace azurerm_databricks_workspace} Resource.
Types ¶
type DatabricksWorkspace ¶
type DatabricksWorkspace interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CustomerManagedKeyEnabled() interface{} SetCustomerManagedKeyEnabled(val interface{}) CustomerManagedKeyEnabledInput() interface{} CustomParameters() DatabricksWorkspaceCustomParametersOutputReference CustomParametersInput() *DatabricksWorkspaceCustomParameters // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DiskEncryptionSetId() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InfrastructureEncryptionEnabled() interface{} SetInfrastructureEncryptionEnabled(val interface{}) InfrastructureEncryptionEnabledInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LoadBalancerBackendAddressPoolId() *string SetLoadBalancerBackendAddressPoolId(val *string) LoadBalancerBackendAddressPoolIdInput() *string Location() *string SetLocation(val *string) LocationInput() *string ManagedDiskCmkKeyVaultKeyId() *string SetManagedDiskCmkKeyVaultKeyId(val *string) ManagedDiskCmkKeyVaultKeyIdInput() *string ManagedDiskCmkRotationToLatestVersionEnabled() interface{} SetManagedDiskCmkRotationToLatestVersionEnabled(val interface{}) ManagedDiskCmkRotationToLatestVersionEnabledInput() interface{} ManagedDiskIdentity() DatabricksWorkspaceManagedDiskIdentityList ManagedResourceGroupId() *string ManagedResourceGroupName() *string SetManagedResourceGroupName(val *string) ManagedResourceGroupNameInput() *string ManagedServicesCmkKeyVaultKeyId() *string SetManagedServicesCmkKeyVaultKeyId(val *string) ManagedServicesCmkKeyVaultKeyIdInput() *string Name() *string SetName(val *string) NameInput() *string NetworkSecurityGroupRulesRequired() *string SetNetworkSecurityGroupRulesRequired(val *string) NetworkSecurityGroupRulesRequiredInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicNetworkAccessEnabled() interface{} SetPublicNetworkAccessEnabled(val interface{}) PublicNetworkAccessEnabledInput() interface{} // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string Sku() *string SetSku(val *string) SkuInput() *string StorageAccountIdentity() DatabricksWorkspaceStorageAccountIdentityList Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DatabricksWorkspaceTimeoutsOutputReference TimeoutsInput() interface{} WorkspaceId() *string WorkspaceUrl() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCustomParameters(value *DatabricksWorkspaceCustomParameters) PutTimeouts(value *DatabricksWorkspaceTimeouts) ResetCustomerManagedKeyEnabled() ResetCustomParameters() ResetId() ResetInfrastructureEncryptionEnabled() ResetLoadBalancerBackendAddressPoolId() ResetManagedDiskCmkKeyVaultKeyId() ResetManagedDiskCmkRotationToLatestVersionEnabled() ResetManagedResourceGroupName() ResetManagedServicesCmkKeyVaultKeyId() ResetNetworkSecurityGroupRulesRequired() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPublicNetworkAccessEnabled() ResetTags() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace azurerm_databricks_workspace}.
func NewDatabricksWorkspace ¶
func NewDatabricksWorkspace(scope constructs.Construct, id *string, config *DatabricksWorkspaceConfig) DatabricksWorkspace
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace azurerm_databricks_workspace} Resource.
type DatabricksWorkspaceConfig ¶
type DatabricksWorkspaceConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#location DatabricksWorkspace#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#name DatabricksWorkspace#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#resource_group_name DatabricksWorkspace#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#sku DatabricksWorkspace#sku}. Sku *string `field:"required" json:"sku" yaml:"sku"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#customer_managed_key_enabled DatabricksWorkspace#customer_managed_key_enabled}. CustomerManagedKeyEnabled interface{} `field:"optional" json:"customerManagedKeyEnabled" yaml:"customerManagedKeyEnabled"` // custom_parameters block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#custom_parameters DatabricksWorkspace#custom_parameters} CustomParameters *DatabricksWorkspaceCustomParameters `field:"optional" json:"customParameters" yaml:"customParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#id DatabricksWorkspace#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. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#infrastructure_encryption_enabled DatabricksWorkspace#infrastructure_encryption_enabled}. InfrastructureEncryptionEnabled interface{} `field:"optional" json:"infrastructureEncryptionEnabled" yaml:"infrastructureEncryptionEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#load_balancer_backend_address_pool_id DatabricksWorkspace#load_balancer_backend_address_pool_id}. LoadBalancerBackendAddressPoolId *string `field:"optional" json:"loadBalancerBackendAddressPoolId" yaml:"loadBalancerBackendAddressPoolId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#managed_disk_cmk_key_vault_key_id DatabricksWorkspace#managed_disk_cmk_key_vault_key_id}. ManagedDiskCmkKeyVaultKeyId *string `field:"optional" json:"managedDiskCmkKeyVaultKeyId" yaml:"managedDiskCmkKeyVaultKeyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#managed_disk_cmk_rotation_to_latest_version_enabled DatabricksWorkspace#managed_disk_cmk_rotation_to_latest_version_enabled}. ManagedDiskCmkRotationToLatestVersionEnabled interface{} `field:"optional" json:"managedDiskCmkRotationToLatestVersionEnabled" yaml:"managedDiskCmkRotationToLatestVersionEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#managed_resource_group_name DatabricksWorkspace#managed_resource_group_name}. ManagedResourceGroupName *string `field:"optional" json:"managedResourceGroupName" yaml:"managedResourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#managed_services_cmk_key_vault_key_id DatabricksWorkspace#managed_services_cmk_key_vault_key_id}. ManagedServicesCmkKeyVaultKeyId *string `field:"optional" json:"managedServicesCmkKeyVaultKeyId" yaml:"managedServicesCmkKeyVaultKeyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#network_security_group_rules_required DatabricksWorkspace#network_security_group_rules_required}. NetworkSecurityGroupRulesRequired *string `field:"optional" json:"networkSecurityGroupRulesRequired" yaml:"networkSecurityGroupRulesRequired"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#public_network_access_enabled DatabricksWorkspace#public_network_access_enabled}. PublicNetworkAccessEnabled interface{} `field:"optional" json:"publicNetworkAccessEnabled" yaml:"publicNetworkAccessEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#tags DatabricksWorkspace#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#timeouts DatabricksWorkspace#timeouts} Timeouts *DatabricksWorkspaceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DatabricksWorkspaceCustomParameters ¶
type DatabricksWorkspaceCustomParameters struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#machine_learning_workspace_id DatabricksWorkspace#machine_learning_workspace_id}. MachineLearningWorkspaceId *string `field:"optional" json:"machineLearningWorkspaceId" yaml:"machineLearningWorkspaceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#nat_gateway_name DatabricksWorkspace#nat_gateway_name}. NatGatewayName *string `field:"optional" json:"natGatewayName" yaml:"natGatewayName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#no_public_ip DatabricksWorkspace#no_public_ip}. NoPublicIp interface{} `field:"optional" json:"noPublicIp" yaml:"noPublicIp"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#private_subnet_name DatabricksWorkspace#private_subnet_name}. PrivateSubnetName *string `field:"optional" json:"privateSubnetName" yaml:"privateSubnetName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#private_subnet_network_security_group_association_id DatabricksWorkspace#private_subnet_network_security_group_association_id}. PrivateSubnetNetworkSecurityGroupAssociationId *string `field:"optional" json:"privateSubnetNetworkSecurityGroupAssociationId" yaml:"privateSubnetNetworkSecurityGroupAssociationId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#public_ip_name DatabricksWorkspace#public_ip_name}. PublicIpName *string `field:"optional" json:"publicIpName" yaml:"publicIpName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#public_subnet_name DatabricksWorkspace#public_subnet_name}. PublicSubnetName *string `field:"optional" json:"publicSubnetName" yaml:"publicSubnetName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#public_subnet_network_security_group_association_id DatabricksWorkspace#public_subnet_network_security_group_association_id}. PublicSubnetNetworkSecurityGroupAssociationId *string `field:"optional" json:"publicSubnetNetworkSecurityGroupAssociationId" yaml:"publicSubnetNetworkSecurityGroupAssociationId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#storage_account_name DatabricksWorkspace#storage_account_name}. StorageAccountName *string `field:"optional" json:"storageAccountName" yaml:"storageAccountName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#storage_account_sku_name DatabricksWorkspace#storage_account_sku_name}. StorageAccountSkuName *string `field:"optional" json:"storageAccountSkuName" yaml:"storageAccountSkuName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#virtual_network_id DatabricksWorkspace#virtual_network_id}. VirtualNetworkId *string `field:"optional" json:"virtualNetworkId" yaml:"virtualNetworkId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#vnet_address_prefix DatabricksWorkspace#vnet_address_prefix}. VnetAddressPrefix *string `field:"optional" json:"vnetAddressPrefix" yaml:"vnetAddressPrefix"` }
type DatabricksWorkspaceCustomParametersOutputReference ¶
type DatabricksWorkspaceCustomParametersOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DatabricksWorkspaceCustomParameters SetInternalValue(val *DatabricksWorkspaceCustomParameters) MachineLearningWorkspaceId() *string SetMachineLearningWorkspaceId(val *string) MachineLearningWorkspaceIdInput() *string NatGatewayName() *string SetNatGatewayName(val *string) NatGatewayNameInput() *string NoPublicIp() interface{} SetNoPublicIp(val interface{}) NoPublicIpInput() interface{} PrivateSubnetName() *string SetPrivateSubnetName(val *string) PrivateSubnetNameInput() *string PrivateSubnetNetworkSecurityGroupAssociationId() *string SetPrivateSubnetNetworkSecurityGroupAssociationId(val *string) PrivateSubnetNetworkSecurityGroupAssociationIdInput() *string PublicIpName() *string SetPublicIpName(val *string) PublicIpNameInput() *string PublicSubnetName() *string SetPublicSubnetName(val *string) PublicSubnetNameInput() *string PublicSubnetNetworkSecurityGroupAssociationId() *string SetPublicSubnetNetworkSecurityGroupAssociationId(val *string) PublicSubnetNetworkSecurityGroupAssociationIdInput() *string StorageAccountName() *string SetStorageAccountName(val *string) StorageAccountNameInput() *string StorageAccountSkuName() *string SetStorageAccountSkuName(val *string) StorageAccountSkuNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VirtualNetworkId() *string SetVirtualNetworkId(val *string) VirtualNetworkIdInput() *string VnetAddressPrefix() *string SetVnetAddressPrefix(val *string) VnetAddressPrefixInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetMachineLearningWorkspaceId() ResetNatGatewayName() ResetNoPublicIp() ResetPrivateSubnetName() ResetPrivateSubnetNetworkSecurityGroupAssociationId() ResetPublicIpName() ResetPublicSubnetName() ResetPublicSubnetNetworkSecurityGroupAssociationId() ResetStorageAccountName() ResetStorageAccountSkuName() ResetVirtualNetworkId() ResetVnetAddressPrefix() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDatabricksWorkspaceCustomParametersOutputReference ¶
func NewDatabricksWorkspaceCustomParametersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DatabricksWorkspaceCustomParametersOutputReference
type DatabricksWorkspaceManagedDiskIdentity ¶
type DatabricksWorkspaceManagedDiskIdentity struct { }
type DatabricksWorkspaceManagedDiskIdentityList ¶
type DatabricksWorkspaceManagedDiskIdentityList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DatabricksWorkspaceManagedDiskIdentityOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDatabricksWorkspaceManagedDiskIdentityList ¶
func NewDatabricksWorkspaceManagedDiskIdentityList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DatabricksWorkspaceManagedDiskIdentityList
type DatabricksWorkspaceManagedDiskIdentityOutputReference ¶
type DatabricksWorkspaceManagedDiskIdentityOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DatabricksWorkspaceManagedDiskIdentity SetInternalValue(val *DatabricksWorkspaceManagedDiskIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDatabricksWorkspaceManagedDiskIdentityOutputReference ¶
func NewDatabricksWorkspaceManagedDiskIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DatabricksWorkspaceManagedDiskIdentityOutputReference
type DatabricksWorkspaceStorageAccountIdentity ¶
type DatabricksWorkspaceStorageAccountIdentity struct { }
type DatabricksWorkspaceStorageAccountIdentityList ¶
type DatabricksWorkspaceStorageAccountIdentityList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DatabricksWorkspaceStorageAccountIdentityOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDatabricksWorkspaceStorageAccountIdentityList ¶
func NewDatabricksWorkspaceStorageAccountIdentityList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DatabricksWorkspaceStorageAccountIdentityList
type DatabricksWorkspaceStorageAccountIdentityOutputReference ¶
type DatabricksWorkspaceStorageAccountIdentityOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DatabricksWorkspaceStorageAccountIdentity SetInternalValue(val *DatabricksWorkspaceStorageAccountIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDatabricksWorkspaceStorageAccountIdentityOutputReference ¶
func NewDatabricksWorkspaceStorageAccountIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DatabricksWorkspaceStorageAccountIdentityOutputReference
type DatabricksWorkspaceTimeouts ¶
type DatabricksWorkspaceTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#create DatabricksWorkspace#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#delete DatabricksWorkspace#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#read DatabricksWorkspace#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.65.0/docs/resources/databricks_workspace#update DatabricksWorkspace#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DatabricksWorkspaceTimeoutsOutputReference ¶
type DatabricksWorkspaceTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *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. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDatabricksWorkspaceTimeoutsOutputReference ¶
func NewDatabricksWorkspaceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DatabricksWorkspaceTimeoutsOutputReference
Source Files ¶
- DatabricksWorkspace.go
- DatabricksWorkspaceConfig.go
- DatabricksWorkspaceCustomParameters.go
- DatabricksWorkspaceCustomParametersOutputReference.go
- DatabricksWorkspaceCustomParametersOutputReference__checks.go
- DatabricksWorkspaceManagedDiskIdentity.go
- DatabricksWorkspaceManagedDiskIdentityList.go
- DatabricksWorkspaceManagedDiskIdentityList__checks.go
- DatabricksWorkspaceManagedDiskIdentityOutputReference.go
- DatabricksWorkspaceManagedDiskIdentityOutputReference__checks.go
- DatabricksWorkspaceStorageAccountIdentity.go
- DatabricksWorkspaceStorageAccountIdentityList.go
- DatabricksWorkspaceStorageAccountIdentityList__checks.go
- DatabricksWorkspaceStorageAccountIdentityOutputReference.go
- DatabricksWorkspaceStorageAccountIdentityOutputReference__checks.go
- DatabricksWorkspaceTimeouts.go
- DatabricksWorkspaceTimeoutsOutputReference.go
- DatabricksWorkspaceTimeoutsOutputReference__checks.go
- DatabricksWorkspace__checks.go
- main.go