import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsCloudGateMappingConfig 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_mapping#attribute_sets DataOciIdentityDomainsCloudGateMapping#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_mapping#attributes DataOciIdentityDomainsCloudGateMapping#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_mapping#authorization DataOciIdentityDomainsCloudGateMapping#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_mapping#cloud_gate_mapping_id DataOciIdentityDomainsCloudGateMapping#cloud_gate_mapping_id}
    */
    readonly cloudGateMappingId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mapping#idcs_endpoint DataOciIdentityDomainsCloudGateMapping#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_mapping#resource_type_schema_version DataOciIdentityDomainsCloudGateMapping#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsCloudGateMappingCloudGate {
}
export declare function dataOciIdentityDomainsCloudGateMappingCloudGateToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingCloudGate): any;
export declare function dataOciIdentityDomainsCloudGateMappingCloudGateToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingCloudGate): any;
export declare class DataOciIdentityDomainsCloudGateMappingCloudGateOutputReference 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(): DataOciIdentityDomainsCloudGateMappingCloudGate | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingCloudGate | undefined);
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingCloudGateList 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): DataOciIdentityDomainsCloudGateMappingCloudGateOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingGatewayApp {
}
export declare function dataOciIdentityDomainsCloudGateMappingGatewayAppToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingGatewayApp): any;
export declare function dataOciIdentityDomainsCloudGateMappingGatewayAppToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingGatewayApp): any;
export declare class DataOciIdentityDomainsCloudGateMappingGatewayAppOutputReference 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(): DataOciIdentityDomainsCloudGateMappingGatewayApp | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingGatewayApp | undefined);
    get name(): string;
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingGatewayAppList 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): DataOciIdentityDomainsCloudGateMappingGatewayAppOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsCloudGateMappingIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsCloudGateMappingIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsCloudGateMappingIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsCloudGateMappingIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingIdcsCreatedByList 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): DataOciIdentityDomainsCloudGateMappingIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsCloudGateMappingIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsCloudGateMappingIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedByList 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): DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingMeta {
}
export declare function dataOciIdentityDomainsCloudGateMappingMetaToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingMeta): any;
export declare function dataOciIdentityDomainsCloudGateMappingMetaToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingMeta): any;
export declare class DataOciIdentityDomainsCloudGateMappingMetaOutputReference 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(): DataOciIdentityDomainsCloudGateMappingMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingMetaList 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): DataOciIdentityDomainsCloudGateMappingMetaOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingServer {
}
export declare function dataOciIdentityDomainsCloudGateMappingServerToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingServer): any;
export declare function dataOciIdentityDomainsCloudGateMappingServerToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingServer): any;
export declare class DataOciIdentityDomainsCloudGateMappingServerOutputReference 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(): DataOciIdentityDomainsCloudGateMappingServer | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingServer | undefined);
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingServerList 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): DataOciIdentityDomainsCloudGateMappingServerOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingTags {
}
export declare function dataOciIdentityDomainsCloudGateMappingTagsToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingTags): any;
export declare function dataOciIdentityDomainsCloudGateMappingTagsToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingTags): any;
export declare class DataOciIdentityDomainsCloudGateMappingTagsOutputReference 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(): DataOciIdentityDomainsCloudGateMappingTags | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingTagsList 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): DataOciIdentityDomainsCloudGateMappingTagsOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingUpstreamServerGroup {
}
export declare function dataOciIdentityDomainsCloudGateMappingUpstreamServerGroupToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingUpstreamServerGroup): any;
export declare function dataOciIdentityDomainsCloudGateMappingUpstreamServerGroupToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingUpstreamServerGroup): any;
export declare class DataOciIdentityDomainsCloudGateMappingUpstreamServerGroupOutputReference 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(): DataOciIdentityDomainsCloudGateMappingUpstreamServerGroup | undefined;
    set internalValue(value: DataOciIdentityDomainsCloudGateMappingUpstreamServerGroup | undefined);
    get ref(): string;
    get ssl(): cdktf.IResolvable;
    get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingUpstreamServerGroupList 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): DataOciIdentityDomainsCloudGateMappingUpstreamServerGroupOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mapping oci_identity_domains_cloud_gate_mapping}
*/
export declare class DataOciIdentityDomainsCloudGateMapping extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_cloud_gate_mapping";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsCloudGateMapping 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 DataOciIdentityDomainsCloudGateMapping to import
    * @param importFromId The id of the existing DataOciIdentityDomainsCloudGateMapping 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_mapping#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsCloudGateMapping 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_mapping oci_identity_domains_cloud_gate_mapping} 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 DataOciIdentityDomainsCloudGateMappingConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsCloudGateMappingConfig);
    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 _cloudGate;
    get cloudGate(): DataOciIdentityDomainsCloudGateMappingCloudGateList;
    private _cloudGateMappingId?;
    get cloudGateMappingId(): string;
    set cloudGateMappingId(value: string);
    get cloudGateMappingIdInput(): string | undefined;
    get compartmentOcid(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get description(): string;
    get domainOcid(): string;
    private _gatewayApp;
    get gatewayApp(): DataOciIdentityDomainsCloudGateMappingGatewayAppList;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsCloudGateMappingIdcsCreatedByList;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsCloudGateMappingIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    get isOpcService(): cdktf.IResolvable;
    private _meta;
    get meta(): DataOciIdentityDomainsCloudGateMappingMetaList;
    get nginxSettings(): string;
    get ocid(): string;
    get policyName(): string;
    get proxyPass(): string;
    get resourcePrefix(): string;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    get schemas(): string[];
    private _server;
    get server(): DataOciIdentityDomainsCloudGateMappingServerList;
    private _tags;
    get tags(): DataOciIdentityDomainsCloudGateMappingTagsList;
    get tenancyOcid(): string;
    private _upstreamServerGroup;
    get upstreamServerGroup(): DataOciIdentityDomainsCloudGateMappingUpstreamServerGroupList;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
