import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOsManagementHubProfileConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_profile#profile_id DataOciOsManagementHubProfile#profile_id}
    */
    readonly profileId: string;
}
export interface DataOciOsManagementHubProfileLifecycleEnvironment {
}
export declare function dataOciOsManagementHubProfileLifecycleEnvironmentToTerraform(struct?: DataOciOsManagementHubProfileLifecycleEnvironment): any;
export declare function dataOciOsManagementHubProfileLifecycleEnvironmentToHclTerraform(struct?: DataOciOsManagementHubProfileLifecycleEnvironment): any;
export declare class DataOciOsManagementHubProfileLifecycleEnvironmentOutputReference 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(): DataOciOsManagementHubProfileLifecycleEnvironment | undefined;
    set internalValue(value: DataOciOsManagementHubProfileLifecycleEnvironment | undefined);
    get displayName(): string;
    get id(): string;
}
export declare class DataOciOsManagementHubProfileLifecycleEnvironmentList 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): DataOciOsManagementHubProfileLifecycleEnvironmentOutputReference;
}
export interface DataOciOsManagementHubProfileLifecycleStage {
}
export declare function dataOciOsManagementHubProfileLifecycleStageToTerraform(struct?: DataOciOsManagementHubProfileLifecycleStage): any;
export declare function dataOciOsManagementHubProfileLifecycleStageToHclTerraform(struct?: DataOciOsManagementHubProfileLifecycleStage): any;
export declare class DataOciOsManagementHubProfileLifecycleStageOutputReference 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(): DataOciOsManagementHubProfileLifecycleStage | undefined;
    set internalValue(value: DataOciOsManagementHubProfileLifecycleStage | undefined);
    get displayName(): string;
    get id(): string;
}
export declare class DataOciOsManagementHubProfileLifecycleStageList 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): DataOciOsManagementHubProfileLifecycleStageOutputReference;
}
export interface DataOciOsManagementHubProfileManagedInstanceGroup {
}
export declare function dataOciOsManagementHubProfileManagedInstanceGroupToTerraform(struct?: DataOciOsManagementHubProfileManagedInstanceGroup): any;
export declare function dataOciOsManagementHubProfileManagedInstanceGroupToHclTerraform(struct?: DataOciOsManagementHubProfileManagedInstanceGroup): any;
export declare class DataOciOsManagementHubProfileManagedInstanceGroupOutputReference 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(): DataOciOsManagementHubProfileManagedInstanceGroup | undefined;
    set internalValue(value: DataOciOsManagementHubProfileManagedInstanceGroup | undefined);
    get displayName(): string;
    get id(): string;
}
export declare class DataOciOsManagementHubProfileManagedInstanceGroupList 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): DataOciOsManagementHubProfileManagedInstanceGroupOutputReference;
}
export interface DataOciOsManagementHubProfileSoftwareSources {
}
export declare function dataOciOsManagementHubProfileSoftwareSourcesToTerraform(struct?: DataOciOsManagementHubProfileSoftwareSources): any;
export declare function dataOciOsManagementHubProfileSoftwareSourcesToHclTerraform(struct?: DataOciOsManagementHubProfileSoftwareSources): any;
export declare class DataOciOsManagementHubProfileSoftwareSourcesOutputReference 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(): DataOciOsManagementHubProfileSoftwareSources | undefined;
    set internalValue(value: DataOciOsManagementHubProfileSoftwareSources | undefined);
    get description(): string;
    get displayName(): string;
    get id(): string;
    get isMandatoryForAutonomousLinux(): cdktf.IResolvable;
    get softwareSourceType(): string;
}
export declare class DataOciOsManagementHubProfileSoftwareSourcesList 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): DataOciOsManagementHubProfileSoftwareSourcesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_profile oci_os_management_hub_profile}
*/
export declare class DataOciOsManagementHubProfile extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_os_management_hub_profile";
    /**
    * Generates CDKTF code for importing a DataOciOsManagementHubProfile 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 DataOciOsManagementHubProfile to import
    * @param importFromId The id of the existing DataOciOsManagementHubProfile that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_profile#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciOsManagementHubProfile 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_profile oci_os_management_hub_profile} 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 DataOciOsManagementHubProfileConfig
    */
    constructor(scope: Construct, id: string, config: DataOciOsManagementHubProfileConfig);
    get archType(): string;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get isDefaultProfile(): cdktf.IResolvable;
    get isServiceProvidedProfile(): cdktf.IResolvable;
    private _lifecycleEnvironment;
    get lifecycleEnvironment(): DataOciOsManagementHubProfileLifecycleEnvironmentList;
    private _lifecycleStage;
    get lifecycleStage(): DataOciOsManagementHubProfileLifecycleStageList;
    get lifecycleStageId(): string;
    private _managedInstanceGroup;
    get managedInstanceGroup(): DataOciOsManagementHubProfileManagedInstanceGroupList;
    get managedInstanceGroupId(): string;
    get managementStationId(): string;
    get osFamily(): string;
    private _profileId?;
    get profileId(): string;
    set profileId(value: string);
    get profileIdInput(): string | undefined;
    get profileType(): string;
    get registrationType(): string;
    get softwareSourceIds(): string[];
    private _softwareSources;
    get softwareSources(): DataOciOsManagementHubProfileSoftwareSourcesList;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get vendorName(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
