import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciStackMonitoringDiscoveryJobConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_discovery_job#discovery_job_id DataOciStackMonitoringDiscoveryJob#discovery_job_id}
    */
    readonly discoveryJobId: string;
}
export interface DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsProperties {
}
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsPropertiesToTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsProperties): any;
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsPropertiesToHclTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsProperties): any;
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsPropertiesOutputReference 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(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsProperties | undefined;
    set internalValue(value: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsProperties | undefined);
    private _propertiesMap;
    get propertiesMap(): cdktf.StringMap;
}
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsPropertiesList 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): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsPropertiesOutputReference;
}
export interface DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItems {
}
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsToTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItems): any;
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsToHclTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItems): any;
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsOutputReference 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(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItems | undefined;
    set internalValue(value: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItems | undefined);
    get credentialName(): string;
    get credentialType(): string;
    private _properties;
    get properties(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsPropertiesList;
}
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsList 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): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsOutputReference;
}
export interface DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentials {
}
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsToTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentials): any;
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsToHclTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentials): any;
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsOutputReference 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(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentials | undefined;
    set internalValue(value: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentials | undefined);
    private _items;
    get items(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsItemsList;
}
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsList 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): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsOutputReference;
}
export interface DataOciStackMonitoringDiscoveryJobDiscoveryDetailsProperties {
}
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsPropertiesToTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsProperties): any;
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsPropertiesToHclTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsProperties): any;
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsPropertiesOutputReference 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(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsProperties | undefined;
    set internalValue(value: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsProperties | undefined);
    private _propertiesMap;
    get propertiesMap(): cdktf.StringMap;
}
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsPropertiesList 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): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsPropertiesOutputReference;
}
export interface DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTags {
}
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsTagsToTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTags): any;
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsTagsToHclTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTags): any;
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTagsOutputReference 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(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTags | undefined;
    set internalValue(value: DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTags | undefined);
    private _propertiesMap;
    get propertiesMap(): cdktf.StringMap;
}
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTagsList 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): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTagsOutputReference;
}
export interface DataOciStackMonitoringDiscoveryJobDiscoveryDetails {
}
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsToTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetails): any;
export declare function dataOciStackMonitoringDiscoveryJobDiscoveryDetailsToHclTerraform(struct?: DataOciStackMonitoringDiscoveryJobDiscoveryDetails): any;
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsOutputReference 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(): DataOciStackMonitoringDiscoveryJobDiscoveryDetails | undefined;
    set internalValue(value: DataOciStackMonitoringDiscoveryJobDiscoveryDetails | undefined);
    get agentId(): string;
    private _credentials;
    get credentials(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsCredentialsList;
    get license(): string;
    private _properties;
    get properties(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsPropertiesList;
    get resourceName(): string;
    get resourceType(): string;
    private _tags;
    get tags(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsTagsList;
}
export declare class DataOciStackMonitoringDiscoveryJobDiscoveryDetailsList 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): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_discovery_job oci_stack_monitoring_discovery_job}
*/
export declare class DataOciStackMonitoringDiscoveryJob extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_stack_monitoring_discovery_job";
    /**
    * Generates CDKTF code for importing a DataOciStackMonitoringDiscoveryJob 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 DataOciStackMonitoringDiscoveryJob to import
    * @param importFromId The id of the existing DataOciStackMonitoringDiscoveryJob that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_discovery_job#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciStackMonitoringDiscoveryJob 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/stack_monitoring_discovery_job oci_stack_monitoring_discovery_job} 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 DataOciStackMonitoringDiscoveryJobConfig
    */
    constructor(scope: Construct, id: string, config: DataOciStackMonitoringDiscoveryJobConfig);
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get discoveryClient(): string;
    private _discoveryDetails;
    get discoveryDetails(): DataOciStackMonitoringDiscoveryJobDiscoveryDetailsList;
    private _discoveryJobId?;
    get discoveryJobId(): string;
    set discoveryJobId(value: string);
    get discoveryJobIdInput(): string | undefined;
    get discoveryType(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get shouldPropagateTagsToDiscoveredResources(): cdktf.IResolvable;
    get state(): string;
    get status(): string;
    get statusMessage(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get tenantId(): string;
    get timeUpdated(): string;
    get userId(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
