import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciWaasCertificateConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificate#certificate_id DataOciWaasCertificate#certificate_id}
    */
    readonly certificateId: string;
}
export interface DataOciWaasCertificateExtensions {
}
export declare function dataOciWaasCertificateExtensionsToTerraform(struct?: DataOciWaasCertificateExtensions): any;
export declare function dataOciWaasCertificateExtensionsToHclTerraform(struct?: DataOciWaasCertificateExtensions): any;
export declare class DataOciWaasCertificateExtensionsOutputReference 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(): DataOciWaasCertificateExtensions | undefined;
    set internalValue(value: DataOciWaasCertificateExtensions | undefined);
    get isCritical(): cdktf.IResolvable;
    get name(): string;
    get value(): string;
}
export declare class DataOciWaasCertificateExtensionsList 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): DataOciWaasCertificateExtensionsOutputReference;
}
export interface DataOciWaasCertificateIssuerName {
}
export declare function dataOciWaasCertificateIssuerNameToTerraform(struct?: DataOciWaasCertificateIssuerName): any;
export declare function dataOciWaasCertificateIssuerNameToHclTerraform(struct?: DataOciWaasCertificateIssuerName): any;
export declare class DataOciWaasCertificateIssuerNameOutputReference 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(): DataOciWaasCertificateIssuerName | undefined;
    set internalValue(value: DataOciWaasCertificateIssuerName | 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 DataOciWaasCertificateIssuerNameList 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): DataOciWaasCertificateIssuerNameOutputReference;
}
export interface DataOciWaasCertificatePublicKeyInfo {
}
export declare function dataOciWaasCertificatePublicKeyInfoToTerraform(struct?: DataOciWaasCertificatePublicKeyInfo): any;
export declare function dataOciWaasCertificatePublicKeyInfoToHclTerraform(struct?: DataOciWaasCertificatePublicKeyInfo): any;
export declare class DataOciWaasCertificatePublicKeyInfoOutputReference 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(): DataOciWaasCertificatePublicKeyInfo | undefined;
    set internalValue(value: DataOciWaasCertificatePublicKeyInfo | undefined);
    get algorithm(): string;
    get exponent(): number;
    get keySize(): number;
}
export declare class DataOciWaasCertificatePublicKeyInfoList 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): DataOciWaasCertificatePublicKeyInfoOutputReference;
}
export interface DataOciWaasCertificateSubjectName {
}
export declare function dataOciWaasCertificateSubjectNameToTerraform(struct?: DataOciWaasCertificateSubjectName): any;
export declare function dataOciWaasCertificateSubjectNameToHclTerraform(struct?: DataOciWaasCertificateSubjectName): any;
export declare class DataOciWaasCertificateSubjectNameOutputReference 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(): DataOciWaasCertificateSubjectName | undefined;
    set internalValue(value: DataOciWaasCertificateSubjectName | 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 DataOciWaasCertificateSubjectNameList 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): DataOciWaasCertificateSubjectNameOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificate oci_waas_certificate}
*/
export declare class DataOciWaasCertificate extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_waas_certificate";
    /**
    * Generates CDKTF code for importing a DataOciWaasCertificate 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 DataOciWaasCertificate to import
    * @param importFromId The id of the existing DataOciWaasCertificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_certificate#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciWaasCertificate 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_certificate oci_waas_certificate} 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 DataOciWaasCertificateConfig
    */
    constructor(scope: Construct, id: string, config: DataOciWaasCertificateConfig);
    get certificateData(): string;
    private _certificateId?;
    get certificateId(): string;
    set certificateId(value: string);
    get certificateIdInput(): string | undefined;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _extensions;
    get extensions(): DataOciWaasCertificateExtensionsList;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get isTrustVerificationDisabled(): cdktf.IResolvable;
    get issuedBy(): string;
    private _issuerName;
    get issuerName(): DataOciWaasCertificateIssuerNameList;
    get privateKeyData(): string;
    private _publicKeyInfo;
    get publicKeyInfo(): DataOciWaasCertificatePublicKeyInfoList;
    get serialNumber(): string;
    get signatureAlgorithm(): string;
    get state(): string;
    private _subjectName;
    get subjectName(): DataOciWaasCertificateSubjectNameList;
    get timeCreated(): string;
    get timeNotValidAfter(): string;
    get timeNotValidBefore(): string;
    get version(): number;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
