import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciVulnerabilityScanningHostScanRecipeConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/vulnerability_scanning_host_scan_recipe#host_scan_recipe_id DataOciVulnerabilityScanningHostScanRecipe#host_scan_recipe_id}
    */
    readonly hostScanRecipeId: string;
}
export interface DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettings {
}
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettingsToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettings): any;
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettingsToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettings): any;
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettingsOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettings | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettings | undefined);
    get scanLevel(): string;
}
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettingsList 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): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettingsOutputReference;
}
export interface DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettings {
}
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettingsToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettings): any;
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettingsToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettings): any;
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettingsOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettings | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettings | undefined);
    get scanLevel(): string;
}
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettingsList 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): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettingsOutputReference;
}
export interface DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfiguration {
}
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfiguration): any;
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfiguration): any;
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfiguration | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfiguration | undefined);
    private _cisBenchmarkSettings;
    get cisBenchmarkSettings(): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationCisBenchmarkSettingsList;
    private _endpointProtectionSettings;
    get endpointProtectionSettings(): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationEndpointProtectionSettingsList;
    get shouldUnInstall(): cdktf.IResolvable;
    get vaultSecretId(): string;
    get vendor(): string;
    get vendorType(): string;
}
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationList 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): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationOutputReference;
}
export interface DataOciVulnerabilityScanningHostScanRecipeAgentSettings {
}
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettings): any;
export declare function dataOciVulnerabilityScanningHostScanRecipeAgentSettingsToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeAgentSettings): any;
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipeAgentSettings | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipeAgentSettings | undefined);
    private _agentConfiguration;
    get agentConfiguration(): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsAgentConfigurationList;
    get scanLevel(): string;
}
export declare class DataOciVulnerabilityScanningHostScanRecipeAgentSettingsList 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): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsOutputReference;
}
export interface DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScan {
}
export declare function dataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScanToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScan): any;
export declare function dataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScanToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScan): any;
export declare class DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScanOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScan | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScan | undefined);
    get folder(): string;
    get operatingsystem(): string;
}
export declare class DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScanList 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): DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScanOutputReference;
}
export interface DataOciVulnerabilityScanningHostScanRecipeApplicationSettings {
}
export declare function dataOciVulnerabilityScanningHostScanRecipeApplicationSettingsToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeApplicationSettings): any;
export declare function dataOciVulnerabilityScanningHostScanRecipeApplicationSettingsToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeApplicationSettings): any;
export declare class DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipeApplicationSettings | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipeApplicationSettings | undefined);
    get applicationScanRecurrence(): string;
    private _foldersToScan;
    get foldersToScan(): DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsFoldersToScanList;
    get isEnabled(): cdktf.IResolvable;
}
export declare class DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsList 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): DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsOutputReference;
}
export interface DataOciVulnerabilityScanningHostScanRecipePortSettings {
}
export declare function dataOciVulnerabilityScanningHostScanRecipePortSettingsToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipePortSettings): any;
export declare function dataOciVulnerabilityScanningHostScanRecipePortSettingsToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipePortSettings): any;
export declare class DataOciVulnerabilityScanningHostScanRecipePortSettingsOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipePortSettings | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipePortSettings | undefined);
    get scanLevel(): string;
}
export declare class DataOciVulnerabilityScanningHostScanRecipePortSettingsList 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): DataOciVulnerabilityScanningHostScanRecipePortSettingsOutputReference;
}
export interface DataOciVulnerabilityScanningHostScanRecipeSchedule {
}
export declare function dataOciVulnerabilityScanningHostScanRecipeScheduleToTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeSchedule): any;
export declare function dataOciVulnerabilityScanningHostScanRecipeScheduleToHclTerraform(struct?: DataOciVulnerabilityScanningHostScanRecipeSchedule): any;
export declare class DataOciVulnerabilityScanningHostScanRecipeScheduleOutputReference 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(): DataOciVulnerabilityScanningHostScanRecipeSchedule | undefined;
    set internalValue(value: DataOciVulnerabilityScanningHostScanRecipeSchedule | undefined);
    get dayOfWeek(): string;
    get type(): string;
}
export declare class DataOciVulnerabilityScanningHostScanRecipeScheduleList 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): DataOciVulnerabilityScanningHostScanRecipeScheduleOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/vulnerability_scanning_host_scan_recipe oci_vulnerability_scanning_host_scan_recipe}
*/
export declare class DataOciVulnerabilityScanningHostScanRecipe extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_vulnerability_scanning_host_scan_recipe";
    /**
    * Generates CDKTF code for importing a DataOciVulnerabilityScanningHostScanRecipe 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 DataOciVulnerabilityScanningHostScanRecipe to import
    * @param importFromId The id of the existing DataOciVulnerabilityScanningHostScanRecipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/vulnerability_scanning_host_scan_recipe#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciVulnerabilityScanningHostScanRecipe 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/vulnerability_scanning_host_scan_recipe oci_vulnerability_scanning_host_scan_recipe} 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 DataOciVulnerabilityScanningHostScanRecipeConfig
    */
    constructor(scope: Construct, id: string, config: DataOciVulnerabilityScanningHostScanRecipeConfig);
    private _agentSettings;
    get agentSettings(): DataOciVulnerabilityScanningHostScanRecipeAgentSettingsList;
    private _applicationSettings;
    get applicationSettings(): DataOciVulnerabilityScanningHostScanRecipeApplicationSettingsList;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    private _hostScanRecipeId?;
    get hostScanRecipeId(): string;
    set hostScanRecipeId(value: string);
    get hostScanRecipeIdInput(): string | undefined;
    get id(): string;
    private _portSettings;
    get portSettings(): DataOciVulnerabilityScanningHostScanRecipePortSettingsList;
    private _schedule;
    get schedule(): DataOciVulnerabilityScanningHostScanRecipeScheduleList;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
