rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
459 lines (458 loc) • 27.1 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOpsiDatabaseInsightsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#compartment_id DataOciOpsiDatabaseInsights#compartment_id}
*/
readonly compartmentId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#compartment_id_in_subtree DataOciOpsiDatabaseInsights#compartment_id_in_subtree}
*/
readonly compartmentIdInSubtree?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#database_id DataOciOpsiDatabaseInsights#database_id}
*/
readonly databaseId?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#database_type DataOciOpsiDatabaseInsights#database_type}
*/
readonly databaseType?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#enterprise_manager_bridge_id DataOciOpsiDatabaseInsights#enterprise_manager_bridge_id}
*/
readonly enterpriseManagerBridgeId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#exadata_insight_id DataOciOpsiDatabaseInsights#exadata_insight_id}
*/
readonly exadataInsightId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#fields DataOciOpsiDatabaseInsights#fields}
*/
readonly fields?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#id DataOciOpsiDatabaseInsights#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.
*/
readonly id?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#opsi_private_endpoint_id DataOciOpsiDatabaseInsights#opsi_private_endpoint_id}
*/
readonly opsiPrivateEndpointId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#state DataOciOpsiDatabaseInsights#state}
*/
readonly state?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#status DataOciOpsiDatabaseInsights#status}
*/
readonly status?: string[];
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#filter DataOciOpsiDatabaseInsights#filter}
*/
readonly filter?: DataOciOpsiDatabaseInsightsFilter[] | cdktf.IResolvable;
}
export interface DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetails {
}
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetailsToTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetails): any;
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetailsToHclTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetails): any;
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetailsOutputReference 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(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetails | undefined;
set internalValue(value: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetails | undefined);
get credentialSourceName(): string;
get credentialType(): string;
get passwordSecretId(): string;
get role(): string;
get userName(): string;
}
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetailsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @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): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetailsOutputReference;
}
export interface DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHosts {
}
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHostsToTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHosts): any;
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHostsToHclTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHosts): any;
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHostsOutputReference 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(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHosts | undefined;
set internalValue(value: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHosts | undefined);
get hostIp(): string;
get port(): number;
}
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHostsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @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): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHostsOutputReference;
}
export interface DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetails {
}
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsToTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetails): any;
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsToHclTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetails): any;
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsOutputReference 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(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetails | undefined;
set internalValue(value: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetails | undefined);
get hostName(): string;
private _hosts;
get hosts(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsHostsList;
get port(): number;
get protocol(): string;
get serviceName(): string;
}
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @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): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsOutputReference;
}
export interface DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetails {
}
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetailsToTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetails): any;
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetailsToHclTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetails): any;
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetailsOutputReference 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(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetails | undefined;
set internalValue(value: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetails | undefined);
get credentialSourceName(): string;
get credentialType(): string;
get passwordSecretId(): string;
get role(): string;
get userName(): string;
get walletSecretId(): string;
}
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetailsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @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): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetailsOutputReference;
}
export interface DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItems {
}
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsToTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItems): any;
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsToHclTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItems): any;
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsOutputReference 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(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItems | undefined;
set internalValue(value: DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItems | undefined);
get compartmentId(): string;
private _connectionCredentialDetails;
get connectionCredentialDetails(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionCredentialDetailsList;
private _connectionDetails;
get connectionDetails(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsConnectionDetailsList;
get connectorId(): string;
private _credentialDetails;
get credentialDetails(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsCredentialDetailsList;
get databaseConnectionStatusDetails(): string;
get databaseDisplayName(): string;
get databaseId(): string;
get databaseName(): string;
get databaseResourceType(): string;
get databaseType(): string;
get databaseVersion(): string;
get dbmPrivateEndpointId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get deploymentType(): string;
get enterpriseManagerBridgeId(): string;
get enterpriseManagerEntityDisplayName(): string;
get enterpriseManagerEntityIdentifier(): string;
get enterpriseManagerEntityName(): string;
get enterpriseManagerEntityType(): string;
get enterpriseManagerIdentifier(): string;
get entitySource(): string;
get exadataInsightId(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get isAdvancedFeaturesEnabled(): cdktf.IResolvable;
get isHeatWaveClusterAttached(): cdktf.IResolvable;
get isHighlyAvailable(): cdktf.IResolvable;
get lifecycleDetails(): string;
get managementAgentId(): string;
get opsiPrivateEndpointId(): string;
get parentId(): string;
get processorCount(): number;
get rootId(): string;
get serviceName(): string;
get state(): string;
get status(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeUpdated(): string;
}
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @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): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsOutputReference;
}
export interface DataOciOpsiDatabaseInsightsDatabaseInsightsCollection {
}
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionToTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollection): any;
export declare function dataOciOpsiDatabaseInsightsDatabaseInsightsCollectionToHclTerraform(struct?: DataOciOpsiDatabaseInsightsDatabaseInsightsCollection): any;
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionOutputReference 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(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollection | undefined;
set internalValue(value: DataOciOpsiDatabaseInsightsDatabaseInsightsCollection | undefined);
private _items;
get items(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionItemsList;
}
export declare class DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @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): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionOutputReference;
}
export interface DataOciOpsiDatabaseInsightsFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#name DataOciOpsiDatabaseInsights#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#regex DataOciOpsiDatabaseInsights#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#values DataOciOpsiDatabaseInsights#values}
*/
readonly values: string[];
}
export declare function dataOciOpsiDatabaseInsightsFilterToTerraform(struct?: DataOciOpsiDatabaseInsightsFilter | cdktf.IResolvable): any;
export declare function dataOciOpsiDatabaseInsightsFilterToHclTerraform(struct?: DataOciOpsiDatabaseInsightsFilter | cdktf.IResolvable): any;
export declare class DataOciOpsiDatabaseInsightsFilterOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @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(): DataOciOpsiDatabaseInsightsFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciOpsiDatabaseInsightsFilter | cdktf.IResolvable | undefined);
private _name?;
get name(): string;
set name(value: string);
get nameInput(): string | undefined;
private _regex?;
get regex(): boolean | cdktf.IResolvable;
set regex(value: boolean | cdktf.IResolvable);
resetRegex(): void;
get regexInput(): boolean | cdktf.IResolvable | undefined;
private _values?;
get values(): string[];
set values(value: string[]);
get valuesInput(): string[] | undefined;
}
export declare class DataOciOpsiDatabaseInsightsFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciOpsiDatabaseInsightsFilter[] | 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): DataOciOpsiDatabaseInsightsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights oci_opsi_database_insights}
*/
export declare class DataOciOpsiDatabaseInsights extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_opsi_database_insights";
/**
* Generates CDKTF code for importing a DataOciOpsiDatabaseInsights 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 DataOciOpsiDatabaseInsights to import
* @param importFromId The id of the existing DataOciOpsiDatabaseInsights that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciOpsiDatabaseInsights 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/oracle/oci/6.18.0/docs/data-sources/opsi_database_insights oci_opsi_database_insights} 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 DataOciOpsiDatabaseInsightsConfig = {}
*/
constructor(scope: Construct, id: string, config?: DataOciOpsiDatabaseInsightsConfig);
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
resetCompartmentId(): void;
get compartmentIdInput(): string | undefined;
private _compartmentIdInSubtree?;
get compartmentIdInSubtree(): boolean | cdktf.IResolvable;
set compartmentIdInSubtree(value: boolean | cdktf.IResolvable);
resetCompartmentIdInSubtree(): void;
get compartmentIdInSubtreeInput(): boolean | cdktf.IResolvable | undefined;
private _databaseId?;
get databaseId(): string[];
set databaseId(value: string[]);
resetDatabaseId(): void;
get databaseIdInput(): string[] | undefined;
private _databaseInsightsCollection;
get databaseInsightsCollection(): DataOciOpsiDatabaseInsightsDatabaseInsightsCollectionList;
private _databaseType?;
get databaseType(): string[];
set databaseType(value: string[]);
resetDatabaseType(): void;
get databaseTypeInput(): string[] | undefined;
private _enterpriseManagerBridgeId?;
get enterpriseManagerBridgeId(): string;
set enterpriseManagerBridgeId(value: string);
resetEnterpriseManagerBridgeId(): void;
get enterpriseManagerBridgeIdInput(): string | undefined;
private _exadataInsightId?;
get exadataInsightId(): string;
set exadataInsightId(value: string);
resetExadataInsightId(): void;
get exadataInsightIdInput(): string | undefined;
private _fields?;
get fields(): string[];
set fields(value: string[]);
resetFields(): void;
get fieldsInput(): string[] | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _opsiPrivateEndpointId?;
get opsiPrivateEndpointId(): string;
set opsiPrivateEndpointId(value: string);
resetOpsiPrivateEndpointId(): void;
get opsiPrivateEndpointIdInput(): string | undefined;
private _state?;
get state(): string[];
set state(value: string[]);
resetState(): void;
get stateInput(): string[] | undefined;
private _status?;
get status(): string[];
set status(value: string[]);
resetStatus(): void;
get statusInput(): string[] | undefined;
private _filter;
get filter(): DataOciOpsiDatabaseInsightsFilterList;
putFilter(value: DataOciOpsiDatabaseInsightsFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciOpsiDatabaseInsightsFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}