import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciGoldenGateDeploymentConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_deployment#deployment_id DataOciGoldenGateDeployment#deployment_id}
    */
    readonly deploymentId: string;
}
export interface DataOciGoldenGateDeploymentDeploymentDiagnosticData {
}
export declare function dataOciGoldenGateDeploymentDeploymentDiagnosticDataToTerraform(struct?: DataOciGoldenGateDeploymentDeploymentDiagnosticData): any;
export declare function dataOciGoldenGateDeploymentDeploymentDiagnosticDataToHclTerraform(struct?: DataOciGoldenGateDeploymentDeploymentDiagnosticData): any;
export declare class DataOciGoldenGateDeploymentDeploymentDiagnosticDataOutputReference 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(): DataOciGoldenGateDeploymentDeploymentDiagnosticData | undefined;
    set internalValue(value: DataOciGoldenGateDeploymentDeploymentDiagnosticData | undefined);
    get bucket(): string;
    get diagnosticState(): string;
    get namespace(): string;
    get object(): string;
    get timeDiagnosticEnd(): string;
    get timeDiagnosticStart(): string;
}
export declare class DataOciGoldenGateDeploymentDeploymentDiagnosticDataList 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): DataOciGoldenGateDeploymentDeploymentDiagnosticDataOutputReference;
}
export interface DataOciGoldenGateDeploymentIngressIps {
}
export declare function dataOciGoldenGateDeploymentIngressIpsToTerraform(struct?: DataOciGoldenGateDeploymentIngressIps): any;
export declare function dataOciGoldenGateDeploymentIngressIpsToHclTerraform(struct?: DataOciGoldenGateDeploymentIngressIps): any;
export declare class DataOciGoldenGateDeploymentIngressIpsOutputReference 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(): DataOciGoldenGateDeploymentIngressIps | undefined;
    set internalValue(value: DataOciGoldenGateDeploymentIngressIps | undefined);
    get ingressIp(): string;
}
export declare class DataOciGoldenGateDeploymentIngressIpsList 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): DataOciGoldenGateDeploymentIngressIpsOutputReference;
}
export interface DataOciGoldenGateDeploymentLocks {
}
export declare function dataOciGoldenGateDeploymentLocksToTerraform(struct?: DataOciGoldenGateDeploymentLocks): any;
export declare function dataOciGoldenGateDeploymentLocksToHclTerraform(struct?: DataOciGoldenGateDeploymentLocks): any;
export declare class DataOciGoldenGateDeploymentLocksOutputReference 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(): DataOciGoldenGateDeploymentLocks | undefined;
    set internalValue(value: DataOciGoldenGateDeploymentLocks | undefined);
    get message(): string;
    get relatedResourceId(): string;
    get timeCreated(): string;
    get type(): string;
}
export declare class DataOciGoldenGateDeploymentLocksList 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): DataOciGoldenGateDeploymentLocksOutputReference;
}
export interface DataOciGoldenGateDeploymentMaintenanceConfiguration {
}
export declare function dataOciGoldenGateDeploymentMaintenanceConfigurationToTerraform(struct?: DataOciGoldenGateDeploymentMaintenanceConfiguration): any;
export declare function dataOciGoldenGateDeploymentMaintenanceConfigurationToHclTerraform(struct?: DataOciGoldenGateDeploymentMaintenanceConfiguration): any;
export declare class DataOciGoldenGateDeploymentMaintenanceConfigurationOutputReference 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(): DataOciGoldenGateDeploymentMaintenanceConfiguration | undefined;
    set internalValue(value: DataOciGoldenGateDeploymentMaintenanceConfiguration | undefined);
    get bundleReleaseUpgradePeriodInDays(): number;
    get interimReleaseUpgradePeriodInDays(): number;
    get isInterimReleaseAutoUpgradeEnabled(): cdktf.IResolvable;
    get majorReleaseUpgradePeriodInDays(): number;
    get securityPatchUpgradePeriodInDays(): number;
}
export declare class DataOciGoldenGateDeploymentMaintenanceConfigurationList 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): DataOciGoldenGateDeploymentMaintenanceConfigurationOutputReference;
}
export interface DataOciGoldenGateDeploymentMaintenanceWindow {
}
export declare function dataOciGoldenGateDeploymentMaintenanceWindowToTerraform(struct?: DataOciGoldenGateDeploymentMaintenanceWindow): any;
export declare function dataOciGoldenGateDeploymentMaintenanceWindowToHclTerraform(struct?: DataOciGoldenGateDeploymentMaintenanceWindow): any;
export declare class DataOciGoldenGateDeploymentMaintenanceWindowOutputReference 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(): DataOciGoldenGateDeploymentMaintenanceWindow | undefined;
    set internalValue(value: DataOciGoldenGateDeploymentMaintenanceWindow | undefined);
    get day(): string;
    get startHour(): number;
}
export declare class DataOciGoldenGateDeploymentMaintenanceWindowList 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): DataOciGoldenGateDeploymentMaintenanceWindowOutputReference;
}
export interface DataOciGoldenGateDeploymentOggDataGroupToRolesMapping {
}
export declare function dataOciGoldenGateDeploymentOggDataGroupToRolesMappingToTerraform(struct?: DataOciGoldenGateDeploymentOggDataGroupToRolesMapping): any;
export declare function dataOciGoldenGateDeploymentOggDataGroupToRolesMappingToHclTerraform(struct?: DataOciGoldenGateDeploymentOggDataGroupToRolesMapping): any;
export declare class DataOciGoldenGateDeploymentOggDataGroupToRolesMappingOutputReference 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(): DataOciGoldenGateDeploymentOggDataGroupToRolesMapping | undefined;
    set internalValue(value: DataOciGoldenGateDeploymentOggDataGroupToRolesMapping | undefined);
    get administratorGroupId(): string;
    get operatorGroupId(): string;
    get securityGroupId(): string;
    get userGroupId(): string;
}
export declare class DataOciGoldenGateDeploymentOggDataGroupToRolesMappingList 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): DataOciGoldenGateDeploymentOggDataGroupToRolesMappingOutputReference;
}
export interface DataOciGoldenGateDeploymentOggData {
}
export declare function dataOciGoldenGateDeploymentOggDataToTerraform(struct?: DataOciGoldenGateDeploymentOggData): any;
export declare function dataOciGoldenGateDeploymentOggDataToHclTerraform(struct?: DataOciGoldenGateDeploymentOggData): any;
export declare class DataOciGoldenGateDeploymentOggDataOutputReference 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(): DataOciGoldenGateDeploymentOggData | undefined;
    set internalValue(value: DataOciGoldenGateDeploymentOggData | undefined);
    get adminPassword(): string;
    get adminUsername(): string;
    get certificate(): string;
    get credentialStore(): string;
    get deploymentName(): string;
    private _groupToRolesMapping;
    get groupToRolesMapping(): DataOciGoldenGateDeploymentOggDataGroupToRolesMappingList;
    get identityDomainId(): string;
    get key(): string;
    get oggVersion(): string;
    get passwordSecretId(): string;
}
export declare class DataOciGoldenGateDeploymentOggDataList 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): DataOciGoldenGateDeploymentOggDataOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_deployment oci_golden_gate_deployment}
*/
export declare class DataOciGoldenGateDeployment extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_golden_gate_deployment";
    /**
    * Generates CDKTF code for importing a DataOciGoldenGateDeployment 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 DataOciGoldenGateDeployment to import
    * @param importFromId The id of the existing DataOciGoldenGateDeployment that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_deployment#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciGoldenGateDeployment 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/golden_gate_deployment oci_golden_gate_deployment} 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 DataOciGoldenGateDeploymentConfig
    */
    constructor(scope: Construct, id: string, config: DataOciGoldenGateDeploymentConfig);
    get category(): string;
    get compartmentId(): string;
    get cpuCoreCount(): number;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get deploymentBackupId(): string;
    private _deploymentDiagnosticData;
    get deploymentDiagnosticData(): DataOciGoldenGateDeploymentDeploymentDiagnosticDataList;
    private _deploymentId?;
    get deploymentId(): string;
    set deploymentId(value: string);
    get deploymentIdInput(): string | undefined;
    get deploymentType(): string;
    get deploymentUrl(): string;
    get description(): string;
    get displayName(): string;
    get environmentType(): string;
    get fqdn(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _ingressIps;
    get ingressIps(): DataOciGoldenGateDeploymentIngressIpsList;
    get isAutoScalingEnabled(): cdktf.IResolvable;
    get isHealthy(): cdktf.IResolvable;
    get isLatestVersion(): cdktf.IResolvable;
    get isLockOverride(): cdktf.IResolvable;
    get isPublic(): cdktf.IResolvable;
    get isStorageUtilizationLimitExceeded(): cdktf.IResolvable;
    get licenseModel(): string;
    get lifecycleDetails(): string;
    get lifecycleSubState(): string;
    get loadBalancerId(): string;
    get loadBalancerSubnetId(): string;
    private _locks;
    get locks(): DataOciGoldenGateDeploymentLocksList;
    private _maintenanceConfiguration;
    get maintenanceConfiguration(): DataOciGoldenGateDeploymentMaintenanceConfigurationList;
    private _maintenanceWindow;
    get maintenanceWindow(): DataOciGoldenGateDeploymentMaintenanceWindowList;
    get nextMaintenanceActionType(): string;
    get nextMaintenanceDescription(): string;
    get nsgIds(): string[];
    private _oggData;
    get oggData(): DataOciGoldenGateDeploymentOggDataList;
    get privateIpAddress(): string;
    get publicIpAddress(): string;
    get state(): string;
    get storageUtilizationInBytes(): string;
    get subnetId(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeOfNextMaintenance(): string;
    get timeOggVersionSupportedUntil(): string;
    get timeUpdated(): string;
    get timeUpgradeRequired(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
