import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciClusterPlacementGroupsClusterPlacementGroupConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cluster_placement_groups_cluster_placement_group#cluster_placement_group_id DataOciClusterPlacementGroupsClusterPlacementGroup#cluster_placement_group_id}
    */
    readonly clusterPlacementGroupId: string;
}
export interface DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItems {
}
export declare function dataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItemsToTerraform(struct?: DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItems): any;
export declare function dataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItemsToHclTerraform(struct?: DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItems): any;
export declare class DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItemsOutputReference 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(): DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItems | undefined;
    set internalValue(value: DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItems | undefined);
    get name(): string;
    get service(): string;
}
export declare class DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItemsList 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): DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItemsOutputReference;
}
export interface DataOciClusterPlacementGroupsClusterPlacementGroupCapabilities {
}
export declare function dataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesToTerraform(struct?: DataOciClusterPlacementGroupsClusterPlacementGroupCapabilities): any;
export declare function dataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesToHclTerraform(struct?: DataOciClusterPlacementGroupsClusterPlacementGroupCapabilities): any;
export declare class DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesOutputReference 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(): DataOciClusterPlacementGroupsClusterPlacementGroupCapabilities | undefined;
    set internalValue(value: DataOciClusterPlacementGroupsClusterPlacementGroupCapabilities | undefined);
    private _items;
    get items(): DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesItemsList;
}
export declare class DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesList 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): DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesOutputReference;
}
export interface DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstruction {
}
export declare function dataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstructionToTerraform(struct?: DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstruction): any;
export declare function dataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstructionToHclTerraform(struct?: DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstruction): any;
export declare class DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstructionOutputReference 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(): DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstruction | undefined;
    set internalValue(value: DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstruction | undefined);
    get type(): string;
    get value(): string;
}
export declare class DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstructionList 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): DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstructionOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cluster_placement_groups_cluster_placement_group oci_cluster_placement_groups_cluster_placement_group}
*/
export declare class DataOciClusterPlacementGroupsClusterPlacementGroup extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_cluster_placement_groups_cluster_placement_group";
    /**
    * Generates CDKTF code for importing a DataOciClusterPlacementGroupsClusterPlacementGroup 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 DataOciClusterPlacementGroupsClusterPlacementGroup to import
    * @param importFromId The id of the existing DataOciClusterPlacementGroupsClusterPlacementGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cluster_placement_groups_cluster_placement_group#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciClusterPlacementGroupsClusterPlacementGroup 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/cluster_placement_groups_cluster_placement_group oci_cluster_placement_groups_cluster_placement_group} 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 DataOciClusterPlacementGroupsClusterPlacementGroupConfig
    */
    constructor(scope: Construct, id: string, config: DataOciClusterPlacementGroupsClusterPlacementGroupConfig);
    get availabilityDomain(): string;
    private _capabilities;
    get capabilities(): DataOciClusterPlacementGroupsClusterPlacementGroupCapabilitiesList;
    private _clusterPlacementGroupId?;
    get clusterPlacementGroupId(): string;
    set clusterPlacementGroupId(value: string);
    get clusterPlacementGroupIdInput(): string | undefined;
    get clusterPlacementGroupType(): string;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get lifecycleDetails(): string;
    get name(): string;
    get opcDryRun(): cdktf.IResolvable;
    private _placementInstruction;
    get placementInstruction(): DataOciClusterPlacementGroupsClusterPlacementGroupPlacementInstructionList;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
