import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface OsmanagementManagedInstanceConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#id OsmanagementManagedInstance#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;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#is_data_collection_authorized OsmanagementManagedInstance#is_data_collection_authorized}
    */
    readonly isDataCollectionAuthorized?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#managed_instance_id OsmanagementManagedInstance#managed_instance_id}
    */
    readonly managedInstanceId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#notification_topic_id OsmanagementManagedInstance#notification_topic_id}
    */
    readonly notificationTopicId?: string;
    /**
    * timeouts block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#timeouts OsmanagementManagedInstance#timeouts}
    */
    readonly timeouts?: OsmanagementManagedInstanceTimeouts;
}
export interface OsmanagementManagedInstanceAutonomous {
}
export declare function osmanagementManagedInstanceAutonomousToTerraform(struct?: OsmanagementManagedInstanceAutonomous): any;
export declare function osmanagementManagedInstanceAutonomousToHclTerraform(struct?: OsmanagementManagedInstanceAutonomous): any;
export declare class OsmanagementManagedInstanceAutonomousOutputReference 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(): OsmanagementManagedInstanceAutonomous | undefined;
    set internalValue(value: OsmanagementManagedInstanceAutonomous | undefined);
    get isAutoUpdateEnabled(): cdktf.IResolvable;
}
export declare class OsmanagementManagedInstanceAutonomousList 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): OsmanagementManagedInstanceAutonomousOutputReference;
}
export interface OsmanagementManagedInstanceChildSoftwareSources {
}
export declare function osmanagementManagedInstanceChildSoftwareSourcesToTerraform(struct?: OsmanagementManagedInstanceChildSoftwareSources): any;
export declare function osmanagementManagedInstanceChildSoftwareSourcesToHclTerraform(struct?: OsmanagementManagedInstanceChildSoftwareSources): any;
export declare class OsmanagementManagedInstanceChildSoftwareSourcesOutputReference 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(): OsmanagementManagedInstanceChildSoftwareSources | undefined;
    set internalValue(value: OsmanagementManagedInstanceChildSoftwareSources | undefined);
    get id(): string;
    get name(): string;
}
export declare class OsmanagementManagedInstanceChildSoftwareSourcesList 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): OsmanagementManagedInstanceChildSoftwareSourcesOutputReference;
}
export interface OsmanagementManagedInstanceManagedInstanceGroups {
}
export declare function osmanagementManagedInstanceManagedInstanceGroupsToTerraform(struct?: OsmanagementManagedInstanceManagedInstanceGroups): any;
export declare function osmanagementManagedInstanceManagedInstanceGroupsToHclTerraform(struct?: OsmanagementManagedInstanceManagedInstanceGroups): any;
export declare class OsmanagementManagedInstanceManagedInstanceGroupsOutputReference 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(): OsmanagementManagedInstanceManagedInstanceGroups | undefined;
    set internalValue(value: OsmanagementManagedInstanceManagedInstanceGroups | undefined);
    get displayName(): string;
    get id(): string;
}
export declare class OsmanagementManagedInstanceManagedInstanceGroupsList 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): OsmanagementManagedInstanceManagedInstanceGroupsOutputReference;
}
export interface OsmanagementManagedInstanceParentSoftwareSource {
}
export declare function osmanagementManagedInstanceParentSoftwareSourceToTerraform(struct?: OsmanagementManagedInstanceParentSoftwareSource): any;
export declare function osmanagementManagedInstanceParentSoftwareSourceToHclTerraform(struct?: OsmanagementManagedInstanceParentSoftwareSource): any;
export declare class OsmanagementManagedInstanceParentSoftwareSourceOutputReference 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(): OsmanagementManagedInstanceParentSoftwareSource | undefined;
    set internalValue(value: OsmanagementManagedInstanceParentSoftwareSource | undefined);
    get id(): string;
    get name(): string;
}
export declare class OsmanagementManagedInstanceParentSoftwareSourceList 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): OsmanagementManagedInstanceParentSoftwareSourceOutputReference;
}
export interface OsmanagementManagedInstanceTimeouts {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#create OsmanagementManagedInstance#create}
    */
    readonly create?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#delete OsmanagementManagedInstance#delete}
    */
    readonly delete?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#update OsmanagementManagedInstance#update}
    */
    readonly update?: string;
}
export declare function osmanagementManagedInstanceTimeoutsToTerraform(struct?: OsmanagementManagedInstanceTimeouts | cdktf.IResolvable): any;
export declare function osmanagementManagedInstanceTimeoutsToHclTerraform(struct?: OsmanagementManagedInstanceTimeouts | cdktf.IResolvable): any;
export declare class OsmanagementManagedInstanceTimeoutsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    private resolvableValue?;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
    get internalValue(): OsmanagementManagedInstanceTimeouts | cdktf.IResolvable | undefined;
    set internalValue(value: OsmanagementManagedInstanceTimeouts | cdktf.IResolvable | undefined);
    private _create?;
    get create(): string;
    set create(value: string);
    resetCreate(): void;
    get createInput(): string | undefined;
    private _delete?;
    get delete(): string;
    set delete(value: string);
    resetDelete(): void;
    get deleteInput(): string | undefined;
    private _update?;
    get update(): string;
    set update(value: string);
    resetUpdate(): void;
    get updateInput(): string | undefined;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance oci_osmanagement_managed_instance}
