import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOsManagementHubSoftwareSourceModuleStreamsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams#id DataOciOsManagementHubSoftwareSourceModuleStreams#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_software_source_module_streams#is_latest DataOciOsManagementHubSoftwareSourceModuleStreams#is_latest}
    */
    readonly isLatest?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams#module_name DataOciOsManagementHubSoftwareSourceModuleStreams#module_name}
    */
    readonly moduleName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams#module_name_contains DataOciOsManagementHubSoftwareSourceModuleStreams#module_name_contains}
    */
    readonly moduleNameContains?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams#name DataOciOsManagementHubSoftwareSourceModuleStreams#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_software_source_module_streams#software_source_id DataOciOsManagementHubSoftwareSourceModuleStreams#software_source_id}
    */
    readonly softwareSourceId: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams#filter DataOciOsManagementHubSoftwareSourceModuleStreams#filter}
    */
    readonly filter?: DataOciOsManagementHubSoftwareSourceModuleStreamsFilter[] | cdktf.IResolvable;
}
export interface DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItems {
}
export declare function dataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItemsToTerraform(struct?: DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItems): any;
export declare function dataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItemsToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItems): any;
export declare class DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItemsOutputReference 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(): DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItems | undefined;
    set internalValue(value: DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItems | undefined);
    get archType(): string;
    get description(): string;
    get isDefault(): cdktf.IResolvable;
    get isLatest(): cdktf.IResolvable;
    get moduleName(): string;
    get name(): string;
    get packages(): string[];
    get profiles(): string[];
    get softwareSourceId(): string;
}
export declare class DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItemsList 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): DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItemsOutputReference;
}
export interface DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollection {
}
export declare function dataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionToTerraform(struct?: DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollection): any;
export declare function dataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollection): any;
export declare class DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionOutputReference 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(): DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollection | undefined;
    set internalValue(value: DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollection | undefined);
    private _items;
    get items(): DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionItemsList;
}
export declare class DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionList 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): DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionOutputReference;
}
export interface DataOciOsManagementHubSoftwareSourceModuleStreamsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams#name DataOciOsManagementHubSoftwareSourceModuleStreams#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_software_source_module_streams#regex DataOciOsManagementHubSoftwareSourceModuleStreams#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_software_source_module_streams#values DataOciOsManagementHubSoftwareSourceModuleStreams#values}
    */
    readonly values: string[];
}
export declare function dataOciOsManagementHubSoftwareSourceModuleStreamsFilterToTerraform(struct?: DataOciOsManagementHubSoftwareSourceModuleStreamsFilter | cdktf.IResolvable): any;
export declare function dataOciOsManagementHubSoftwareSourceModuleStreamsFilterToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceModuleStreamsFilter | cdktf.IResolvable): any;
export declare class DataOciOsManagementHubSoftwareSourceModuleStreamsFilterOutputReference 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(): DataOciOsManagementHubSoftwareSourceModuleStreamsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciOsManagementHubSoftwareSourceModuleStreamsFilter | 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 DataOciOsManagementHubSoftwareSourceModuleStreamsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciOsManagementHubSoftwareSourceModuleStreamsFilter[] | 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): DataOciOsManagementHubSoftwareSourceModuleStreamsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams oci_os_management_hub_software_source_module_streams}
*/
export declare class DataOciOsManagementHubSoftwareSourceModuleStreams extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_os_management_hub_software_source_module_streams";
    /**
    * Generates CDKTF code for importing a DataOciOsManagementHubSoftwareSourceModuleStreams 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 DataOciOsManagementHubSoftwareSourceModuleStreams to import
    * @param importFromId The id of the existing DataOciOsManagementHubSoftwareSourceModuleStreams that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source_module_streams#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciOsManagementHubSoftwareSourceModuleStreams 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_software_source_module_streams oci_os_management_hub_software_source_module_streams} 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 DataOciOsManagementHubSoftwareSourceModuleStreamsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciOsManagementHubSoftwareSourceModuleStreamsConfig);
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _isLatest?;
    get isLatest(): boolean | cdktf.IResolvable;
    set isLatest(value: boolean | cdktf.IResolvable);
    resetIsLatest(): void;
    get isLatestInput(): boolean | cdktf.IResolvable | undefined;
    private _moduleName?;
    get moduleName(): string;
    set moduleName(value: string);
    resetModuleName(): void;
    get moduleNameInput(): string | undefined;
    private _moduleNameContains?;
    get moduleNameContains(): string;
    set moduleNameContains(value: string);
    resetModuleNameContains(): void;
    get moduleNameContainsInput(): string | undefined;
    private _moduleStreamCollection;
    get moduleStreamCollection(): DataOciOsManagementHubSoftwareSourceModuleStreamsModuleStreamCollectionList;
    private _name?;
    get name(): string;
    set name(value: string);
    resetName(): void;
    get nameInput(): string | undefined;
    private _softwareSourceId?;
    get softwareSourceId(): string;
    set softwareSourceId(value: string);
    get softwareSourceIdInput(): string | undefined;
    private _filter;
    get filter(): DataOciOsManagementHubSoftwareSourceModuleStreamsFilterList;
    putFilter(value: DataOciOsManagementHubSoftwareSourceModuleStreamsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciOsManagementHubSoftwareSourceModuleStreamsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
