import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciAuditEventsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#compartment_id DataOciAuditEvents#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#end_time DataOciAuditEvents#end_time}
    */
    readonly endTime: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#id DataOciAuditEvents#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/audit_events#start_time DataOciAuditEvents#start_time}
    */
    readonly startTime: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#filter DataOciAuditEvents#filter}
    */
    readonly filter?: DataOciAuditEventsFilter[] | cdktf.IResolvable;
}
export interface DataOciAuditEventsAuditEventsDataIdentity {
}
export declare function dataOciAuditEventsAuditEventsDataIdentityToTerraform(struct?: DataOciAuditEventsAuditEventsDataIdentity): any;
export declare function dataOciAuditEventsAuditEventsDataIdentityToHclTerraform(struct?: DataOciAuditEventsAuditEventsDataIdentity): any;
export declare class DataOciAuditEventsAuditEventsDataIdentityOutputReference 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(): DataOciAuditEventsAuditEventsDataIdentity | undefined;
    set internalValue(value: DataOciAuditEventsAuditEventsDataIdentity | undefined);
    get authType(): string;
    get callerId(): string;
    get callerName(): string;
    get consoleSessionId(): string;
    get credentials(): string;
    get ipAddress(): string;
    get principalId(): string;
    get principalName(): string;
    get tenantId(): string;
    get userAgent(): string;
}
export declare class DataOciAuditEventsAuditEventsDataIdentityList 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): DataOciAuditEventsAuditEventsDataIdentityOutputReference;
}
export interface DataOciAuditEventsAuditEventsDataRequest {
}
export declare function dataOciAuditEventsAuditEventsDataRequestToTerraform(struct?: DataOciAuditEventsAuditEventsDataRequest): any;
export declare function dataOciAuditEventsAuditEventsDataRequestToHclTerraform(struct?: DataOciAuditEventsAuditEventsDataRequest): any;
export declare class DataOciAuditEventsAuditEventsDataRequestOutputReference 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(): DataOciAuditEventsAuditEventsDataRequest | undefined;
    set internalValue(value: DataOciAuditEventsAuditEventsDataRequest | undefined);
    get action(): string;
    private _headers;
    get headers(): cdktf.StringMap;
    get id(): string;
    private _parameters;
    get parameters(): cdktf.StringMap;
    get path(): string;
}
export declare class DataOciAuditEventsAuditEventsDataRequestList 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): DataOciAuditEventsAuditEventsDataRequestOutputReference;
}
export interface DataOciAuditEventsAuditEventsDataResponse {
}
export declare function dataOciAuditEventsAuditEventsDataResponseToTerraform(struct?: DataOciAuditEventsAuditEventsDataResponse): any;
export declare function dataOciAuditEventsAuditEventsDataResponseToHclTerraform(struct?: DataOciAuditEventsAuditEventsDataResponse): any;
export declare class DataOciAuditEventsAuditEventsDataResponseOutputReference 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(): DataOciAuditEventsAuditEventsDataResponse | undefined;
    set internalValue(value: DataOciAuditEventsAuditEventsDataResponse | undefined);
    private _headers;
    get headers(): cdktf.StringMap;
    get message(): string;
    private _payload;
    get payload(): cdktf.StringMap;
    get responseTime(): string;
    get status(): string;
}
export declare class DataOciAuditEventsAuditEventsDataResponseList 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): DataOciAuditEventsAuditEventsDataResponseOutputReference;
}
export interface DataOciAuditEventsAuditEventsDataStateChange {
}
export declare function dataOciAuditEventsAuditEventsDataStateChangeToTerraform(struct?: DataOciAuditEventsAuditEventsDataStateChange): any;
export declare function dataOciAuditEventsAuditEventsDataStateChangeToHclTerraform(struct?: DataOciAuditEventsAuditEventsDataStateChange): any;
export declare class DataOciAuditEventsAuditEventsDataStateChangeOutputReference 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(): DataOciAuditEventsAuditEventsDataStateChange | undefined;
    set internalValue(value: DataOciAuditEventsAuditEventsDataStateChange | undefined);
    private _current;
    get current(): cdktf.StringMap;
    private _previous;
    get previous(): cdktf.StringMap;
}
export declare class DataOciAuditEventsAuditEventsDataStateChangeList 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): DataOciAuditEventsAuditEventsDataStateChangeOutputReference;
}
export interface DataOciAuditEventsAuditEventsData {
}
export declare function dataOciAuditEventsAuditEventsDataToTerraform(struct?: DataOciAuditEventsAuditEventsData): any;
export declare function dataOciAuditEventsAuditEventsDataToHclTerraform(struct?: DataOciAuditEventsAuditEventsData): any;
export declare class DataOciAuditEventsAuditEventsDataOutputReference 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(): DataOciAuditEventsAuditEventsData | undefined;
    set internalValue(value: DataOciAuditEventsAuditEventsData | undefined);
    private _additionalDetails;
    get additionalDetails(): cdktf.StringMap;
    get availabilityDomain(): string;
    get compartmentId(): string;
    get compartmentName(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get eventGroupingId(): string;
    get eventName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    private _identity;
    get identity(): DataOciAuditEventsAuditEventsDataIdentityList;
    private _request;
    get request(): DataOciAuditEventsAuditEventsDataRequestList;
    get resourceId(): string;
    get resourceName(): string;
    private _response;
    get response(): DataOciAuditEventsAuditEventsDataResponseList;
    private _stateChange;
    get stateChange(): DataOciAuditEventsAuditEventsDataStateChangeList;
}
export declare class DataOciAuditEventsAuditEventsDataList 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): DataOciAuditEventsAuditEventsDataOutputReference;
}
export interface DataOciAuditEventsAuditEvents {
}
export declare function dataOciAuditEventsAuditEventsToTerraform(struct?: DataOciAuditEventsAuditEvents): any;
export declare function dataOciAuditEventsAuditEventsToHclTerraform(struct?: DataOciAuditEventsAuditEvents): any;
export declare class DataOciAuditEventsAuditEventsOutputReference 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(): DataOciAuditEventsAuditEvents | undefined;
    set internalValue(value: DataOciAuditEventsAuditEvents | undefined);
    get cloudEventsVersion(): string;
    get contentType(): string;
    private _data;
    get data(): DataOciAuditEventsAuditEventsDataList;
    get eventId(): string;
    get eventTime(): string;
    get eventType(): string;
    get eventTypeVersion(): string;
    get source(): string;
}
export declare class DataOciAuditEventsAuditEventsList 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): DataOciAuditEventsAuditEventsOutputReference;
}
export interface DataOciAuditEventsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#name DataOciAuditEvents#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#regex DataOciAuditEvents#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#values DataOciAuditEvents#values}
    */
    readonly values: string[];
}
export declare function dataOciAuditEventsFilterToTerraform(struct?: DataOciAuditEventsFilter | cdktf.IResolvable): any;
export declare function dataOciAuditEventsFilterToHclTerraform(struct?: DataOciAuditEventsFilter | cdktf.IResolvable): any;
export declare class DataOciAuditEventsFilterOutputReference 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(): DataOciAuditEventsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciAuditEventsFilter | 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 DataOciAuditEventsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciAuditEventsFilter[] | 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): DataOciAuditEventsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events oci_audit_events}
*/
export declare class DataOciAuditEvents extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_audit_events";
    /**
    * Generates CDKTF code for importing a DataOciAuditEvents 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 DataOciAuditEvents to import
    * @param importFromId The id of the existing DataOciAuditEvents that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/audit_events#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciAuditEvents 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/audit_events oci_audit_events} 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 DataOciAuditEventsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciAuditEventsConfig);
    private _auditEvents;
    get auditEvents(): DataOciAuditEventsAuditEventsList;
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _endTime?;
    get endTime(): string;
    set endTime(value: string);
    get endTimeInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _startTime?;
    get startTime(): string;
    set startTime(value: string);
    get startTimeInput(): string | undefined;
    private _filter;
    get filter(): DataOciAuditEventsFilterList;
    putFilter(value: DataOciAuditEventsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciAuditEventsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
