rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
211 lines (210 loc) • 13.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatabaseManagementExternalDbSystemConnectorConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_management_external_db_system_connector#external_db_system_connector_id DataOciDatabaseManagementExternalDbSystemConnector#external_db_system_connector_id}
*/
readonly externalDbSystemConnectorId: string;
}
export interface DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentials {
}
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentialsToTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentials): any;
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentialsToHclTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentials): any;
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentialsOutputReference 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(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentials | undefined;
set internalValue(value: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentials | undefined);
get credentialName(): string;
get credentialType(): string;
get namedCredentialId(): string;
get passwordSecretId(): string;
get role(): string;
get sslSecretId(): string;
get userName(): string;
}
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentialsList 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): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentialsOutputReference;
}
export interface DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionString {
}
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionStringToTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionString): any;
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionStringToHclTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionString): any;
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionStringOutputReference 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(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionString | undefined;
set internalValue(value: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionString | undefined);
get hostName(): string;
get hosts(): string[];
get port(): number;
get protocol(): string;
get service(): string;
}
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionStringList 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): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionStringOutputReference;
}
export interface DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredential {
}
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredentialToTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredential): any;
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredentialToHclTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredential): any;
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredentialOutputReference 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(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredential | undefined;
set internalValue(value: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredential | undefined);
get credentialType(): string;
get namedCredentialId(): string;
get password(): string;
get passwordSecretId(): string;
get role(): string;
get username(): string;
}
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredentialList 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): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredentialOutputReference;
}
export interface DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfo {
}
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoToTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfo): any;
export declare function dataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoToHclTerraform(struct?: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfo): any;
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoOutputReference 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(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfo | undefined;
set internalValue(value: DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfo | undefined);
get componentType(): string;
private _connectionCredentials;
get connectionCredentials(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionCredentialsList;
private _connectionString;
get connectionString(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoConnectionStringList;
private _databaseCredential;
get databaseCredential(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoDatabaseCredentialList;
}
export declare class DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoList 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): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_management_external_db_system_connector oci_database_management_external_db_system_connector}
*/
export declare class DataOciDatabaseManagementExternalDbSystemConnector extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_database_management_external_db_system_connector";
/**
* Generates CDKTF code for importing a DataOciDatabaseManagementExternalDbSystemConnector 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 DataOciDatabaseManagementExternalDbSystemConnector to import
* @param importFromId The id of the existing DataOciDatabaseManagementExternalDbSystemConnector that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_management_external_db_system_connector#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDatabaseManagementExternalDbSystemConnector 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/database_management_external_db_system_connector oci_database_management_external_db_system_connector} 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 DataOciDatabaseManagementExternalDbSystemConnectorConfig
*/
constructor(scope: Construct, id: string, config: DataOciDatabaseManagementExternalDbSystemConnectorConfig);
get agentId(): string;
get compartmentId(): string;
get connectionFailureMessage(): string;
private _connectionInfo;
get connectionInfo(): DataOciDatabaseManagementExternalDbSystemConnectorConnectionInfoList;
get connectionStatus(): string;
get connectorType(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
private _externalDbSystemConnectorId?;
get externalDbSystemConnectorId(): string;
set externalDbSystemConnectorId(value: string);
get externalDbSystemConnectorIdInput(): string | undefined;
get externalDbSystemId(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get lifecycleDetails(): string;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeConnectionStatusLastUpdated(): string;
get timeCreated(): string;
get timeUpdated(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}