*/
export declare class OsmanagementManagedInstance extends cdktf.TerraformResource {
    static readonly tfResourceType = "oci_osmanagement_managed_instance";
    /**
    * Generates CDKTF code for importing a OsmanagementManagedInstance 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 OsmanagementManagedInstance to import
    * @param importFromId The id of the existing OsmanagementManagedInstance that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osmanagement_managed_instance#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the OsmanagementManagedInstance 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/resources/osmanagement_managed_instance oci_osmanagement_managed_instance} Resource
    *
    * @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 OsmanagementManagedInstanceConfig
    */
    constructor(scope: Construct, id: string, config: OsmanagementManagedInstanceConfig);
    private _autonomous;
    get autonomous(): OsmanagementManagedInstanceAutonomousList;
    get bugUpdatesAvailable(): number;
    private _childSoftwareSources;
    get childSoftwareSources(): OsmanagementManagedInstanceChildSoftwareSourcesList;
    get compartmentId(): string;
    get description(): string;
    get displayName(): string;
    get enhancementUpdatesAvailable(): number;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _isDataCollectionAuthorized?;
    get isDataCollectionAuthorized(): boolean | cdktf.IResolvable;
    set isDataCollectionAuthorized(value: boolean | cdktf.IResolvable);
    resetIsDataCollectionAuthorized(): void;
    get isDataCollectionAuthorizedInput(): boolean | cdktf.IResolvable | undefined;
    get isRebootRequired(): cdktf.IResolvable;
    get kspliceEffectiveKernelVersion(): string;
    get lastBoot(): string;
    get lastCheckin(): string;
    private _managedInstanceGroups;
    get managedInstanceGroups(): OsmanagementManagedInstanceManagedInstanceGroupsList;
    private _managedInstanceId?;
    get managedInstanceId(): string;
    set managedInstanceId(value: string);
    get managedInstanceIdInput(): string | undefined;
    private _notificationTopicId?;
    get notificationTopicId(): string;
    set notificationTopicId(value: string);
    resetNotificationTopicId(): void;
    get notificationTopicIdInput(): string | undefined;
    get osFamily(): string;
    get osKernelVersion(): string;
    get osName(): string;
    get osVersion(): string;
    get otherUpdatesAvailable(): number;
    private _parentSoftwareSource;
    get parentSoftwareSource(): OsmanagementManagedInstanceParentSoftwareSourceList;
    get scheduledJobCount(): number;
    get securityUpdatesAvailable(): number;
    get status(): string;
    get updatesAvailable(): number;
    get workRequestCount(): number;
    private _timeouts;
    get timeouts(): OsmanagementManagedInstanceTimeoutsOutputReference;
    putTimeouts(value: OsmanagementManagedInstanceTimeouts): void;
    resetTimeouts(): void;
    get timeoutsInput(): cdktf.IResolvable | OsmanagementManagedInstanceTimeouts | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
