import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciApmSyntheticsPublicVantagePointsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#apm_domain_id DataOciApmSyntheticsPublicVantagePoints#apm_domain_id}
    */
    readonly apmDomainId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#display_name DataOciApmSyntheticsPublicVantagePoints#display_name}
    */
    readonly displayName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#id DataOciApmSyntheticsPublicVantagePoints#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/apm_synthetics_public_vantage_points#name DataOciApmSyntheticsPublicVantagePoints#name}
    */
    readonly name?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#filter DataOciApmSyntheticsPublicVantagePoints#filter}
    */
    readonly filter?: DataOciApmSyntheticsPublicVantagePointsFilter[] | cdktf.IResolvable;
}
export interface DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeo {
}
export declare function dataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeoToTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeo): any;
export declare function dataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeoToHclTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeo): any;
export declare class DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeoOutputReference 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(): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeo | undefined;
    set internalValue(value: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeo | undefined);
    get adminDivCode(): string;
    get cityName(): string;
    get countryCode(): string;
    get countryName(): string;
    get latitude(): number;
    get longitude(): number;
}
export declare class DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeoList 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): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeoOutputReference;
}
export interface DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItems {
}
export declare function dataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsToTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItems): any;
export declare function dataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsToHclTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItems): any;
export declare class DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsOutputReference 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(): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItems | undefined;
    set internalValue(value: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItems | undefined);
    get displayName(): string;
    private _geo;
    get geo(): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsGeoList;
    get name(): string;
}
export declare class DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsList 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): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsOutputReference;
}
export interface DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollection {
}
export declare function dataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionToTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollection): any;
export declare function dataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionToHclTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollection): any;
export declare class DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionOutputReference 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(): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollection | undefined;
    set internalValue(value: DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollection | undefined);
    private _items;
    get items(): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionItemsList;
}
export declare class DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionList 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): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionOutputReference;
}
export interface DataOciApmSyntheticsPublicVantagePointsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#name DataOciApmSyntheticsPublicVantagePoints#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#regex DataOciApmSyntheticsPublicVantagePoints#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#values DataOciApmSyntheticsPublicVantagePoints#values}
    */
    readonly values: string[];
}
export declare function dataOciApmSyntheticsPublicVantagePointsFilterToTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsFilter | cdktf.IResolvable): any;
export declare function dataOciApmSyntheticsPublicVantagePointsFilterToHclTerraform(struct?: DataOciApmSyntheticsPublicVantagePointsFilter | cdktf.IResolvable): any;
export declare class DataOciApmSyntheticsPublicVantagePointsFilterOutputReference 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(): DataOciApmSyntheticsPublicVantagePointsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciApmSyntheticsPublicVantagePointsFilter | 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 DataOciApmSyntheticsPublicVantagePointsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciApmSyntheticsPublicVantagePointsFilter[] | 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): DataOciApmSyntheticsPublicVantagePointsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points oci_apm_synthetics_public_vantage_points}
*/
export declare class DataOciApmSyntheticsPublicVantagePoints extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_apm_synthetics_public_vantage_points";
    /**
    * Generates CDKTF code for importing a DataOciApmSyntheticsPublicVantagePoints 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 DataOciApmSyntheticsPublicVantagePoints to import
    * @param importFromId The id of the existing DataOciApmSyntheticsPublicVantagePoints that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_public_vantage_points#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciApmSyntheticsPublicVantagePoints 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/apm_synthetics_public_vantage_points oci_apm_synthetics_public_vantage_points} 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 DataOciApmSyntheticsPublicVantagePointsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciApmSyntheticsPublicVantagePointsConfig);
    private _apmDomainId?;
    get apmDomainId(): string;
    set apmDomainId(value: string);
    get apmDomainIdInput(): string | undefined;
    private _displayName?;
    get displayName(): string;
    set displayName(value: string);
    resetDisplayName(): void;
    get displayNameInput(): string | undefined;
    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 _publicVantagePointCollection;
    get publicVantagePointCollection(): DataOciApmSyntheticsPublicVantagePointsPublicVantagePointCollectionList;
    private _filter;
    get filter(): DataOciApmSyntheticsPublicVantagePointsFilterList;
    putFilter(value: DataOciApmSyntheticsPublicVantagePointsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciApmSyntheticsPublicVantagePointsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
