import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudSslDescribeCertificateConfig extends cdktf.TerraformMetaArguments { /** * Certificate ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_certificate#certificate_id DataTencentcloudSslDescribeCertificate#certificate_id} */ readonly certificateId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_certificate#id DataTencentcloudSslDescribeCertificate#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; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_certificate#result_output_file DataTencentcloudSslDescribeCertificate#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudSslDescribeCertificateResultCertificateExtra { } export declare function dataTencentcloudSslDescribeCertificateResultCertificateExtraToTerraform(struct?: DataTencentcloudSslDescribeCertificateResultCertificateExtra): any; export declare function dataTencentcloudSslDescribeCertificateResultCertificateExtraToHclTerraform(struct?: DataTencentcloudSslDescribeCertificateResultCertificateExtra): any; export declare class DataTencentcloudSslDescribeCertificateResultCertificateExtraOutputReference 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(): DataTencentcloudSslDescribeCertificateResultCertificateExtra | undefined; set internalValue(value: DataTencentcloudSslDescribeCertificateResultCertificateExtra | undefined); get companyType(): any; get domainNumber(): any; get originCertificateId(): any; get renewOrder(): any; get replacedBy(): any; get replacedFor(): any; get sMCert(): any; } export declare class DataTencentcloudSslDescribeCertificateResultCertificateExtraList 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): DataTencentcloudSslDescribeCertificateResultCertificateExtraOutputReference; } export interface DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuths { } export declare function dataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuthsToTerraform(struct?: DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuths): any; export declare function dataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuthsToHclTerraform(struct?: DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuths): any; export declare class DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuthsOutputReference 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(): DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuths | undefined; set internalValue(value: DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuths | undefined); get dvAuthDomain(): any; get dvAuthKey(): any; get dvAuthPath(): any; get dvAuthSubDomain(): any; get dvAuthValue(): any; get dvAuthVerifyType(): any; } export declare class DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuthsList 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): DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuthsOutputReference; } export interface DataTencentcloudSslDescribeCertificateResultDvAuthDetail { } export declare function dataTencentcloudSslDescribeCertificateResultDvAuthDetailToTerraform(struct?: DataTencentcloudSslDescribeCertificateResultDvAuthDetail): any; export declare function dataTencentcloudSslDescribeCertificateResultDvAuthDetailToHclTerraform(struct?: DataTencentcloudSslDescribeCertificateResultDvAuthDetail): any; export declare class DataTencentcloudSslDescribeCertificateResultDvAuthDetailOutputReference 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(): DataTencentcloudSslDescribeCertificateResultDvAuthDetail | undefined; set internalValue(value: DataTencentcloudSslDescribeCertificateResultDvAuthDetail | undefined); get dvAuthDomain(): any; get dvAuthKey(): any; get dvAuthKeySubDomain(): any; get dvAuthPath(): any; get dvAuthValue(): any; private _dvAuths; get dvAuths(): DataTencentcloudSslDescribeCertificateResultDvAuthDetailDvAuthsList; } export declare class DataTencentcloudSslDescribeCertificateResultDvAuthDetailList 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): DataTencentcloudSslDescribeCertificateResultDvAuthDetailOutputReference; } export interface DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetail { } export declare function dataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetailToTerraform(struct?: DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetail): any; export declare function dataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetailToHclTerraform(struct?: DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetail): any; export declare class DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetailOutputReference 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(): DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetail | undefined; set internalValue(value: DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetail | undefined); get dvAuthDomain(): any; get dvAuthKey(): any; get dvAuthPath(): any; get dvAuthSubDomain(): any; get dvAuthValue(): any; get dvAuthVerifyType(): any; } export declare class DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetailList 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): DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetailOutputReference; } export interface DataTencentcloudSslDescribeCertificateResultSubmittedData { } export declare function dataTencentcloudSslDescribeCertificateResultSubmittedDataToTerraform(struct?: DataTencentcloudSslDescribeCertificateResultSubmittedData): any; export declare function dataTencentcloudSslDescribeCertificateResultSubmittedDataToHclTerraform(struct?: DataTencentcloudSslDescribeCertificateResultSubmittedData): any; export declare class DataTencentcloudSslDescribeCertificateResultSubmittedDataOutputReference 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(): DataTencentcloudSslDescribeCertificateResultSubmittedData | undefined; set internalValue(value: DataTencentcloudSslDescribeCertificateResultSubmittedData | undefined); get adminEmail(): any; get adminFirstName(): any; get adminLastName(): any; get adminPhoneNum(): any; get adminPosition(): any; get certificateDomain(): any; get contactEmail(): any; get contactFirstName(): any; get contactLastName(): any; get contactNumber(): any; get contactPosition(): any; get csrContent(): any; get csrType(): any; get domainList(): any; get keyPassword(): any; get organizationAddress(): any; get organizationCity(): any; get organizationCountry(): any; get organizationDivision(): any; get organizationName(): any; get organizationRegion(): any; get phoneAreaCode(): any; get phoneNumber(): any; get postalCode(): any; get verifyType(): any; } export declare class DataTencentcloudSslDescribeCertificateResultSubmittedDataList 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): DataTencentcloudSslDescribeCertificateResultSubmittedDataOutputReference; } export interface DataTencentcloudSslDescribeCertificateResult { } export declare function dataTencentcloudSslDescribeCertificateResultToTerraform(struct?: DataTencentcloudSslDescribeCertificateResult): any; export declare function dataTencentcloudSslDescribeCertificateResultToHclTerraform(struct?: DataTencentcloudSslDescribeCertificateResult): any; export declare class DataTencentcloudSslDescribeCertificateResultOutputReference 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(): DataTencentcloudSslDescribeCertificateResult | undefined; set internalValue(value: DataTencentcloudSslDescribeCertificateResult | undefined); get alias(): any; get cACommonNames(): any; get cAEncryptAlgorithms(): any; get cAEndTimes(): any; get certBeginTime(): any; get certEndTime(): any; private _certificateExtra; get certificateExtra(): DataTencentcloudSslDescribeCertificateResultCertificateExtraList; get certificateType(): any; get deployable(): any; get domain(): any; private _dvAuthDetail; get dvAuthDetail(): DataTencentcloudSslDescribeCertificateResultDvAuthDetailList; private _dvRevokeAuthDetail; get dvRevokeAuthDetail(): DataTencentcloudSslDescribeCertificateResultDvRevokeAuthDetailList; get from(): any; get insertTime(): any; get isDv(): any; get isVip(): any; get isVulnerability(): any; get isWildcard(): any; get orderId(): any; get ownerUin(): any; get packageType(): any; get packageTypeName(): any; get productZhName(): any; get projectId(): any; get renewAble(): any; get status(): any; get statusMsg(): any; get statusName(): any; get subjectAltName(): any; private _submittedData; get submittedData(): DataTencentcloudSslDescribeCertificateResultSubmittedDataList; get validityPeriod(): any; get verifyType(): any; get vulnerabilityReport(): any; get vulnerabilityStatus(): any; } export declare class DataTencentcloudSslDescribeCertificateResultList 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): DataTencentcloudSslDescribeCertificateResultOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_certificate tencentcloud_ssl_describe_certificate} */ export declare class DataTencentcloudSslDescribeCertificate extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ssl_describe_certificate"; /** * Generates CDKTF code for importing a DataTencentcloudSslDescribeCertificate resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataTencentcloudSslDescribeCertificate to import * @param importFromId The id of the existing DataTencentcloudSslDescribeCertificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_certificate#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudSslDescribeCertificate to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_certificate tencentcloud_ssl_describe_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 DataTencentcloudSslDescribeCertificateConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudSslDescribeCertificateConfig); private _certificateId?; get certificateId(): string; set certificateId(value: string); get certificateIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _result; get result(): DataTencentcloudSslDescribeCertificateResultList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }