import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciJmsJavaReleaseConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_release#id DataOciJmsJavaRelease#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/jms_java_release#release_version DataOciJmsJavaRelease#release_version}
    */
    readonly releaseVersion: string;
}
export interface DataOciJmsJavaReleaseArtifacts {
}
export declare function dataOciJmsJavaReleaseArtifactsToTerraform(struct?: DataOciJmsJavaReleaseArtifacts): any;
export declare function dataOciJmsJavaReleaseArtifactsToHclTerraform(struct?: DataOciJmsJavaReleaseArtifacts): any;
export declare class DataOciJmsJavaReleaseArtifactsOutputReference 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(): DataOciJmsJavaReleaseArtifacts | undefined;
    set internalValue(value: DataOciJmsJavaReleaseArtifacts | undefined);
    get approximateFileSizeInBytes(): string;
    get architecture(): string;
    get artifactContentType(): string;
    get artifactDescription(): string;
    get artifactFileName(): string;
    get artifactId(): string;
    get downloadUrl(): string;
    get osFamily(): string;
    get packageType(): string;
    get packageTypeDetail(): string;
    get scriptChecksumUrl(): string;
    get scriptDownloadUrl(): string;
    get sha256(): string;
}
export declare class DataOciJmsJavaReleaseArtifactsList 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): DataOciJmsJavaReleaseArtifactsOutputReference;
}
export interface DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifacts {
}
export declare function dataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifactsToTerraform(struct?: DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifacts): any;
export declare function dataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifactsToHclTerraform(struct?: DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifacts): any;
export declare class DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifactsOutputReference 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(): DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifacts | undefined;
    set internalValue(value: DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifacts | undefined);
    get approximateFileSizeInBytes(): string;
    get architecture(): string;
    get artifactContentType(): string;
    get artifactDescription(): string;
    get artifactFileName(): string;
    get artifactId(): string;
    get downloadUrl(): string;
    get osFamily(): string;
    get packageType(): string;
    get packageTypeDetail(): string;
    get scriptChecksumUrl(): string;
    get scriptDownloadUrl(): string;
    get sha256(): string;
}
export declare class DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifactsList 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): DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifactsOutputReference;
}
export interface DataOciJmsJavaReleaseFamilyDetails {
}
export declare function dataOciJmsJavaReleaseFamilyDetailsToTerraform(struct?: DataOciJmsJavaReleaseFamilyDetails): any;
export declare function dataOciJmsJavaReleaseFamilyDetailsToHclTerraform(struct?: DataOciJmsJavaReleaseFamilyDetails): any;
export declare class DataOciJmsJavaReleaseFamilyDetailsOutputReference 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(): DataOciJmsJavaReleaseFamilyDetails | undefined;
    set internalValue(value: DataOciJmsJavaReleaseFamilyDetails | undefined);
    get displayName(): string;
    get docUrl(): string;
    get endOfSupportLifeDate(): string;
    get familyVersion(): string;
    get isSupportedVersion(): cdktf.IResolvable;
    private _latestReleaseArtifacts;
    get latestReleaseArtifacts(): DataOciJmsJavaReleaseFamilyDetailsLatestReleaseArtifactsList;
    get latestReleaseVersion(): string;
    get releaseDate(): string;
    get supportType(): string;
}
export declare class DataOciJmsJavaReleaseFamilyDetailsList 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): DataOciJmsJavaReleaseFamilyDetailsOutputReference;
}
export interface DataOciJmsJavaReleaseLicenseDetails {
}
export declare function dataOciJmsJavaReleaseLicenseDetailsToTerraform(struct?: DataOciJmsJavaReleaseLicenseDetails): any;
export declare function dataOciJmsJavaReleaseLicenseDetailsToHclTerraform(struct?: DataOciJmsJavaReleaseLicenseDetails): any;
export declare class DataOciJmsJavaReleaseLicenseDetailsOutputReference 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(): DataOciJmsJavaReleaseLicenseDetails | undefined;
    set internalValue(value: DataOciJmsJavaReleaseLicenseDetails | undefined);
    get displayName(): string;
    get licenseType(): string;
    get licenseUrl(): string;
}
export declare class DataOciJmsJavaReleaseLicenseDetailsList 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): DataOciJmsJavaReleaseLicenseDetailsOutputReference;
}
export interface DataOciJmsJavaReleaseMosPatches {
}
export declare function dataOciJmsJavaReleaseMosPatchesToTerraform(struct?: DataOciJmsJavaReleaseMosPatches): any;
export declare function dataOciJmsJavaReleaseMosPatchesToHclTerraform(struct?: DataOciJmsJavaReleaseMosPatches): any;
export declare class DataOciJmsJavaReleaseMosPatchesOutputReference 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(): DataOciJmsJavaReleaseMosPatches | undefined;
    set internalValue(value: DataOciJmsJavaReleaseMosPatches | undefined);
    get displayName(): string;
    get patchUrl(): string;
}
export declare class DataOciJmsJavaReleaseMosPatchesList 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): DataOciJmsJavaReleaseMosPatchesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_release oci_jms_java_release}
*/
export declare class DataOciJmsJavaRelease extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_jms_java_release";
    /**
    * Generates CDKTF code for importing a DataOciJmsJavaRelease 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 DataOciJmsJavaRelease to import
    * @param importFromId The id of the existing DataOciJmsJavaRelease that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_release#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciJmsJavaRelease 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/jms_java_release oci_jms_java_release} 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 DataOciJmsJavaReleaseConfig
    */
    constructor(scope: Construct, id: string, config: DataOciJmsJavaReleaseConfig);
    get artifactContentTypes(): string[];
    private _artifacts;
    get artifacts(): DataOciJmsJavaReleaseArtifactsList;
    get daysUnderSecurityBaseline(): number;
    private _familyDetails;
    get familyDetails(): DataOciJmsJavaReleaseFamilyDetailsList;
    get familyVersion(): string;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _licenseDetails;
    get licenseDetails(): DataOciJmsJavaReleaseLicenseDetailsList;
    get licenseType(): string;
    private _mosPatches;
    get mosPatches(): DataOciJmsJavaReleaseMosPatchesList;
    get parentReleaseVersion(): string;
    get releaseDate(): string;
    get releaseNotesUrl(): string;
    get releaseType(): string;
    private _releaseVersion?;
    get releaseVersion(): string;
    set releaseVersion(value: string);
    get releaseVersionInput(): string | undefined;
    get securityStatus(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
