Skip to content

Latest commit

 

History

History
2358 lines (1465 loc) · 133 KB

dataDatabricksExternalLocation.typescript.md

File metadata and controls

2358 lines (1465 loc) · 133 KB

dataDatabricksExternalLocation Submodule

Constructs

DataDatabricksExternalLocation

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

Initializers

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

new dataDatabricksExternalLocation.DataDatabricksExternalLocation(scope: Construct, id: string, config: DataDatabricksExternalLocationConfig)
Name Type Description
scope constructs.Construct The scope in which to define this construct.
id string The scoped construct ID.
config DataDatabricksExternalLocationConfig 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.
putExternalLocationInfo No description.
resetExternalLocationInfo No description.
resetId No description.

toString
public toString(): string

Returns a string representation of this construct.

addOverride
public addOverride(path: string, value: any): void
pathRequired
  • Type: string

valueRequired
  • Type: any

overrideLogicalId
public overrideLogicalId(newLogicalId: string): void

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

newLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


resetOverrideLogicalId
public resetOverrideLogicalId(): void

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

toHclTerraform
public toHclTerraform(): any

Adds this resource to the terraform JSON output.

toMetadata
public toMetadata(): any
toTerraform
public toTerraform(): any

Adds this resource to the terraform JSON output.

getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

putExternalLocationInfo
public putExternalLocationInfo(value: DataDatabricksExternalLocationExternalLocationInfo): void
valueRequired

resetExternalLocationInfo
public resetExternalLocationInfo(): void
resetId
public resetId(): void

Static Functions

Name Description
isConstruct Checks if x is a construct.
isTerraformElement No description.
isTerraformDataSource No description.
generateConfigForImport Generates CDKTF code for importing a DataDatabricksExternalLocation resource upon running "cdktf plan ".

isConstruct
import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

dataDatabricksExternalLocation.DataDatabricksExternalLocation.isConstruct(x: any)

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: any

Any object.


isTerraformElement
import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

dataDatabricksExternalLocation.DataDatabricksExternalLocation.isTerraformElement(x: any)
xRequired
  • Type: any

isTerraformDataSource
import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

dataDatabricksExternalLocation.DataDatabricksExternalLocation.isTerraformDataSource(x: any)
xRequired
  • Type: any

generateConfigForImport
import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

dataDatabricksExternalLocation.DataDatabricksExternalLocation.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)

Generates CDKTF code for importing a DataDatabricksExternalLocation 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 DataDatabricksExternalLocation to import.


importFromIdRequired
  • Type: string

The id of the existing DataDatabricksExternalLocation that should be imported.

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


providerOptional
  • Type: cdktf.TerraformProvider

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


Properties

Name Type Description
node constructs.Node The tree node.
cdktfStack cdktf.TerraformStack No description.
fqn string No description.
friendlyUniqueId string No description.
terraformMetaArguments {[ key: string ]: any} No description.
terraformResourceType string No description.
terraformGeneratorMetadata cdktf.TerraformProviderGeneratorMetadata No description.
count number | cdktf.TerraformCount No description.
dependsOn string[] No description.
forEach cdktf.ITerraformIterator No description.
lifecycle cdktf.TerraformResourceLifecycle No description.
provider cdktf.TerraformProvider No description.
externalLocationInfo DataDatabricksExternalLocationExternalLocationInfoOutputReference No description.
externalLocationInfoInput DataDatabricksExternalLocationExternalLocationInfo No description.
idInput string No description.
nameInput string No description.
id string No description.
name string No description.

nodeRequired
public readonly node: Node;
  • Type: constructs.Node

The tree node.


cdktfStackRequired
public readonly cdktfStack: TerraformStack;
  • Type: cdktf.TerraformStack

fqnRequired
public readonly fqn: string;
  • Type: string

friendlyUniqueIdRequired
public readonly friendlyUniqueId: string;
  • Type: string

terraformMetaArgumentsRequired
public readonly terraformMetaArguments: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

terraformResourceTypeRequired
public readonly terraformResourceType: string;
  • Type: string

terraformGeneratorMetadataOptional
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
  • Type: cdktf.TerraformProviderGeneratorMetadata

countOptional
public readonly count: number | TerraformCount;
  • Type: number | cdktf.TerraformCount

dependsOnOptional
public readonly dependsOn: string[];
  • Type: string[]

forEachOptional
public readonly forEach: ITerraformIterator;
  • Type: cdktf.ITerraformIterator

lifecycleOptional
public readonly lifecycle: TerraformResourceLifecycle;
  • Type: cdktf.TerraformResourceLifecycle

