import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsCloudGateServersAConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#attribute_sets DataOciIdentityDomainsCloudGateServersA#attribute_sets}
    */
    readonly attributeSets?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#attributes DataOciIdentityDomainsCloudGateServersA#attributes}
    */
    readonly attributes?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#authorization DataOciIdentityDomainsCloudGateServersA#authorization}
    */
    readonly authorization?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#cloud_gate_server_count DataOciIdentityDomainsCloudGateServersA#cloud_gate_server_count}
    */
    readonly cloudGateServerCount?: number;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#cloud_gate_server_filter DataOciIdentityDomainsCloudGateServersA#cloud_gate_server_filter}
    */
    readonly cloudGateServerFilter?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#compartment_id DataOciIdentityDomainsCloudGateServersA#compartment_id}
    */
    readonly compartmentId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#id DataOciIdentityDomainsCloudGateServersA#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/identity_domains_cloud_gate_servers#idcs_endpoint DataOciIdentityDomainsCloudGateServersA#idcs_endpoint}
    */
    readonly idcsEndpoint: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#resource_type_schema_version DataOciIdentityDomainsCloudGateServersA#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#sort_by DataOciIdentityDomainsCloudGateServersA#sort_by}
    */
    readonly sortBy?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#sort_order DataOciIdentityDomainsCloudGateServersA#sort_order}
    */
    readonly sortOrder?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#start_index DataOciIdentityDomainsCloudGateServersA#start_index}
    */
    readonly startIndex?: number;
}
export interface DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGate {
}
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersCloudGateToTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGate): any;
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersCloudGateToHclTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGate): any;
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGateOutputReference 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(): DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGate | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGate | undefined);
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGateList 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): DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGateOutputReference;
}
export interface DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedByList 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): DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedByList 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): DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateServersCloudGateServersMeta {
}
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersMetaToTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersMeta): any;
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersMetaToHclTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersMeta): any;
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersMetaOutputReference 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(): DataOciIdentityDomainsCloudGateServersCloudGateServersMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateServersCloudGateServersMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersMetaList 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): DataOciIdentityDomainsCloudGateServersCloudGateServersMetaOutputReference;
}
export interface DataOciIdentityDomainsCloudGateServersCloudGateServersTags {
}
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersTagsToTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersTags): any;
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersTagsToHclTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServersTags): any;
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersTagsOutputReference 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(): DataOciIdentityDomainsCloudGateServersCloudGateServersTags | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateServersCloudGateServersTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersTagsList 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): DataOciIdentityDomainsCloudGateServersCloudGateServersTagsOutputReference;
}
export interface DataOciIdentityDomainsCloudGateServersCloudGateServers {
}
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersToTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServers): any;
export declare function dataOciIdentityDomainsCloudGateServersCloudGateServersToHclTerraform(struct?: DataOciIdentityDomainsCloudGateServersCloudGateServers): any;
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersOutputReference 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(): DataOciIdentityDomainsCloudGateServersCloudGateServers | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateServersCloudGateServers | undefined);
    get attributeSets(): string[];
    get attributes(): string;
    get authorization(): string;
    private _cloudGate;
    get cloudGate(): DataOciIdentityDomainsCloudGateServersCloudGateServersCloudGateList;
    get compartmentOcid(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get description(): string;
    get displayName(): string;
    get domainOcid(): string;
    get hostName(): string;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsCreatedByList;
    get idcsEndpoint(): string;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsCloudGateServersCloudGateServersIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    get isOpcService(): cdktf.IResolvable;
    private _meta;
    get meta(): DataOciIdentityDomainsCloudGateServersCloudGateServersMetaList;
    get nginxSettings(): string;
    get ocid(): string;
    get port(): number;
    get resourceTypeSchemaVersion(): string;
    get schemas(): string[];
    get ssl(): cdktf.IResolvable;
    private _tags;
    get tags(): DataOciIdentityDomainsCloudGateServersCloudGateServersTagsList;
    get tenancyOcid(): string;
}
export declare class DataOciIdentityDomainsCloudGateServersCloudGateServersList 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): DataOciIdentityDomainsCloudGateServersCloudGateServersOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers oci_identity_domains_cloud_gate_servers}
*/
export declare class DataOciIdentityDomainsCloudGateServersA extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_cloud_gate_servers";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsCloudGateServersA 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 DataOciIdentityDomainsCloudGateServersA to import
    * @param importFromId The id of the existing DataOciIdentityDomainsCloudGateServersA that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_servers#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsCloudGateServersA 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/identity_domains_cloud_gate_servers oci_identity_domains_cloud_gate_servers} 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 DataOciIdentityDomainsCloudGateServersAConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsCloudGateServersAConfig);
    private _attributeSets?;
    get attributeSets(): string[];
    set attributeSets(value: string[]);
    resetAttributeSets(): void;
    get attributeSetsInput(): string[] | undefined;
    private _attributes?;
    get attributes(): string;
    set attributes(value: string);
    resetAttributes(): void;
    get attributesInput(): string | undefined;
    private _authorization?;
    get authorization(): string;
    set authorization(value: string);
    resetAuthorization(): void;
    get authorizationInput(): string | undefined;
    private _cloudGateServerCount?;
    get cloudGateServerCount(): number;
    set cloudGateServerCount(value: number);
    resetCloudGateServerCount(): void;
    get cloudGateServerCountInput(): number | undefined;
    private _cloudGateServerFilter?;
    get cloudGateServerFilter(): string;
    set cloudGateServerFilter(value: string);
    resetCloudGateServerFilter(): void;
    get cloudGateServerFilterInput(): string | undefined;
    private _cloudGateServers;
    get cloudGateServers(): DataOciIdentityDomainsCloudGateServersCloudGateServersList;
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    resetCompartmentId(): void;
    get compartmentIdInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    get itemsPerPage(): number;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    get schemas(): string[];
    private _sortBy?;
    get sortBy(): string;
    set sortBy(value: string);
    resetSortBy(): void;
    get sortByInput(): string | undefined;
    private _sortOrder?;
    get sortOrder(): string;
    set sortOrder(value: string);
    resetSortOrder(): void;
    get sortOrderInput(): string | undefined;
    private _startIndex?;
    get startIndex(): number;
    set startIndex(value: number);
    resetStartIndex(): void;
    get startIndexInput(): number | undefined;
    get totalResults(): number;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
