import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciArtifactsContainerImagesConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#compartment_id DataOciArtifactsContainerImages#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#compartment_id_in_subtree DataOciArtifactsContainerImages#compartment_id_in_subtree}
    */
    readonly compartmentIdInSubtree?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#display_name DataOciArtifactsContainerImages#display_name}
    */
    readonly displayName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#id DataOciArtifactsContainerImages#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/artifacts_container_images#image_id DataOciArtifactsContainerImages#image_id}
    */
    readonly imageId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#is_versioned DataOciArtifactsContainerImages#is_versioned}
    */
    readonly isVersioned?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#repository_id DataOciArtifactsContainerImages#repository_id}
    */
    readonly repositoryId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#repository_name DataOciArtifactsContainerImages#repository_name}
    */
    readonly repositoryName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#state DataOciArtifactsContainerImages#state}
    */
    readonly state?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#version DataOciArtifactsContainerImages#version}
    */
    readonly version?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#filter DataOciArtifactsContainerImages#filter}
    */
    readonly filter?: DataOciArtifactsContainerImagesFilter[] | cdktf.IResolvable;
}
export interface DataOciArtifactsContainerImagesContainerImageCollectionItemsLayers {
}
export declare function dataOciArtifactsContainerImagesContainerImageCollectionItemsLayersToTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollectionItemsLayers): any;
export declare function dataOciArtifactsContainerImagesContainerImageCollectionItemsLayersToHclTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollectionItemsLayers): any;
export declare class DataOciArtifactsContainerImagesContainerImageCollectionItemsLayersOutputReference 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(): DataOciArtifactsContainerImagesContainerImageCollectionItemsLayers | undefined;
    set internalValue(value: DataOciArtifactsContainerImagesContainerImageCollectionItemsLayers | undefined);
    get digest(): string;
    get sizeInBytes(): string;
    get timeCreated(): string;
}
export declare class DataOciArtifactsContainerImagesContainerImageCollectionItemsLayersList 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): DataOciArtifactsContainerImagesContainerImageCollectionItemsLayersOutputReference;
}
export interface DataOciArtifactsContainerImagesContainerImageCollectionItemsVersions {
}
export declare function dataOciArtifactsContainerImagesContainerImageCollectionItemsVersionsToTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollectionItemsVersions): any;
export declare function dataOciArtifactsContainerImagesContainerImageCollectionItemsVersionsToHclTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollectionItemsVersions): any;
export declare class DataOciArtifactsContainerImagesContainerImageCollectionItemsVersionsOutputReference 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(): DataOciArtifactsContainerImagesContainerImageCollectionItemsVersions | undefined;
    set internalValue(value: DataOciArtifactsContainerImagesContainerImageCollectionItemsVersions | undefined);
    get createdBy(): string;
    get timeCreated(): string;
    get version(): string;
}
export declare class DataOciArtifactsContainerImagesContainerImageCollectionItemsVersionsList 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): DataOciArtifactsContainerImagesContainerImageCollectionItemsVersionsOutputReference;
}
export interface DataOciArtifactsContainerImagesContainerImageCollectionItems {
}
export declare function dataOciArtifactsContainerImagesContainerImageCollectionItemsToTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollectionItems): any;
export declare function dataOciArtifactsContainerImagesContainerImageCollectionItemsToHclTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollectionItems): any;
export declare class DataOciArtifactsContainerImagesContainerImageCollectionItemsOutputReference 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(): DataOciArtifactsContainerImagesContainerImageCollectionItems | undefined;
    set internalValue(value: DataOciArtifactsContainerImagesContainerImageCollectionItems | undefined);
    get compartmentId(): string;
    get createdBy(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get digest(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _layers;
    get layers(): DataOciArtifactsContainerImagesContainerImageCollectionItemsLayersList;
    get layersSizeInBytes(): string;
    get manifestSizeInBytes(): number;
    get pullCount(): string;
    get repositoryId(): string;
    get repositoryName(): string;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeLastPulled(): string;
    get version(): string;
    private _versions;
    get versions(): DataOciArtifactsContainerImagesContainerImageCollectionItemsVersionsList;
}
export declare class DataOciArtifactsContainerImagesContainerImageCollectionItemsList 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): DataOciArtifactsContainerImagesContainerImageCollectionItemsOutputReference;
}
export interface DataOciArtifactsContainerImagesContainerImageCollection {
}
export declare function dataOciArtifactsContainerImagesContainerImageCollectionToTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollection): any;
export declare function dataOciArtifactsContainerImagesContainerImageCollectionToHclTerraform(struct?: DataOciArtifactsContainerImagesContainerImageCollection): any;
export declare class DataOciArtifactsContainerImagesContainerImageCollectionOutputReference 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(): DataOciArtifactsContainerImagesContainerImageCollection | undefined;
    set internalValue(value: DataOciArtifactsContainerImagesContainerImageCollection | undefined);
    private _items;
    get items(): DataOciArtifactsContainerImagesContainerImageCollectionItemsList;
    get remainingItemsCount(): number;
}
export declare class DataOciArtifactsContainerImagesContainerImageCollectionList 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): DataOciArtifactsContainerImagesContainerImageCollectionOutputReference;
}
export interface DataOciArtifactsContainerImagesFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#name DataOciArtifactsContainerImages#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#regex DataOciArtifactsContainerImages#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#values DataOciArtifactsContainerImages#values}
    */
    readonly values: string[];
}
export declare function dataOciArtifactsContainerImagesFilterToTerraform(struct?: DataOciArtifactsContainerImagesFilter | cdktf.IResolvable): any;
export declare function dataOciArtifactsContainerImagesFilterToHclTerraform(struct?: DataOciArtifactsContainerImagesFilter | cdktf.IResolvable): any;
export declare class DataOciArtifactsContainerImagesFilterOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    private resolvableValue?;
    /**
    * @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(): DataOciArtifactsContainerImagesFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciArtifactsContainerImagesFilter | cdktf.IResolvable | undefined);
    private _name?;
    get name(): string;
    set name(value: string);
    get nameInput(): string | undefined;
    private _regex?;
    get regex(): boolean | cdktf.IResolvable;
    set regex(value: boolean | cdktf.IResolvable);
    resetRegex(): void;
    get regexInput(): boolean | cdktf.IResolvable | undefined;
    private _values?;
    get values(): string[];
    set values(value: string[]);
    get valuesInput(): string[] | undefined;
}
export declare class DataOciArtifactsContainerImagesFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciArtifactsContainerImagesFilter[] | cdktf.IResolvable;
    /**
    * @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): DataOciArtifactsContainerImagesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images oci_artifacts_container_images}
*/
export declare class DataOciArtifactsContainerImages extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_artifacts_container_images";
    /**
    * Generates CDKTF code for importing a DataOciArtifactsContainerImages 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 DataOciArtifactsContainerImages to import
    * @param importFromId The id of the existing DataOciArtifactsContainerImages that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/artifacts_container_images#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciArtifactsContainerImages 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/artifacts_container_images oci_artifacts_container_images} 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 DataOciArtifactsContainerImagesConfig
    */
    constructor(scope: Construct, id: string, config: DataOciArtifactsContainerImagesConfig);
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _compartmentIdInSubtree?;
    get compartmentIdInSubtree(): boolean | cdktf.IResolvable;
    set compartmentIdInSubtree(value: boolean | cdktf.IResolvable);
    resetCompartmentIdInSubtree(): void;
    get compartmentIdInSubtreeInput(): boolean | cdktf.IResolvable | undefined;
    private _containerImageCollection;
    get containerImageCollection(): DataOciArtifactsContainerImagesContainerImageCollectionList;
    private _displayName?;
    get displayName(): string;
    set displayName(value: string);
    resetDisplayName(): void;
    get displayNameInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _imageId?;
    get imageId(): string;
    set imageId(value: string);
    resetImageId(): void;
    get imageIdInput(): string | undefined;
    private _isVersioned?;
    get isVersioned(): boolean | cdktf.IResolvable;
    set isVersioned(value: boolean | cdktf.IResolvable);
    resetIsVersioned(): void;
    get isVersionedInput(): boolean | cdktf.IResolvable | undefined;
    private _repositoryId?;
    get repositoryId(): string;
    set repositoryId(value: string);
    resetRepositoryId(): void;
    get repositoryIdInput(): string | undefined;
    private _repositoryName?;
    get repositoryName(): string;
    set repositoryName(value: string);
    resetRepositoryName(): void;
    get repositoryNameInput(): string | undefined;
    private _state?;
    get state(): string;
    set state(value: string);
    resetState(): void;
    get stateInput(): string | undefined;
    private _version?;
    get version(): string;
    set version(value: string);
    resetVersion(): void;
    get versionInput(): string | undefined;
    private _filter;
    get filter(): DataOciArtifactsContainerImagesFilterList;
    putFilter(value: DataOciArtifactsContainerImagesFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciArtifactsContainerImagesFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