providerOptional
public readonly provider: TerraformProvider;
  • Type: cdktf.TerraformProvider

externalLocationInfoRequired
public readonly externalLocationInfo: DataDatabricksExternalLocationExternalLocationInfoOutputReference;

externalLocationInfoInputOptional
public readonly externalLocationInfoInput: DataDatabricksExternalLocationExternalLocationInfo;

idInputOptional
public readonly idInput: string;
  • Type: string

nameInputOptional
public readonly nameInput: string;
  • Type: string

idRequired
public readonly id: string;
  • Type: string

nameRequired
public readonly name: string;
  • Type: string

Constants

Name Type Description
tfResourceType string No description.

tfResourceTypeRequired
public readonly tfResourceType: string;
  • Type: string

Structs

DataDatabricksExternalLocationConfig

Initializer

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

const dataDatabricksExternalLocationConfig: dataDatabricksExternalLocation.DataDatabricksExternalLocationConfig = { ... }

Properties

Name Type Description
connection cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection No description.
count number | cdktf.TerraformCount No description.
dependsOn cdktf.ITerraformDependable[] No description.
forEach cdktf.ITerraformIterator No description.
lifecycle cdktf.TerraformResourceLifecycle No description.
provider cdktf.TerraformProvider No description.
provisioners cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] No description.
name string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#name DataDatabricksExternalLocation#name}.
externalLocationInfo DataDatabricksExternalLocationExternalLocationInfo external_location_info block.
id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#id DataDatabricksExternalLocation#id}.

connectionOptional
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
  • Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection

countOptional
public readonly count: number | TerraformCount;
  • Type: number | cdktf.TerraformCount

dependsOnOptional
public readonly dependsOn: ITerraformDependable[];
  • Type: cdktf.ITerraformDependable[]

forEachOptional
public readonly forEach: ITerraformIterator;
  • Type: cdktf.ITerraformIterator

lifecycleOptional
public readonly lifecycle: TerraformResourceLifecycle;
  • Type: cdktf.TerraformResourceLifecycle

providerOptional
public readonly provider: TerraformProvider;
  • Type: cdktf.TerraformProvider

provisionersOptional
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
  • Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]

nameRequired
public readonly name: string;
  • Type: string

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


externalLocationInfoOptional
public readonly externalLocationInfo: DataDatabricksExternalLocationExternalLocationInfo;

external_location_info block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#external_location_info DataDatabricksExternalLocation#external_location_info}


idOptional
public readonly id: string;
  • Type: string

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


DataDatabricksExternalLocationExternalLocationInfo

Initializer

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

const dataDatabricksExternalLocationExternalLocationInfo: dataDatabricksExternalLocation.DataDatabricksExternalLocationExternalLocationInfo = { ... }

Properties

Name Type Description
accessPoint string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#access_point DataDatabricksExternalLocation#access_point}.
browseOnly boolean | cdktf.IResolvable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#browse_only DataDatabricksExternalLocation#browse_only}.
comment string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#comment DataDatabricksExternalLocation#comment}.
createdAt number Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#created_at DataDatabricksExternalLocation#created_at}.
createdBy string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#created_by DataDatabricksExternalLocation#created_by}.
credentialId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#credential_id DataDatabricksExternalLocation#credential_id}.
credentialName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#credential_name DataDatabricksExternalLocation#credential_name}.
encryptionDetails DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails encryption_details block.
metastoreId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#metastore_id DataDatabricksExternalLocation#metastore_id}.
name string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#name DataDatabricksExternalLocation#name}.
owner string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#owner DataDatabricksExternalLocation#owner}.
readOnly boolean | cdktf.IResolvable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#read_only DataDatabricksExternalLocation#read_only}.
updatedAt number Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#updated_at DataDatabricksExternalLocation#updated_at}.
updatedBy string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#updated_by DataDatabricksExternalLocation#updated_by}.
url string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#url DataDatabricksExternalLocation#url}.

accessPointOptional
public readonly accessPoint: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#access_point DataDatabricksExternalLocation#access_point}.


browseOnlyOptional
public readonly browseOnly: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

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


commentOptional
public readonly comment: string;
  • Type: string

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


createdAtOptional
public readonly createdAt: number;
  • Type: number

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


createdByOptional
public readonly createdBy: string;
  • Type: string

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


credentialIdOptional
public readonly credentialId: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#credential_id DataDatabricksExternalLocation#credential_id}.


credentialNameOptional
public readonly credentialName: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#credential_name DataDatabricksExternalLocation#credential_name}.


encryptionDetailsOptional
public readonly encryptionDetails: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails;

