import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciKmsVaultsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults#compartment_id DataOciKmsVaults#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults#id DataOciKmsVaults#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;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults#filter DataOciKmsVaults#filter}
    */
    readonly filter?: DataOciKmsVaultsFilter[] | cdktf.IResolvable;
}
export interface DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadata {
}
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadataToTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadata): any;
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadataToHclTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadata): any;
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadataOutputReference 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(): DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadata | undefined;
    set internalValue(value: DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadata | undefined);
    get clientAppId(): string;
    get clientAppSecret(): string;
    get idcsAccountNameUrl(): string;
}
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadataList 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): DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadataOutputReference;
}
export interface DataOciKmsVaultsVaultsExternalKeyManagerMetadata {
}
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataToTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadata): any;
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataToHclTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadata): any;
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataOutputReference 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(): DataOciKmsVaultsVaultsExternalKeyManagerMetadata | undefined;
    set internalValue(value: DataOciKmsVaultsVaultsExternalKeyManagerMetadata | undefined);
    get externalVaultEndpointUrl(): string;
    private _oauthMetadata;
    get oauthMetadata(): DataOciKmsVaultsVaultsExternalKeyManagerMetadataOauthMetadataList;
    get privateEndpointId(): string;
}
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataList 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): DataOciKmsVaultsVaultsExternalKeyManagerMetadataOutputReference;
}
export interface DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummary {
}
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummaryToTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummary): any;
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummaryToHclTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummary): any;
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummaryOutputReference 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(): DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummary | undefined;
    set internalValue(value: DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummary | undefined);
    get clientAppId(): string;
    get idcsAccountNameUrl(): string;
}
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummaryList 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): DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummaryOutputReference;
}
export interface DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummary {
}
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryToTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummary): any;
export declare function dataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryToHclTerraform(struct?: DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummary): any;
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOutputReference 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(): DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummary | undefined;
    set internalValue(value: DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummary | undefined);
    get externalVaultEndpointUrl(): string;
    private _oauthMetadataSummary;
    get oauthMetadataSummary(): DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOauthMetadataSummaryList;
    get privateEndpointId(): string;
    get vendor(): string;
}
export declare class DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryList 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): DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryOutputReference;
}
export interface DataOciKmsVaultsVaultsReplicaDetails {
}
export declare function dataOciKmsVaultsVaultsReplicaDetailsToTerraform(struct?: DataOciKmsVaultsVaultsReplicaDetails): any;
export declare function dataOciKmsVaultsVaultsReplicaDetailsToHclTerraform(struct?: DataOciKmsVaultsVaultsReplicaDetails): any;
export declare class DataOciKmsVaultsVaultsReplicaDetailsOutputReference 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(): DataOciKmsVaultsVaultsReplicaDetails | undefined;
    set internalValue(value: DataOciKmsVaultsVaultsReplicaDetails | undefined);
    get replicationId(): string;
}
export declare class DataOciKmsVaultsVaultsReplicaDetailsList 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): DataOciKmsVaultsVaultsReplicaDetailsOutputReference;
}
export interface DataOciKmsVaultsVaultsRestoreFromFile {
}
export declare function dataOciKmsVaultsVaultsRestoreFromFileToTerraform(struct?: DataOciKmsVaultsVaultsRestoreFromFile): any;
export declare function dataOciKmsVaultsVaultsRestoreFromFileToHclTerraform(struct?: DataOciKmsVaultsVaultsRestoreFromFile): any;
export declare class DataOciKmsVaultsVaultsRestoreFromFileOutputReference 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(): DataOciKmsVaultsVaultsRestoreFromFile | undefined;
    set internalValue(value: DataOciKmsVaultsVaultsRestoreFromFile | undefined);
    get contentLength(): string;
    get contentMd5(): string;
    get restoreVaultFromFileDetails(): string;
}
export declare class DataOciKmsVaultsVaultsRestoreFromFileList 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): DataOciKmsVaultsVaultsRestoreFromFileOutputReference;
}
export interface DataOciKmsVaultsVaultsRestoreFromObjectStore {
}
export declare function dataOciKmsVaultsVaultsRestoreFromObjectStoreToTerraform(struct?: DataOciKmsVaultsVaultsRestoreFromObjectStore): any;
export declare function dataOciKmsVaultsVaultsRestoreFromObjectStoreToHclTerraform(struct?: DataOciKmsVaultsVaultsRestoreFromObjectStore): any;
export declare class DataOciKmsVaultsVaultsRestoreFromObjectStoreOutputReference 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(): DataOciKmsVaultsVaultsRestoreFromObjectStore | undefined;
    set internalValue(value: DataOciKmsVaultsVaultsRestoreFromObjectStore | undefined);
    get bucket(): string;
    get destination(): string;
    get namespace(): string;
    get object(): string;
    get uri(): string;
}
export declare class DataOciKmsVaultsVaultsRestoreFromObjectStoreList 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): DataOciKmsVaultsVaultsRestoreFromObjectStoreOutputReference;
}
export interface DataOciKmsVaultsVaults {
}
export declare function dataOciKmsVaultsVaultsToTerraform(struct?: DataOciKmsVaultsVaults): any;
export declare function dataOciKmsVaultsVaultsToHclTerraform(struct?: DataOciKmsVaultsVaults): any;
export declare class DataOciKmsVaultsVaultsOutputReference 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(): DataOciKmsVaultsVaults | undefined;
    set internalValue(value: DataOciKmsVaultsVaults | undefined);
    get compartmentId(): string;
    get cryptoEndpoint(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _externalKeyManagerMetadata;
    get externalKeyManagerMetadata(): DataOciKmsVaultsVaultsExternalKeyManagerMetadataList;
    private _externalKeyManagerMetadataSummary;
    get externalKeyManagerMetadataSummary(): DataOciKmsVaultsVaultsExternalKeyManagerMetadataSummaryList;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get isPrimary(): cdktf.IResolvable;
    get isVaultReplicable(): cdktf.IResolvable;
    get managementEndpoint(): string;
    private _replicaDetails;
    get replicaDetails(): DataOciKmsVaultsVaultsReplicaDetailsList;
    private _restoreFromFile;
    get restoreFromFile(): DataOciKmsVaultsVaultsRestoreFromFileList;
    private _restoreFromObjectStore;
    get restoreFromObjectStore(): DataOciKmsVaultsVaultsRestoreFromObjectStoreList;
    get restoreTrigger(): cdktf.IResolvable;
    get restoredFromVaultId(): string;
    get state(): string;
    get timeCreated(): string;
    get timeOfDeletion(): string;
    get vaultType(): string;
}
export declare class DataOciKmsVaultsVaultsList 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): DataOciKmsVaultsVaultsOutputReference;
}
export interface DataOciKmsVaultsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults#name DataOciKmsVaults#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults#regex DataOciKmsVaults#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults#values DataOciKmsVaults#values}
    */
    readonly values: string[];
}
export declare function dataOciKmsVaultsFilterToTerraform(struct?: DataOciKmsVaultsFilter | cdktf.IResolvable): any;
export declare function dataOciKmsVaultsFilterToHclTerraform(struct?: DataOciKmsVaultsFilter | cdktf.IResolvable): any;
export declare class DataOciKmsVaultsFilterOutputReference 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(): DataOciKmsVaultsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciKmsVaultsFilter | 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 DataOciKmsVaultsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciKmsVaultsFilter[] | 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): DataOciKmsVaultsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults oci_kms_vaults}
*/
export declare class DataOciKmsVaults extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_kms_vaults";
    /**
    * Generates CDKTF code for importing a DataOciKmsVaults 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 DataOciKmsVaults to import
    * @param importFromId The id of the existing DataOciKmsVaults that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_vaults#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciKmsVaults 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/kms_vaults oci_kms_vaults} 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 DataOciKmsVaultsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciKmsVaultsConfig);
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _vaults;
    get vaults(): DataOciKmsVaultsVaultsList;
    private _filter;
    get filter(): DataOciKmsVaultsFilterList;
    putFilter(value: DataOciKmsVaultsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciKmsVaultsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
