import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciWaasCertificatesConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#compartment_id DataOciWaasCertificates#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#display_names DataOciWaasCertificates#display_names}
    */
    readonly displayNames?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#id DataOciWaasCertificates#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/waas_certificates#ids DataOciWaasCertificates#ids}
    */
    readonly ids?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#states DataOciWaasCertificates#states}
    */
    readonly states?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#time_created_greater_than_or_equal_to DataOciWaasCertificates#time_created_greater_than_or_equal_to}
    */
    readonly timeCreatedGreaterThanOrEqualTo?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#time_created_less_than DataOciWaasCertificates#time_created_less_than}
    */
    readonly timeCreatedLessThan?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#filter DataOciWaasCertificates#filter}
    */
    readonly filter?: DataOciWaasCertificatesFilter[] | cdktf.IResolvable;
}
export interface DataOciWaasCertificatesCertificatesExtensions {
}
export declare function dataOciWaasCertificatesCertificatesExtensionsToTerraform(struct?: DataOciWaasCertificatesCertificatesExtensions): any;
export declare function dataOciWaasCertificatesCertificatesExtensionsToHclTerraform(struct?: DataOciWaasCertificatesCertificatesExtensions): any;
export declare class DataOciWaasCertificatesCertificatesExtensionsOutputReference 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(): DataOciWaasCertificatesCertificatesExtensions | undefined;
    set internalValue(value: DataOciWaasCertificatesCertificatesExtensions | undefined);
    get isCritical(): cdktf.IResolvable;
    get name(): string;
    get value(): string;
}
export declare class DataOciWaasCertificatesCertificatesExtensionsList 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): DataOciWaasCertificatesCertificatesExtensionsOutputReference;
}
export interface DataOciWaasCertificatesCertificatesIssuerName {
}
export declare function dataOciWaasCertificatesCertificatesIssuerNameToTerraform(struct?: DataOciWaasCertificatesCertificatesIssuerName): any;
export declare function dataOciWaasCertificatesCertificatesIssuerNameToHclTerraform(struct?: DataOciWaasCertificatesCertificatesIssuerName): any;
export declare class DataOciWaasCertificatesCertificatesIssuerNameOutputReference 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(): DataOciWaasCertificatesCertificatesIssuerName | undefined;
    set internalValue(value: DataOciWaasCertificatesCertificatesIssuerName | undefined);
    get commonName(): string;
    get country(): string;
    get emailAddress(): string;
    get locality(): string;
    get organization(): string;
    get organizationalUnit(): string;
    get stateProvince(): string;
}
export declare class DataOciWaasCertificatesCertificatesIssuerNameList 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): DataOciWaasCertificatesCertificatesIssuerNameOutputReference;
}
export interface DataOciWaasCertificatesCertificatesPublicKeyInfo {
}
export declare function dataOciWaasCertificatesCertificatesPublicKeyInfoToTerraform(struct?: DataOciWaasCertificatesCertificatesPublicKeyInfo): any;
export declare function dataOciWaasCertificatesCertificatesPublicKeyInfoToHclTerraform(struct?: DataOciWaasCertificatesCertificatesPublicKeyInfo): any;
export declare class DataOciWaasCertificatesCertificatesPublicKeyInfoOutputReference 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(): DataOciWaasCertificatesCertificatesPublicKeyInfo | undefined;
    set internalValue(value: DataOciWaasCertificatesCertificatesPublicKeyInfo | undefined);
    get algorithm(): string;
    get exponent(): number;
    get keySize(): number;
}
export declare class DataOciWaasCertificatesCertificatesPublicKeyInfoList 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): DataOciWaasCertificatesCertificatesPublicKeyInfoOutputReference;
}
export interface DataOciWaasCertificatesCertificatesSubjectName {
}
export declare function dataOciWaasCertificatesCertificatesSubjectNameToTerraform(struct?: DataOciWaasCertificatesCertificatesSubjectName): any;
export declare function dataOciWaasCertificatesCertificatesSubjectNameToHclTerraform(struct?: DataOciWaasCertificatesCertificatesSubjectName): any;
export declare class DataOciWaasCertificatesCertificatesSubjectNameOutputReference 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(): DataOciWaasCertificatesCertificatesSubjectName | undefined;
    set internalValue(value: DataOciWaasCertificatesCertificatesSubjectName | undefined);
    get commonName(): string;
    get country(): string;
    get emailAddress(): string;
    get locality(): string;
    get organization(): string;
    get organizationalUnit(): string;
    get stateProvince(): string;
}
export declare class DataOciWaasCertificatesCertificatesSubjectNameList 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): DataOciWaasCertificatesCertificatesSubjectNameOutputReference;
}
export interface DataOciWaasCertificatesCertificates {
}
export declare function dataOciWaasCertificatesCertificatesToTerraform(struct?: DataOciWaasCertificatesCertificates): any;
export declare function dataOciWaasCertificatesCertificatesToHclTerraform(struct?: DataOciWaasCertificatesCertificates): any;
export declare class DataOciWaasCertificatesCertificatesOutputReference 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(): DataOciWaasCertificatesCertificates | undefined;
    set internalValue(value: DataOciWaasCertificatesCertificates | undefined);
    get certificateData(): string;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _extensions;
    get extensions(): DataOciWaasCertificatesCertificatesExtensionsList;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get isTrustVerificationDisabled(): cdktf.IResolvable;
    get issuedBy(): string;
    private _issuerName;
    get issuerName(): DataOciWaasCertificatesCertificatesIssuerNameList;
    get privateKeyData(): string;
    private _publicKeyInfo;
    get publicKeyInfo(): DataOciWaasCertificatesCertificatesPublicKeyInfoList;
    get serialNumber(): string;
    get signatureAlgorithm(): string;
    get state(): string;
    private _subjectName;
    get subjectName(): DataOciWaasCertificatesCertificatesSubjectNameList;
    get timeCreated(): string;
    get timeNotValidAfter(): string;
    get timeNotValidBefore(): string;
    get version(): number;
}
export declare class DataOciWaasCertificatesCertificatesList 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): DataOciWaasCertificatesCertificatesOutputReference;
}
export interface DataOciWaasCertificatesFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#name DataOciWaasCertificates#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#regex DataOciWaasCertificates#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#values DataOciWaasCertificates#values}
    */
    readonly values: string[];
}
export declare function dataOciWaasCertificatesFilterToTerraform(struct?: DataOciWaasCertificatesFilter | cdktf.IResolvable): any;
export declare function dataOciWaasCertificatesFilterToHclTerraform(struct?: DataOciWaasCertificatesFilter | cdktf.IResolvable): any;
export declare class DataOciWaasCertificatesFilterOutputReference 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(): DataOciWaasCertificatesFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciWaasCertificatesFilter | 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 DataOciWaasCertificatesFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciWaasCertificatesFilter[] | 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): DataOciWaasCertificatesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates oci_waas_certificates}
*/
export declare class DataOciWaasCertificates extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_waas_certificates";
    /**
    * Generates CDKTF code for importing a DataOciWaasCertificates 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 DataOciWaasCertificates to import
    * @param importFromId The id of the existing DataOciWaasCertificates that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificates#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciWaasCertificates 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/waas_certificates oci_waas_certificates} 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 DataOciWaasCertificatesConfig
    */
    constructor(scope: Construct, id: string, config: DataOciWaasCertificatesConfig);
    private _certificates;
    get certificates(): DataOciWaasCertificatesCertificatesList;
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _displayNames?;
    get displayNames(): string[];
    set displayNames(value: string[]);
    resetDisplayNames(): void;
    get displayNamesInput(): string[] | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _ids?;
    get ids(): string[];
    set ids(value: string[]);
    resetIds(): void;
    get idsInput(): string[] | undefined;
    private _states?;
    get states(): string[];
    set states(value: string[]);
    resetStates(): void;
    get statesInput(): string[] | undefined;
    private _timeCreatedGreaterThanOrEqualTo?;
    get timeCreatedGreaterThanOrEqualTo(): string;
    set timeCreatedGreaterThanOrEqualTo(value: string);
    resetTimeCreatedGreaterThanOrEqualTo(): void;
    get timeCreatedGreaterThanOrEqualToInput(): string | undefined;
    private _timeCreatedLessThan?;
    get timeCreatedLessThan(): string;
    set timeCreatedLessThan(value: string);
    resetTimeCreatedLessThan(): void;
    get timeCreatedLessThanInput(): string | undefined;
    private _filter;
    get filter(): DataOciWaasCertificatesFilterList;
    putFilter(value: DataOciWaasCertificatesFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciWaasCertificatesFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