encryption_details block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#encryption_details DataDatabricksExternalLocation#encryption_details}


metastoreIdOptional
public readonly metastoreId: string;
  • Type: string

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


nameOptional
public readonly name: string;
  • Type: string

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


ownerOptional
public readonly owner: string;
  • Type: string

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


readOnlyOptional
public readonly readOnly: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#read_only DataDatabricksExternalLocation#read_only}.


updatedAtOptional
public readonly updatedAt: number;
  • Type: number

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


updatedByOptional
public readonly updatedBy: string;
  • Type: string

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


urlOptional
public readonly url: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#url DataDatabricksExternalLocation#url}.


DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails

Initializer

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

const dataDatabricksExternalLocationExternalLocationInfoEncryptionDetails: dataDatabricksExternalLocation.DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails = { ... }

Properties

Name Type Description
sseEncryptionDetails DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails sse_encryption_details block.

sseEncryptionDetailsOptional
public readonly sseEncryptionDetails: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails;

sse_encryption_details block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#sse_encryption_details DataDatabricksExternalLocation#sse_encryption_details}


DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails

Initializer

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

const dataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails: dataDatabricksExternalLocation.DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails = { ... }

Properties

Name Type Description
algorithm string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#algorithm DataDatabricksExternalLocation#algorithm}.
awsKmsKeyArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#aws_kms_key_arn DataDatabricksExternalLocation#aws_kms_key_arn}.

algorithmOptional
public readonly algorithm: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#algorithm DataDatabricksExternalLocation#algorithm}.


awsKmsKeyArnOptional
public readonly awsKmsKeyArn: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.47.0/docs/data-sources/external_location#aws_kms_key_arn DataDatabricksExternalLocation#aws_kms_key_arn}.


Classes

DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsOutputReference

Initializers

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

new dataDatabricksExternalLocation.DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name Type Description
terraformResource cdktf.IInterpolatingParent The parent resource.
terraformAttribute string The attribute on the parent resource this class is referencing.

terraformResourceRequired
  • Type: 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.
putSseEncryptionDetails No description.
resetSseEncryptionDetails No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

putSseEncryptionDetails
public putSseEncryptionDetails(value: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails): void
valueRequired

resetSseEncryptionDetails
public resetSseEncryptionDetails(): void

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.
sseEncryptionDetails DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetailsOutputReference No description.
sseEncryptionDetailsInput DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails No description.
internalValue DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails No description.

creationStackRequired
public readonly creationStack: string[];
  • 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 readonly fqn: string;
  • Type: string

sseEncryptionDetailsRequired
public readonly sseEncryptionDetails: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetailsOutputReference;

sseEncryptionDetailsInputOptional
public readonly sseEncryptionDetailsInput: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails;

internalValueOptional
public readonly internalValue: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails;

DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetailsOutputReference

Initializers

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

new dataDatabricksExternalLocation.DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetailsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name Type Description
terraformResource cdktf.IInterpolatingParent The parent resource.
terraformAttribute string The attribute on the parent resource this class is referencing.

terraformResourceRequired
  • Type: 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.
resetAlgorithm No description.
resetAwsKmsKeyArn No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetAlgorithm
public resetAlgorithm(): void
resetAwsKmsKeyArn
public resetAwsKmsKeyArn(): void

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.
algorithmInput string No description.
awsKmsKeyArnInput string No description.
algorithm string No description.
awsKmsKeyArn string No description.
internalValue DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails No description.

creationStackRequired
public readonly creationStack: string[];
  • 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 readonly fqn: string;
  • Type: string

algorithmInputOptional
public readonly algorithmInput: string;
  • Type: string

awsKmsKeyArnInputOptional
public readonly awsKmsKeyArnInput: string;
  • Type: string

algorithmRequired
public readonly algorithm: string;
  • Type: string

awsKmsKeyArnRequired
public readonly awsKmsKeyArn: string;
  • Type: string

internalValueOptional
public readonly internalValue: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsSseEncryptionDetails;

DataDatabricksExternalLocationExternalLocationInfoOutputReference

Initializers

import { dataDatabricksExternalLocation } from '@cdktf/provider-databricks'

new dataDatabricksExternalLocation.DataDatabricksExternalLocationExternalLocationInfoOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name Type Description
terraformResource cdktf.IInterpolatingParent The parent resource.
terraformAttribute string The attribute on the parent resource this class is referencing.

terraformResourceRequired
  • Type: 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.
