import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciVisualBuilderVbInstanceConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/visual_builder_vb_instance#vb_instance_id DataOciVisualBuilderVbInstance#vb_instance_id}
    */
    readonly vbInstanceId: string;
}
export interface DataOciVisualBuilderVbInstanceAlternateCustomEndpoints {
}
export declare function dataOciVisualBuilderVbInstanceAlternateCustomEndpointsToTerraform(struct?: DataOciVisualBuilderVbInstanceAlternateCustomEndpoints): any;
export declare function dataOciVisualBuilderVbInstanceAlternateCustomEndpointsToHclTerraform(struct?: DataOciVisualBuilderVbInstanceAlternateCustomEndpoints): any;
export declare class DataOciVisualBuilderVbInstanceAlternateCustomEndpointsOutputReference 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(): DataOciVisualBuilderVbInstanceAlternateCustomEndpoints | undefined;
    set internalValue(value: DataOciVisualBuilderVbInstanceAlternateCustomEndpoints | undefined);
    get certificateSecretId(): string;
    get certificateSecretVersion(): number;
    get hostname(): string;
}
export declare class DataOciVisualBuilderVbInstanceAlternateCustomEndpointsList 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): DataOciVisualBuilderVbInstanceAlternateCustomEndpointsOutputReference;
}
export interface DataOciVisualBuilderVbInstanceAttachments {
}
export declare function dataOciVisualBuilderVbInstanceAttachmentsToTerraform(struct?: DataOciVisualBuilderVbInstanceAttachments): any;
export declare function dataOciVisualBuilderVbInstanceAttachmentsToHclTerraform(struct?: DataOciVisualBuilderVbInstanceAttachments): any;
export declare class DataOciVisualBuilderVbInstanceAttachmentsOutputReference 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(): DataOciVisualBuilderVbInstanceAttachments | undefined;
    set internalValue(value: DataOciVisualBuilderVbInstanceAttachments | undefined);
    get isImplicit(): cdktf.IResolvable;
    get targetId(): string;
    get targetInstanceUrl(): string;
    get targetRole(): string;
    get targetServiceType(): string;
}
export declare class DataOciVisualBuilderVbInstanceAttachmentsList 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): DataOciVisualBuilderVbInstanceAttachmentsOutputReference;
}
export interface DataOciVisualBuilderVbInstanceCustomEndpoint {
}
export declare function dataOciVisualBuilderVbInstanceCustomEndpointToTerraform(struct?: DataOciVisualBuilderVbInstanceCustomEndpoint): any;
export declare function dataOciVisualBuilderVbInstanceCustomEndpointToHclTerraform(struct?: DataOciVisualBuilderVbInstanceCustomEndpoint): any;
export declare class DataOciVisualBuilderVbInstanceCustomEndpointOutputReference 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(): DataOciVisualBuilderVbInstanceCustomEndpoint | undefined;
    set internalValue(value: DataOciVisualBuilderVbInstanceCustomEndpoint | undefined);
    get certificateSecretId(): string;
    get certificateSecretVersion(): number;
    get hostname(): string;
}
export declare class DataOciVisualBuilderVbInstanceCustomEndpointList 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): DataOciVisualBuilderVbInstanceCustomEndpointOutputReference;
}
export interface DataOciVisualBuilderVbInstanceIdcsInfo {
}
export declare function dataOciVisualBuilderVbInstanceIdcsInfoToTerraform(struct?: DataOciVisualBuilderVbInstanceIdcsInfo): any;
export declare function dataOciVisualBuilderVbInstanceIdcsInfoToHclTerraform(struct?: DataOciVisualBuilderVbInstanceIdcsInfo): any;
export declare class DataOciVisualBuilderVbInstanceIdcsInfoOutputReference 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(): DataOciVisualBuilderVbInstanceIdcsInfo | undefined;
    set internalValue(value: DataOciVisualBuilderVbInstanceIdcsInfo | undefined);
    get idcsAppDisplayName(): string;
    get idcsAppId(): string;
    get idcsAppLocationUrl(): string;
    get idcsAppName(): string;
    get instancePrimaryAudienceUrl(): string;
}
export declare class DataOciVisualBuilderVbInstanceIdcsInfoList 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): DataOciVisualBuilderVbInstanceIdcsInfoOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/visual_builder_vb_instance oci_visual_builder_vb_instance}
*/
export declare class DataOciVisualBuilderVbInstance extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_visual_builder_vb_instance";
    /**
    * Generates CDKTF code for importing a DataOciVisualBuilderVbInstance 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 DataOciVisualBuilderVbInstance to import
    * @param importFromId The id of the existing DataOciVisualBuilderVbInstance that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/visual_builder_vb_instance#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciVisualBuilderVbInstance 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/visual_builder_vb_instance oci_visual_builder_vb_instance} 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 DataOciVisualBuilderVbInstanceConfig
    */
    constructor(scope: Construct, id: string, config: DataOciVisualBuilderVbInstanceConfig);
    private _alternateCustomEndpoints;
    get alternateCustomEndpoints(): DataOciVisualBuilderVbInstanceAlternateCustomEndpointsList;
    private _attachments;
    get attachments(): DataOciVisualBuilderVbInstanceAttachmentsList;
    get compartmentId(): string;
    get consumptionModel(): string;
    private _customEndpoint;
    get customEndpoint(): DataOciVisualBuilderVbInstanceCustomEndpointList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _idcsInfo;
    get idcsInfo(): DataOciVisualBuilderVbInstanceIdcsInfoList;
    get idcsOpenId(): string;
    get instanceUrl(): string;
    get isVisualBuilderEnabled(): cdktf.IResolvable;
    get managementNatGatewayIp(): string;
    get managementVcnId(): string;
    get nodeCount(): number;
    get serviceNatGatewayIp(): string;
    get serviceVcnId(): string;
    get state(): string;
    get stateMessage(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    private _vbInstanceId?;
    get vbInstanceId(): string;
    set vbInstanceId(value: string);
    get vbInstanceIdInput(): string | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
