import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOsManagementHubLifecycleEnvironmentsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#arch_type DataOciOsManagementHubLifecycleEnvironments#arch_type}
    */
    readonly archType?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#compartment_id DataOciOsManagementHubLifecycleEnvironments#compartment_id}
    */
    readonly compartmentId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#display_name DataOciOsManagementHubLifecycleEnvironments#display_name}
    */
    readonly displayName?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#display_name_contains DataOciOsManagementHubLifecycleEnvironments#display_name_contains}
    */
    readonly displayNameContains?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#id DataOciOsManagementHubLifecycleEnvironments#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/data-sources/os_management_hub_lifecycle_environments#lifecycle_environment_id DataOciOsManagementHubLifecycleEnvironments#lifecycle_environment_id}
    */
    readonly lifecycleEnvironmentId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#location DataOciOsManagementHubLifecycleEnvironments#location}
    */
    readonly location?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#location_not_equal_to DataOciOsManagementHubLifecycleEnvironments#location_not_equal_to}
    */
    readonly locationNotEqualTo?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#os_family DataOciOsManagementHubLifecycleEnvironments#os_family}
    */
    readonly osFamily?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#state DataOciOsManagementHubLifecycleEnvironments#state}
    */
    readonly state?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#filter DataOciOsManagementHubLifecycleEnvironments#filter}
    */
    readonly filter?: DataOciOsManagementHubLifecycleEnvironmentsFilter[] | cdktf.IResolvable;
}
export interface DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceId {
}
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceIdToTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceId): any;
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceIdToHclTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceId): any;
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceIdOutputReference 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(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceId | undefined;
    set internalValue(value: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceId | undefined);
    get description(): string;
    get displayName(): string;
    get id(): string;
    get isMandatoryForAutonomousLinux(): cdktf.IResolvable;
    get softwareSourceType(): string;
}
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceIdList 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): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceIdOutputReference;
}
export interface DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStages {
}
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesToTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStages): any;
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesToHclTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStages): any;
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesOutputReference 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(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStages | undefined;
    set internalValue(value: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStages | undefined);
    get archType(): string;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get lifecycleEnvironmentDisplayName(): string;
    get lifecycleEnvironmentId(): string;
    get location(): string;
    get managedInstances(): number;
    get osFamily(): string;
    get rank(): number;
    private _softwareSourceId;
    get softwareSourceId(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesSoftwareSourceIdList;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeModified(): string;
    get vendorName(): string;
}
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesList 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): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesOutputReference;
}
export interface DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItems {
}
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsToTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItems): any;
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsToHclTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItems): any;
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsOutputReference 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(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItems | undefined;
    set internalValue(value: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItems | undefined);
    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 location(): string;
    get osFamily(): string;
    private _stages;
    get stages(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsStagesList;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeModified(): string;
    get vendorName(): string;
}
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsList 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): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsOutputReference;
}
export interface DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollection {
}
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionToTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollection): any;
export declare function dataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionToHclTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollection): any;
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionOutputReference 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(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollection | undefined;
    set internalValue(value: DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollection | undefined);
    private _items;
    get items(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionItemsList;
}
export declare class DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionList 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): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionOutputReference;
}
export interface DataOciOsManagementHubLifecycleEnvironmentsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#name DataOciOsManagementHubLifecycleEnvironments#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#regex DataOciOsManagementHubLifecycleEnvironments#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#values DataOciOsManagementHubLifecycleEnvironments#values}
    */
    readonly values: string[];
}
export declare function dataOciOsManagementHubLifecycleEnvironmentsFilterToTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsFilter | cdktf.IResolvable): any;
export declare function dataOciOsManagementHubLifecycleEnvironmentsFilterToHclTerraform(struct?: DataOciOsManagementHubLifecycleEnvironmentsFilter | cdktf.IResolvable): any;
export declare class DataOciOsManagementHubLifecycleEnvironmentsFilterOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    private resolvableValue?;
    /**
    * @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(): DataOciOsManagementHubLifecycleEnvironmentsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciOsManagementHubLifecycleEnvironmentsFilter | cdktf.IResolvable | undefined);
    private _name?;
    get name(): string;
    set name(value: string);
    get nameInput(): string | undefined;
    private _regex?;
    get regex(): boolean | cdktf.IResolvable;
    set regex(value: boolean | cdktf.IResolvable);
    resetRegex(): void;
    get regexInput(): boolean | cdktf.IResolvable | undefined;
    private _values?;
    get values(): string[];
    set values(value: string[]);
    get valuesInput(): string[] | undefined;
}
export declare class DataOciOsManagementHubLifecycleEnvironmentsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciOsManagementHubLifecycleEnvironmentsFilter[] | cdktf.IResolvable;
    /**
    * @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): DataOciOsManagementHubLifecycleEnvironmentsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments oci_os_management_hub_lifecycle_environments}
*/
export declare class DataOciOsManagementHubLifecycleEnvironments extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_os_management_hub_lifecycle_environments";
    /**
    * Generates CDKTF code for importing a DataOciOsManagementHubLifecycleEnvironments 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 DataOciOsManagementHubLifecycleEnvironments to import
    * @param importFromId The id of the existing DataOciOsManagementHubLifecycleEnvironments that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_lifecycle_environments#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciOsManagementHubLifecycleEnvironments 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_lifecycle_environments oci_os_management_hub_lifecycle_environments} 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 DataOciOsManagementHubLifecycleEnvironmentsConfig = {}
    */
    constructor(scope: Construct, id: string, config?: DataOciOsManagementHubLifecycleEnvironmentsConfig);
    private _archType?;
    get archType(): string;
    set archType(value: string);
    resetArchType(): void;
    get archTypeInput(): string | undefined;
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    resetCompartmentId(): void;
    get compartmentIdInput(): string | undefined;
    private _displayName?;
    get displayName(): string[];
    set displayName(value: string[]);
    resetDisplayName(): void;
    get displayNameInput(): string[] | undefined;
    private _displayNameContains?;
    get displayNameContains(): string;
    set displayNameContains(value: string);
    resetDisplayNameContains(): void;
    get displayNameContainsInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _lifecycleEnvironmentCollection;
    get lifecycleEnvironmentCollection(): DataOciOsManagementHubLifecycleEnvironmentsLifecycleEnvironmentCollectionList;
    private _lifecycleEnvironmentId?;
    get lifecycleEnvironmentId(): string;
    set lifecycleEnvironmentId(value: string);
    resetLifecycleEnvironmentId(): void;
    get lifecycleEnvironmentIdInput(): string | undefined;
    private _location?;
    get location(): string[];
    set location(value: string[]);
    resetLocation(): void;
    get locationInput(): string[] | undefined;
    private _locationNotEqualTo?;
    get locationNotEqualTo(): string[];
    set locationNotEqualTo(value: string[]);
    resetLocationNotEqualTo(): void;
    get locationNotEqualToInput(): string[] | undefined;
    private _osFamily?;
    get osFamily(): string;
    set osFamily(value: string);
    resetOsFamily(): void;
    get osFamilyInput(): string | undefined;
    private _state?;
    get state(): string;
    set state(value: string);
    resetState(): void;
    get stateInput(): string | undefined;
    private _filter;
    get filter(): DataOciOsManagementHubLifecycleEnvironmentsFilterList;
    putFilter(value: DataOciOsManagementHubLifecycleEnvironmentsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciOsManagementHubLifecycleEnvironmentsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