putEncryptionDetails No description.
resetAccessPoint No description.
resetBrowseOnly No description.
resetComment No description.
resetCreatedAt No description.
resetCreatedBy No description.
resetCredentialId No description.
resetCredentialName No description.
resetEncryptionDetails No description.
resetMetastoreId No description.
resetName No description.
resetOwner No description.
resetReadOnly No description.
resetUpdatedAt No description.
resetUpdatedBy No description.
resetUrl No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

putEncryptionDetails
public putEncryptionDetails(value: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails): void
valueRequired

resetAccessPoint
public resetAccessPoint(): void
resetBrowseOnly
public resetBrowseOnly(): void
resetComment
public resetComment(): void
resetCreatedAt
public resetCreatedAt(): void
resetCreatedBy
public resetCreatedBy(): void
resetCredentialId
public resetCredentialId(): void
resetCredentialName
public resetCredentialName(): void
resetEncryptionDetails
public resetEncryptionDetails(): void
resetMetastoreId
public resetMetastoreId(): void
resetName
public resetName(): void
resetOwner
public resetOwner(): void
resetReadOnly
public resetReadOnly(): void
resetUpdatedAt
public resetUpdatedAt(): void
resetUpdatedBy
public resetUpdatedBy(): void
resetUrl
public resetUrl(): void

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.
encryptionDetails DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsOutputReference No description.
accessPointInput string No description.
browseOnlyInput boolean | cdktf.IResolvable No description.
commentInput string No description.
createdAtInput number No description.
createdByInput string No description.
credentialIdInput string No description.
credentialNameInput string No description.
encryptionDetailsInput DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails No description.
metastoreIdInput string No description.
nameInput string No description.
ownerInput string No description.
readOnlyInput boolean | cdktf.IResolvable No description.
updatedAtInput number No description.
updatedByInput string No description.
urlInput string No description.
accessPoint string No description.
browseOnly boolean | cdktf.IResolvable No description.
comment string No description.
createdAt number No description.
createdBy string No description.
credentialId string No description.
credentialName string No description.
metastoreId string No description.
name string No description.
owner string No description.
readOnly boolean | cdktf.IResolvable No description.
updatedAt number No description.
updatedBy string No description.
url string No description.
internalValue DataDatabricksExternalLocationExternalLocationInfo No description.

creationStackRequired
public readonly creationStack: string[];
  • 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 readonly fqn: string;
  • Type: string

encryptionDetailsRequired
public readonly encryptionDetails: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetailsOutputReference;

accessPointInputOptional
public readonly accessPointInput: string;
  • Type: string

browseOnlyInputOptional
public readonly browseOnlyInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

commentInputOptional
public readonly commentInput: string;
  • Type: string

createdAtInputOptional
public readonly createdAtInput: number;
  • Type: number

createdByInputOptional
public readonly createdByInput: string;
  • Type: string

credentialIdInputOptional
public readonly credentialIdInput: string;
  • Type: string

credentialNameInputOptional
public readonly credentialNameInput: string;
  • Type: string

encryptionDetailsInputOptional
public readonly encryptionDetailsInput: DataDatabricksExternalLocationExternalLocationInfoEncryptionDetails;

metastoreIdInputOptional
public readonly metastoreIdInput: string;
  • Type: string

nameInputOptional
public readonly nameInput: string;
  • Type: string

ownerInputOptional
public readonly ownerInput: string;
  • Type: string

readOnlyInputOptional
public readonly readOnlyInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

updatedAtInputOptional
public readonly updatedAtInput: number;
  • Type: number

updatedByInputOptional
public readonly updatedByInput: string;
  • Type: string

urlInputOptional
public readonly urlInput: string;
  • Type: string

accessPointRequired
public readonly accessPoint: string;
  • Type: string

browseOnlyRequired
public readonly browseOnly: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

commentRequired
public readonly comment: string;
  • Type: string

createdAtRequired
public readonly createdAt: number;
  • Type: number

createdByRequired
public readonly createdBy: string;
  • Type: string

credentialIdRequired
public readonly credentialId: string;
  • Type: string

credentialNameRequired
public readonly credentialName: string;
  • Type: string

metastoreIdRequired
public readonly metastoreId: string;
  • Type: string

nameRequired
public readonly name: string;
  • Type: string

ownerRequired
public readonly owner: string;
  • Type: string

readOnlyRequired
public readonly readOnly: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

updatedAtRequired
public readonly updatedAt: number;
  • Type: number

updatedByRequired
public readonly updatedBy: string;
  • Type: string

urlRequired
public readonly url: string;
  • Type: string

internalValueOptional
public readonly internalValue: DataDatabricksExternalLocationExternalLocationInfo;