UNPKG

@cdktf/provider-databricks

Version:

Prebuilt databricks Provider for Terraform CDK (cdktf)

142 lines (141 loc) 8.46 kB
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataDatabricksRfaAccessRequestDestinationsConfig extends cdktf.TerraformMetaArguments { } export interface DataDatabricksRfaAccessRequestDestinationsDestinations { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations#destination_id DataDatabricksRfaAccessRequestDestinations#destination_id} */ readonly destinationId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations#destination_type DataDatabricksRfaAccessRequestDestinations#destination_type} */ readonly destinationType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations#special_destination DataDatabricksRfaAccessRequestDestinations#special_destination} */ readonly specialDestination?: string; } export declare function dataDatabricksRfaAccessRequestDestinationsDestinationsToTerraform(struct?: DataDatabricksRfaAccessRequestDestinationsDestinations): any; export declare function dataDatabricksRfaAccessRequestDestinationsDestinationsToHclTerraform(struct?: DataDatabricksRfaAccessRequestDestinationsDestinations): any; export declare class DataDatabricksRfaAccessRequestDestinationsDestinationsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataDatabricksRfaAccessRequestDestinationsDestinations | undefined; set internalValue(value: DataDatabricksRfaAccessRequestDestinationsDestinations | undefined); private _destinationId?; get destinationId(): string; set destinationId(value: string); resetDestinationId(): void; get destinationIdInput(): string | undefined; private _destinationType?; get destinationType(): string; set destinationType(value: string); resetDestinationType(): void; get destinationTypeInput(): string | undefined; private _specialDestination?; get specialDestination(): string; set specialDestination(value: string); resetSpecialDestination(): void; get specialDestinationInput(): string | undefined; } export declare class DataDatabricksRfaAccessRequestDestinationsDestinationsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataDatabricksRfaAccessRequestDestinationsDestinations[] | cdktf.IResolvable; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataDatabricksRfaAccessRequestDestinationsDestinationsOutputReference; } export interface DataDatabricksRfaAccessRequestDestinationsSecurable { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations#full_name DataDatabricksRfaAccessRequestDestinations#full_name} */ readonly fullName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations#provider_share DataDatabricksRfaAccessRequestDestinations#provider_share} */ readonly providerShare?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations#type DataDatabricksRfaAccessRequestDestinations#type} */ readonly type?: string; } export declare function dataDatabricksRfaAccessRequestDestinationsSecurableToTerraform(struct?: DataDatabricksRfaAccessRequestDestinationsSecurable): any; export declare function dataDatabricksRfaAccessRequestDestinationsSecurableToHclTerraform(struct?: DataDatabricksRfaAccessRequestDestinationsSecurable): any; export declare class DataDatabricksRfaAccessRequestDestinationsSecurableOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): DataDatabricksRfaAccessRequestDestinationsSecurable | undefined; set internalValue(value: DataDatabricksRfaAccessRequestDestinationsSecurable | undefined); private _fullName?; get fullName(): string; set fullName(value: string); resetFullName(): void; get fullNameInput(): string | undefined; private _providerShare?; get providerShare(): string; set providerShare(value: string); resetProviderShare(): void; get providerShareInput(): string | undefined; private _type?; get type(): string; set type(value: string); resetType(): void; get typeInput(): string | undefined; } /** * Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations databricks_rfa_access_request_destinations} */ export declare class DataDatabricksRfaAccessRequestDestinations extends cdktf.TerraformDataSource { static readonly tfResourceType = "databricks_rfa_access_request_destinations"; /** * Generates CDKTF code for importing a DataDatabricksRfaAccessRequestDestinations resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataDatabricksRfaAccessRequestDestinations to import * @param importFromId The id of the existing DataDatabricksRfaAccessRequestDestinations that should be imported. Refer to the {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataDatabricksRfaAccessRequestDestinations to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/databricks/databricks/1.99.0/docs/data-sources/rfa_access_request_destinations databricks_rfa_access_request_destinations} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataDatabricksRfaAccessRequestDestinationsConfig = {} */ constructor(scope: Construct, id: string, config?: DataDatabricksRfaAccessRequestDestinationsConfig); get areAnyDestinationsHidden(): cdktf.IResolvable; private _destinations; get destinations(): DataDatabricksRfaAccessRequestDestinationsDestinationsList; private _securable; get securable(): DataDatabricksRfaAccessRequestDestinationsSecurableOutputReference; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }