import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciFunctionsPbfListingsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#id DataOciFunctionsPbfListings#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/functions_pbf_listings#name DataOciFunctionsPbfListings#name}
    */
    readonly name?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#name_contains DataOciFunctionsPbfListings#name_contains}
    */
    readonly nameContains?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#name_starts_with DataOciFunctionsPbfListings#name_starts_with}
    */
    readonly nameStartsWith?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#pbf_listing_id DataOciFunctionsPbfListings#pbf_listing_id}
    */
    readonly pbfListingId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#state DataOciFunctionsPbfListings#state}
    */
    readonly state?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#trigger DataOciFunctionsPbfListings#trigger}
    */
    readonly trigger?: string[];
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#filter DataOciFunctionsPbfListings#filter}
    */
    readonly filter?: DataOciFunctionsPbfListingsFilter[] | cdktf.IResolvable;
}
export interface DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetails {
}
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetailsToTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetails): any;
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetailsToHclTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetails): any;
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetailsOutputReference 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(): DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetails | undefined;
    set internalValue(value: DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetails | undefined);
    get name(): string;
}
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetailsList 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): DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetailsOutputReference;
}
export interface DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggers {
}
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggersToTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggers): any;
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggersToHclTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggers): any;
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggersOutputReference 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(): DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggers | undefined;
    set internalValue(value: DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggers | undefined);
    get name(): string;
}
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggersList 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): DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggersOutputReference;
}
export interface DataOciFunctionsPbfListingsPbfListingsCollectionItems {
}
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionItemsToTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollectionItems): any;
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionItemsToHclTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollectionItems): any;
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionItemsOutputReference 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(): DataOciFunctionsPbfListingsPbfListingsCollectionItems | undefined;
    set internalValue(value: DataOciFunctionsPbfListingsPbfListingsCollectionItems | undefined);
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get name(): string;
    private _publisherDetails;
    get publisherDetails(): DataOciFunctionsPbfListingsPbfListingsCollectionItemsPublisherDetailsList;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    private _triggers;
    get triggers(): DataOciFunctionsPbfListingsPbfListingsCollectionItemsTriggersList;
}
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionItemsList 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): DataOciFunctionsPbfListingsPbfListingsCollectionItemsOutputReference;
}
export interface DataOciFunctionsPbfListingsPbfListingsCollection {
}
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionToTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollection): any;
export declare function dataOciFunctionsPbfListingsPbfListingsCollectionToHclTerraform(struct?: DataOciFunctionsPbfListingsPbfListingsCollection): any;
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionOutputReference 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(): DataOciFunctionsPbfListingsPbfListingsCollection | undefined;
    set internalValue(value: DataOciFunctionsPbfListingsPbfListingsCollection | undefined);
    private _items;
    get items(): DataOciFunctionsPbfListingsPbfListingsCollectionItemsList;
}
export declare class DataOciFunctionsPbfListingsPbfListingsCollectionList 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): DataOciFunctionsPbfListingsPbfListingsCollectionOutputReference;
}
export interface DataOciFunctionsPbfListingsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#name DataOciFunctionsPbfListings#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#regex DataOciFunctionsPbfListings#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#values DataOciFunctionsPbfListings#values}
    */
    readonly values: string[];
}
export declare function dataOciFunctionsPbfListingsFilterToTerraform(struct?: DataOciFunctionsPbfListingsFilter | cdktf.IResolvable): any;
export declare function dataOciFunctionsPbfListingsFilterToHclTerraform(struct?: DataOciFunctionsPbfListingsFilter | cdktf.IResolvable): any;
export declare class DataOciFunctionsPbfListingsFilterOutputReference 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(): DataOciFunctionsPbfListingsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciFunctionsPbfListingsFilter | 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 DataOciFunctionsPbfListingsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciFunctionsPbfListingsFilter[] | 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): DataOciFunctionsPbfListingsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings oci_functions_pbf_listings}
*/
export declare class DataOciFunctionsPbfListings extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_functions_pbf_listings";
    /**
    * Generates CDKTF code for importing a DataOciFunctionsPbfListings 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 DataOciFunctionsPbfListings to import
    * @param importFromId The id of the existing DataOciFunctionsPbfListings that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listings#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciFunctionsPbfListings 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/functions_pbf_listings oci_functions_pbf_listings} 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 DataOciFunctionsPbfListingsConfig = {}
    */
    constructor(scope: Construct, id: string, config?: DataOciFunctionsPbfListingsConfig);
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _name?;
    get name(): string;
    set name(value: string);
    resetName(): void;
    get nameInput(): string | undefined;
    private _nameContains?;
    get nameContains(): string;
    set nameContains(value: string);
    resetNameContains(): void;
    get nameContainsInput(): string | undefined;
    private _nameStartsWith?;
    get nameStartsWith(): string;
    set nameStartsWith(value: string);
    resetNameStartsWith(): void;
    get nameStartsWithInput(): string | undefined;
    private _pbfListingId?;
    get pbfListingId(): string;
    set pbfListingId(value: string);
    resetPbfListingId(): void;
    get pbfListingIdInput(): string | undefined;
    private _pbfListingsCollection;
    get pbfListingsCollection(): DataOciFunctionsPbfListingsPbfListingsCollectionList;
    private _state?;
    get state(): string;
    set state(value: string);
    resetState(): void;
    get stateInput(): string | undefined;
    private _trigger?;
    get trigger(): string[];
    set trigger(value: string[]);
    resetTrigger(): void;
    get triggerInput(): string[] | undefined;
    private _filter;
    get filter(): DataOciFunctionsPbfListingsFilterList;
    putFilter(value: DataOciFunctionsPbfListingsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciFunctionsPbfListingsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
