import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOsManagementHubManagementStationConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_management_station#management_station_id DataOciOsManagementHubManagementStation#management_station_id}
    */
    readonly managementStationId: string;
}
export interface DataOciOsManagementHubManagementStationHealth {
}
export declare function dataOciOsManagementHubManagementStationHealthToTerraform(struct?: DataOciOsManagementHubManagementStationHealth): any;
export declare function dataOciOsManagementHubManagementStationHealthToHclTerraform(struct?: DataOciOsManagementHubManagementStationHealth): any;
export declare class DataOciOsManagementHubManagementStationHealthOutputReference 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(): DataOciOsManagementHubManagementStationHealth | undefined;
    set internalValue(value: DataOciOsManagementHubManagementStationHealth | undefined);
    get description(): string;
    get state(): string;
}
export declare class DataOciOsManagementHubManagementStationHealthList 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): DataOciOsManagementHubManagementStationHealthOutputReference;
}
export interface DataOciOsManagementHubManagementStationMirror {
}
export declare function dataOciOsManagementHubManagementStationMirrorToTerraform(struct?: DataOciOsManagementHubManagementStationMirror): any;
export declare function dataOciOsManagementHubManagementStationMirrorToHclTerraform(struct?: DataOciOsManagementHubManagementStationMirror): any;
export declare class DataOciOsManagementHubManagementStationMirrorOutputReference 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(): DataOciOsManagementHubManagementStationMirror | undefined;
    set internalValue(value: DataOciOsManagementHubManagementStationMirror | undefined);
    get directory(): string;
    get port(): string;
    get sslcert(): string;
    get sslport(): string;
}
export declare class DataOciOsManagementHubManagementStationMirrorList 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): DataOciOsManagementHubManagementStationMirrorOutputReference;
}
export interface DataOciOsManagementHubManagementStationMirrorSyncStatus {
}
export declare function dataOciOsManagementHubManagementStationMirrorSyncStatusToTerraform(struct?: DataOciOsManagementHubManagementStationMirrorSyncStatus): any;
export declare function dataOciOsManagementHubManagementStationMirrorSyncStatusToHclTerraform(struct?: DataOciOsManagementHubManagementStationMirrorSyncStatus): any;
export declare class DataOciOsManagementHubManagementStationMirrorSyncStatusOutputReference 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(): DataOciOsManagementHubManagementStationMirrorSyncStatus | undefined;
    set internalValue(value: DataOciOsManagementHubManagementStationMirrorSyncStatus | undefined);
    get failed(): number;
    get queued(): number;
    get synced(): number;
    get syncing(): number;
    get unsynced(): number;
}
export declare class DataOciOsManagementHubManagementStationMirrorSyncStatusList 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): DataOciOsManagementHubManagementStationMirrorSyncStatusOutputReference;
}
export interface DataOciOsManagementHubManagementStationProxy {
}
export declare function dataOciOsManagementHubManagementStationProxyToTerraform(struct?: DataOciOsManagementHubManagementStationProxy): any;
export declare function dataOciOsManagementHubManagementStationProxyToHclTerraform(struct?: DataOciOsManagementHubManagementStationProxy): any;
export declare class DataOciOsManagementHubManagementStationProxyOutputReference 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(): DataOciOsManagementHubManagementStationProxy | undefined;
    set internalValue(value: DataOciOsManagementHubManagementStationProxy | undefined);
    get forward(): string;
    get hosts(): string[];
    get isEnabled(): cdktf.IResolvable;
    get port(): string;
}
export declare class DataOciOsManagementHubManagementStationProxyList 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): DataOciOsManagementHubManagementStationProxyOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_management_station oci_os_management_hub_management_station}
*/
export declare class DataOciOsManagementHubManagementStation extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_os_management_hub_management_station";
    /**
    * Generates CDKTF code for importing a DataOciOsManagementHubManagementStation 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 DataOciOsManagementHubManagementStation to import
    * @param importFromId The id of the existing DataOciOsManagementHubManagementStation that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_management_station#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciOsManagementHubManagementStation 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/os_management_hub_management_station oci_os_management_hub_management_station} 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 DataOciOsManagementHubManagementStationConfig
    */
    constructor(scope: Construct, id: string, config: DataOciOsManagementHubManagementStationConfig);
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    private _health;
    get health(): DataOciOsManagementHubManagementStationHealthList;
    get hostname(): string;
    get id(): string;
    get managedInstanceId(): string;
    private _managementStationId?;
    get managementStationId(): string;
    set managementStationId(value: string);
    get managementStationIdInput(): string | undefined;
    private _mirror;
    get mirror(): DataOciOsManagementHubManagementStationMirrorList;
    get mirrorCapacity(): number;
    private _mirrorSyncStatus;
    get mirrorSyncStatus(): DataOciOsManagementHubManagementStationMirrorSyncStatusList;
    get overallPercentage(): number;
    get overallState(): string;
    get profileId(): string;
    private _proxy;
    get proxy(): DataOciOsManagementHubManagementStationProxyList;
    get refreshTrigger(): number;
    get scheduledJobId(): string;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get totalMirrors(): number;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
