Skip to content

Latest commit

 

History

History
2476 lines (1553 loc) · 122 KB

dataDatabricksVolume.csharp.md

File metadata and controls

2476 lines (1553 loc) · 122 KB

dataDatabricksVolume Submodule

Constructs

DataDatabricksVolume

Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume databricks_volume}.

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksVolume(Construct Scope, string Id, DataDatabricksVolumeConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config DataDatabricksVolumeConfig 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.
PutVolumeInfo No description.
ResetId No description.
ResetVolumeInfo No description.

ToString
private string ToString()

Returns a string representation of this construct.

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

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

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

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

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

ToHclTerraform
private object ToHclTerraform()

Adds this resource to the terraform JSON output.

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

Adds this resource to the terraform JSON output.

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

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

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

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

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

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

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

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

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

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

PutVolumeInfo
private void PutVolumeInfo(DataDatabricksVolumeVolumeInfo Value)
ValueRequired

ResetId
private void ResetId()
ResetVolumeInfo
private void ResetVolumeInfo()

Static Functions

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

IsConstruct
using HashiCorp.Cdktf.Providers.Databricks;

DataDatabricksVolume.IsConstruct(object X);

Checks if x is a construct.

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

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

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Databricks;

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

IsTerraformDataSource
using HashiCorp.Cdktf.Providers.Databricks;

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

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Databricks;

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

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


ImportFromIdRequired
  • Type: string

The id of the existing DataDatabricksVolume that should be imported.

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


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

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


Properties

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

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

The tree node.


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

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

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

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

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

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

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

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

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

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

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

VolumeInfoRequired
public DataDatabricksVolumeVolumeInfoOutputReference VolumeInfo { get; }

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

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

VolumeInfoInputOptional
public DataDatabricksVolumeVolumeInfo VolumeInfoInput { get; }

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

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

Constants

Name Type Description
TfResourceType string No description.

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

Structs

DataDatabricksVolumeConfig

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

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

Properties

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

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

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

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

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

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

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

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

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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#name DataDatabricksVolume#name}.


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

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


VolumeInfoOptional
public DataDatabricksVolumeVolumeInfo VolumeInfo { get; set; }

volume_info block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#volume_info DataDatabricksVolume#volume_info}


DataDatabricksVolumeVolumeInfo

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksVolumeVolumeInfo {
    string AccessPoint = null,
    object BrowseOnly = null,
    string CatalogName = null,
    string Comment = null,
    double CreatedAt = null,
    string CreatedBy = null,
    DataDatabricksVolumeVolumeInfoEncryptionDetails EncryptionDetails = null,
    string FullName = null,
    string MetastoreId = null,
    string Name = null,
    string Owner = null,
    string SchemaName = null,
    string StorageLocation = null,
    double UpdatedAt = null,
    string UpdatedBy = null,
    string VolumeId = null,
    string VolumeType = null
};

Properties

Name Type Description
AccessPoint string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#access_point DataDatabricksVolume#access_point}.
BrowseOnly object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#browse_only DataDatabricksVolume#browse_only}.
CatalogName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#catalog_name DataDatabricksVolume#catalog_name}.
Comment string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#comment DataDatabricksVolume#comment}.
CreatedAt double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#created_at DataDatabricksVolume#created_at}.
CreatedBy string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#created_by DataDatabricksVolume#created_by}.
EncryptionDetails DataDatabricksVolumeVolumeInfoEncryptionDetails encryption_details block.
FullName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#full_name DataDatabricksVolume#full_name}.
MetastoreId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#metastore_id DataDatabricksVolume#metastore_id}.
Name string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#name DataDatabricksVolume#name}.
Owner string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#owner DataDatabricksVolume#owner}.
SchemaName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#schema_name DataDatabricksVolume#schema_name}.
StorageLocation string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#storage_location DataDatabricksVolume#storage_location}.
UpdatedAt double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#updated_at DataDatabricksVolume#updated_at}.
UpdatedBy string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#updated_by DataDatabricksVolume#updated_by}.
VolumeId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#volume_id DataDatabricksVolume#volume_id}.
VolumeType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#volume_type DataDatabricksVolume#volume_type}.

AccessPointOptional
public string AccessPoint { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#access_point DataDatabricksVolume#access_point}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#browse_only DataDatabricksVolume#browse_only}.


CatalogNameOptional
public string CatalogName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#catalog_name DataDatabricksVolume#catalog_name}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#comment DataDatabricksVolume#comment}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#created_at DataDatabricksVolume#created_at}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#created_by DataDatabricksVolume#created_by}.


EncryptionDetailsOptional
public DataDatabricksVolumeVolumeInfoEncryptionDetails EncryptionDetails { get; set; }

encryption_details block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#encryption_details DataDatabricksVolume#encryption_details}


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#full_name DataDatabricksVolume#full_name}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#metastore_id DataDatabricksVolume#metastore_id}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#name DataDatabricksVolume#name}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#owner DataDatabricksVolume#owner}.


SchemaNameOptional
public string SchemaName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#schema_name DataDatabricksVolume#schema_name}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#storage_location DataDatabricksVolume#storage_location}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#updated_at DataDatabricksVolume#updated_at}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#updated_by DataDatabricksVolume#updated_by}.


VolumeIdOptional
public string VolumeId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#volume_id DataDatabricksVolume#volume_id}.


VolumeTypeOptional
public string VolumeType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#volume_type DataDatabricksVolume#volume_type}.


DataDatabricksVolumeVolumeInfoEncryptionDetails

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksVolumeVolumeInfoEncryptionDetails {
    DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails SseEncryptionDetails = null
};

Properties

Name Type Description
SseEncryptionDetails DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails sse_encryption_details block.

SseEncryptionDetailsOptional
public DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails SseEncryptionDetails { get; set; }

sse_encryption_details block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#sse_encryption_details DataDatabricksVolume#sse_encryption_details}


DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails

Initializer

using HashiCorp.Cdktf.Providers.Databricks;

new DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails {
    string Algorithm = null,
    string AwsKmsKeyArn = null
};

Properties

Name Type Description
Algorithm string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#algorithm DataDatabricksVolume#algorithm}.
AwsKmsKeyArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#aws_kms_key_arn DataDatabricksVolume#aws_kms_key_arn}.

AlgorithmOptional
public string Algorithm { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#algorithm DataDatabricksVolume#algorithm}.


AwsKmsKeyArnOptional
public string AwsKmsKeyArn { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.52.0/docs/data-sources/volume#aws_kms_key_arn DataDatabricksVolume#aws_kms_key_arn}.


Classes

DataDatabricksVolumeVolumeInfoEncryptionDetailsOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

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

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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

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

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

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

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

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

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

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

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

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

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

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

PutSseEncryptionDetails
private void PutSseEncryptionDetails(DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails Value)
ValueRequired

ResetSseEncryptionDetails
private void ResetSseEncryptionDetails()

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 DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetailsOutputReference No description.
SseEncryptionDetailsInput DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails No description.
InternalValue DataDatabricksVolumeVolumeInfoEncryptionDetails No description.

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

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

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


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

SseEncryptionDetailsRequired
public DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetailsOutputReference SseEncryptionDetails { get; }

SseEncryptionDetailsInputOptional
public DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails SseEncryptionDetailsInput { get; }

InternalValueOptional
public DataDatabricksVolumeVolumeInfoEncryptionDetails InternalValue { get; }

DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetailsOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

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

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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

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

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

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

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

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

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

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

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

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

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

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetAlgorithm
private void ResetAlgorithm()
ResetAwsKmsKeyArn
private void ResetAwsKmsKeyArn()

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 DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails No description.

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

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

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


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

AlgorithmInputOptional
public string AlgorithmInput { get; }
  • Type: string

AwsKmsKeyArnInputOptional
public string AwsKmsKeyArnInput { get; }
  • Type: string

AlgorithmRequired
public string Algorithm { get; }
  • Type: string

AwsKmsKeyArnRequired
public string AwsKmsKeyArn { get; }
  • Type: string

InternalValueOptional
public DataDatabricksVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails InternalValue { get; }

DataDatabricksVolumeVolumeInfoOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Databricks;

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

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
PutEncryptionDetails No description.
ResetAccessPoint No description.
ResetBrowseOnly No description.
ResetCatalogName No description.
ResetComment No description.
ResetCreatedAt No description.
ResetCreatedBy No description.
ResetEncryptionDetails No description.
ResetFullName No description.
ResetMetastoreId No description.
ResetName No description.
ResetOwner No description.
ResetSchemaName No description.
ResetStorageLocation No description.
ResetUpdatedAt No description.
ResetUpdatedBy No description.
ResetVolumeId No description.
ResetVolumeType No description.

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

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

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

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

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

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

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

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

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

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

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

PutEncryptionDetails
private void PutEncryptionDetails(DataDatabricksVolumeVolumeInfoEncryptionDetails Value)
ValueRequired

ResetAccessPoint
private void ResetAccessPoint()
ResetBrowseOnly
private void ResetBrowseOnly()
ResetCatalogName
private void ResetCatalogName()
ResetComment
private void ResetComment()
ResetCreatedAt
private void ResetCreatedAt()
ResetCreatedBy
private void ResetCreatedBy()
ResetEncryptionDetails
private void ResetEncryptionDetails()
ResetFullName
private void ResetFullName()
ResetMetastoreId
private void ResetMetastoreId()
ResetName
private void ResetName()
ResetOwner
private void ResetOwner()
ResetSchemaName
private void ResetSchemaName()
ResetStorageLocation
private void ResetStorageLocation()
ResetUpdatedAt
private void ResetUpdatedAt()
ResetUpdatedBy
private void ResetUpdatedBy()
ResetVolumeId
private void ResetVolumeId()
ResetVolumeType
private void ResetVolumeType()

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 DataDatabricksVolumeVolumeInfoEncryptionDetailsOutputReference No description.
AccessPointInput string No description.
BrowseOnlyInput object No description.
CatalogNameInput string No description.
CommentInput string No description.
CreatedAtInput double No description.
CreatedByInput string No description.
EncryptionDetailsInput DataDatabricksVolumeVolumeInfoEncryptionDetails No description.
FullNameInput string No description.
MetastoreIdInput string No description.
NameInput string No description.
OwnerInput string No description.
SchemaNameInput string No description.
StorageLocationInput string No description.
UpdatedAtInput double No description.
UpdatedByInput string No description.
VolumeIdInput string No description.
VolumeTypeInput string No description.
AccessPoint string No description.
BrowseOnly object No description.
CatalogName string No description.
Comment string No description.
CreatedAt double No description.
CreatedBy string No description.
FullName string No description.
MetastoreId string No description.
Name string No description.
Owner string No description.
SchemaName string No description.
StorageLocation string No description.
UpdatedAt double No description.
UpdatedBy string No description.
VolumeId string No description.
VolumeType string No description.
InternalValue DataDatabricksVolumeVolumeInfo No description.

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

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

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


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

EncryptionDetailsRequired
public DataDatabricksVolumeVolumeInfoEncryptionDetailsOutputReference EncryptionDetails { get; }

AccessPointInputOptional
public string AccessPointInput { get; }
  • Type: string

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

CatalogNameInputOptional
public string CatalogNameInput { get; }
  • Type: string

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

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

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

EncryptionDetailsInputOptional
public DataDatabricksVolumeVolumeInfoEncryptionDetails EncryptionDetailsInput { get; }

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

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

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

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

SchemaNameInputOptional
public string SchemaNameInput { get; }
  • Type: string

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

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

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

VolumeIdInputOptional
public string VolumeIdInput { get; }
  • Type: string

VolumeTypeInputOptional
public string VolumeTypeInput { get; }
  • Type: string

AccessPointRequired
public string AccessPoint { get; }
  • Type: string

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

CatalogNameRequired
public string CatalogName { get; }
  • Type: string

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

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

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

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

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

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

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

SchemaNameRequired
public string SchemaName { get; }
  • Type: string

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

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

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

VolumeIdRequired
public string VolumeId { get; }
  • Type: string

VolumeTypeRequired
public string VolumeType { get; }
  • Type: string

InternalValueOptional
public DataDatabricksVolumeVolumeInfo InternalValue { get; }