UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

1,289 lines 80.1 kB
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciWaasWaasPoliciesConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#compartment_id DataOciWaasWaasPolicies#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#display_names DataOciWaasWaasPolicies#display_names}
    */
    readonly displayNames?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#id DataOciWaasWaasPolicies#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/waas_waas_policies#ids DataOciWaasWaasPolicies#ids}
    */
    readonly ids?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#states DataOciWaasWaasPolicies#states}
    */
    readonly states?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#time_created_greater_than_or_equal_to DataOciWaasWaasPolicies#time_created_greater_than_or_equal_to}
    */
    readonly timeCreatedGreaterThanOrEqualTo?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#time_created_less_than DataOciWaasWaasPolicies#time_created_less_than}
    */
    readonly timeCreatedLessThan?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#filter DataOciWaasWaasPolicies#filter}
    */
    readonly filter?: DataOciWaasWaasPoliciesFilter[] | cdktf.IResolvable;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroup {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroupToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroup): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroupToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroup): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroupOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroup | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroup | undefined);
    get origin(): string;
    get weight(): number;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroupList 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): DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroupOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesOriginGroups {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginGroupsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOriginGroups): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginGroupsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOriginGroups): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesOriginGroups | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesOriginGroups | undefined);
    get label(): string;
    private _originGroup;
    get originGroup(): DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOriginGroupList;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsList 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): DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeaders {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeadersToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeaders): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeadersToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeaders): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeadersOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeaders | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeaders | undefined);
    get name(): string;
    get value(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeadersList 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): DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeadersOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesOrigins {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOrigins): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesOriginsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesOrigins): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesOrigins | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesOrigins | undefined);
    private _customHeaders;
    get customHeaders(): DataOciWaasWaasPoliciesWaasPoliciesOriginsCustomHeadersList;
    get httpPort(): number;
    get httpsPort(): number;
    get label(): string;
    get uri(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesOriginsList 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): DataOciWaasWaasPoliciesWaasPoliciesOriginsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecks {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecksToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecks): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecksToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecks): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecksOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecks | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecks | undefined);
    get expectedResponseCodeGroup(): string[];
    get expectedResponseText(): string;
    private _headers;
    get headers(): cdktf.StringMap;
    get healthyThreshold(): number;
    get intervalInSeconds(): number;
    get isEnabled(): cdktf.IResolvable;
    get isResponseTextCheckEnabled(): cdktf.IResolvable;
    get method(): string;
    get path(): string;
    get timeoutInSeconds(): number;
    get unhealthyThreshold(): number;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecksList 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): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecksOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethod {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethodToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethod): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethodToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethod): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethodOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethod | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethod | undefined);
    get domain(): string;
    get expirationTimeInSeconds(): number;
    get method(): string;
    get name(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethodList 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): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethodOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesPolicyConfig {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesPolicyConfigToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfig): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesPolicyConfigToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfig): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfig | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesPolicyConfig | undefined);
    get certificateId(): string;
    get cipherGroup(): string;
    get clientAddressHeader(): string;
    private _healthChecks;
    get healthChecks(): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigHealthChecksList;
    get isBehindCdn(): cdktf.IResolvable;
    get isCacheControlRespected(): cdktf.IResolvable;
    get isHttpsEnabled(): cdktf.IResolvable;
    get isHttpsForced(): cdktf.IResolvable;
    get isOriginCompressionEnabled(): cdktf.IResolvable;
    get isResponseBufferingEnabled(): cdktf.IResolvable;
    get isSniEnabled(): cdktf.IResolvable;
    private _loadBalancingMethod;
    get loadBalancingMethod(): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigLoadBalancingMethodList;
    get tlsProtocols(): string[];
    get websocketPathPrefixes(): string[];
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigList 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): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteria {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteriaToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteria): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteriaToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteria): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteriaOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteria | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteria | undefined);
    get condition(): string;
    get isCaseSensitive(): cdktf.IResolvable;
    get value(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteriaList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteriaOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulation {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulationToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulation): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulationToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulation): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulationOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulation | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulation | undefined);
    get action(): string;
    get header(): string;
    get value(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulationList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulationOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRules {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRules): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRules): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRules | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRules | undefined);
    get action(): string;
    get blockAction(): string;
    get blockErrorPageCode(): string;
    get blockErrorPageDescription(): string;
    get blockErrorPageMessage(): string;
    get blockResponseCode(): number;
    get bypassChallenges(): string[];
    get captchaFooter(): string;
    get captchaHeader(): string;
    get captchaSubmitLabel(): string;
    get captchaTitle(): string;
    private _criteria;
    get criteria(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesCriteriaList;
    get name(): string;
    get redirectResponseCode(): string;
    get redirectUrl(): string;
    private _responseHeaderManipulation;
    get responseHeaderManipulation(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesResponseHeaderManipulationList;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimiting {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimitingToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimiting): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimitingToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimiting): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimitingOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimiting | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimiting | undefined);
    get allowedRatePerAddress(): number;
    get blockResponseCode(): number;
    get isEnabled(): cdktf.IResolvable;
    get maxDelayedCountPerAddress(): number;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimitingList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimitingOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteria {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteriaToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteria): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteriaToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteria): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteriaOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteria | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteria | undefined);
    get condition(): string;
    get value(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteriaList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteriaOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRules {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRules): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRules): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRules | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRules | undefined);
    get action(): string;
    get cachingDuration(): string;
    get clientCachingDuration(): string;
    private _criteria;
    get criteria(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesCriteriaList;
    get isClientCachingEnabled(): cdktf.IResolvable;
    get key(): string;
    get name(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchas {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchasToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchas): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchasToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchas): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchasOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchas | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchas | undefined);
    get failureMessage(): string;
    get footerText(): string;
    get headerText(): string;
    get sessionExpirationInSeconds(): number;
    get submitLabel(): string;
    get title(): string;
    get url(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchasList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchasOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusions {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusionsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusions): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusionsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusions): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusionsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusions | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusions | undefined);
    get exclusions(): string[];
    get target(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusionsList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusionsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRules {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRules): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRules): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRules | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRules | undefined);
    get action(): string;
    private _exclusions;
    get exclusions(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesExclusionsList;
    get id(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettings {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettingsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettings): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettingsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettings): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettingsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettings | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettings | undefined);
    get blockAction(): string;
    get blockErrorPageCode(): string;
    get blockErrorPageDescription(): string;
    get blockErrorPageMessage(): string;
    get blockResponseCode(): number;
    get captchaFooter(): string;
    get captchaHeader(): string;
    get captchaSubmitLabel(): string;
    get captchaTitle(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettingsList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettingsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallenge {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallenge): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallenge): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallenge | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallenge | undefined);
    get action(): string;
    get actionExpirationInSeconds(): number;
    private _challengeSettings;
    get challengeSettings(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeChallengeSettingsList;
    get failureThreshold(): number;
    get failureThresholdExpirationInSeconds(): number;
    get isEnabled(): cdktf.IResolvable;
    get maxAddressCount(): number;
    get maxAddressCountExpirationInSeconds(): number;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettings {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettingsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettings): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettingsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettings): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettingsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettings | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettings | undefined);
    get blockAction(): string;
    get blockErrorPageCode(): string;
    get blockErrorPageDescription(): string;
    get blockErrorPageMessage(): string;
    get blockResponseCode(): number;
    get captchaFooter(): string;
    get captchaHeader(): string;
    get captchaSubmitLabel(): string;
    get captchaTitle(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettingsList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettingsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeader {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeaderToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeader): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeaderToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeader): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeaderOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeader | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeader | undefined);
    get name(): string;
    get value(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeaderList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeaderOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallenge {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallenge): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallenge): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallenge | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallenge | undefined);
    get action(): string;
    get actionExpirationInSeconds(): number;
    private _challengeSettings;
    get challengeSettings(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeChallengeSettingsList;
    get failureThreshold(): number;
    get failureThresholdExpirationInSeconds(): number;
    get interactionThreshold(): number;
    get isEnabled(): cdktf.IResolvable;
    get isNatEnabled(): cdktf.IResolvable;
    get recordingPeriodInSeconds(): number;
    private _setHttpHeader;
    get setHttpHeader(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeSetHttpHeaderList;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettings {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettingsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettings): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettingsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettings): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettingsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettings | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettings | undefined);
    get blockAction(): string;
    get blockErrorPageCode(): string;
    get blockErrorPageDescription(): string;
    get blockErrorPageMessage(): string;
    get blockResponseCode(): number;
    get captchaFooter(): string;
    get captchaHeader(): string;
    get captchaSubmitLabel(): string;
    get captchaTitle(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettingsList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettingsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteria {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteriaToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteria): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteriaToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteria): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteriaOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteria | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteria | undefined);
    get condition(): string;
    get isCaseSensitive(): cdktf.IResolvable;
    get value(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteriaList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteriaOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeader {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeaderToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeader): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeaderToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeader): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeaderOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeader | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeader | undefined);
    get name(): string;
    get value(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeaderList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeaderOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallenge {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallenge): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallenge): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallenge | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallenge | undefined);
    get action(): string;
    get actionExpirationInSeconds(): number;
    get areRedirectsChallenged(): cdktf.IResolvable;
    private _challengeSettings;
    get challengeSettings(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeChallengeSettingsList;
    private _criteria;
    get criteria(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeCriteriaList;
    get failureThreshold(): number;
    get isEnabled(): cdktf.IResolvable;
    get isNatEnabled(): cdktf.IResolvable;
    private _setHttpHeader;
    get setHttpHeader(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeSetHttpHeaderList;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettings {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettingsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettings): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettingsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettings): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettingsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettings | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettings | undefined);
    get allowedHttpMethods(): string[];
    get blockAction(): string;
    get blockErrorPageCode(): string;
    get blockErrorPageDescription(): string;
    get blockErrorPageMessage(): string;
    get blockResponseCode(): number;
    get isResponseInspected(): cdktf.IResolvable;
    get maxArgumentCount(): number;
    get maxNameLengthPerArgument(): number;
    get maxResponseSizeInKiB(): number;
    get maxTotalNameLengthOfArguments(): number;
    get mediaTypes(): string[];
    get recommendationsPeriodInDays(): number;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettingsList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettingsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelists {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelistsToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelists): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelistsToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelists): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelistsOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelists | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelists | undefined);
    get addressLists(): string[];
    get addresses(): string[];
    get name(): string;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelistsList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelistsOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPoliciesWafConfig {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigToTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfig): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesWafConfigToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPoliciesWafConfig): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigOutputReference 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(): DataOciWaasWaasPoliciesWaasPoliciesWafConfig | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPoliciesWafConfig | undefined);
    private _accessRules;
    get accessRules(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAccessRulesList;
    private _addressRateLimiting;
    get addressRateLimiting(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigAddressRateLimitingList;
    private _cachingRules;
    get cachingRules(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCachingRulesList;
    private _captchas;
    get captchas(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCaptchasList;
    private _customProtectionRules;
    get customProtectionRules(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigCustomProtectionRulesList;
    private _deviceFingerprintChallenge;
    get deviceFingerprintChallenge(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigDeviceFingerprintChallengeList;
    private _humanInteractionChallenge;
    get humanInteractionChallenge(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigHumanInteractionChallengeList;
    private _jsChallenge;
    get jsChallenge(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigJsChallengeList;
    get origin(): string;
    get originGroups(): string[];
    private _protectionSettings;
    get protectionSettings(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigProtectionSettingsList;
    private _whitelists;
    get whitelists(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigWhitelistsList;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesWafConfigList 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): DataOciWaasWaasPoliciesWaasPoliciesWafConfigOutputReference;
}
export interface DataOciWaasWaasPoliciesWaasPolicies {
}
export declare function dataOciWaasWaasPoliciesWaasPoliciesToTerraform(struct?: DataOciWaasWaasPoliciesWaasPolicies): any;
export declare function dataOciWaasWaasPoliciesWaasPoliciesToHclTerraform(struct?: DataOciWaasWaasPoliciesWaasPolicies): any;
export declare class DataOciWaasWaasPoliciesWaasPoliciesOutputReference 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(): DataOciWaasWaasPoliciesWaasPolicies | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesWaasPolicies | undefined);
    get additionalDomains(): string[];
    get cname(): string;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    get domain(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _originGroups;
    get originGroups(): DataOciWaasWaasPoliciesWaasPoliciesOriginGroupsList;
    private _origins;
    get origins(): DataOciWaasWaasPoliciesWaasPoliciesOriginsList;
    private _policyConfig;
    get policyConfig(): DataOciWaasWaasPoliciesWaasPoliciesPolicyConfigList;
    get state(): string;
    get timeCreated(): string;
    private _wafConfig;
    get wafConfig(): DataOciWaasWaasPoliciesWaasPoliciesWafConfigList;
}
export declare class DataOciWaasWaasPoliciesWaasPoliciesList 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): DataOciWaasWaasPoliciesWaasPoliciesOutputReference;
}
export interface DataOciWaasWaasPoliciesFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#name DataOciWaasWaasPolicies#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#regex DataOciWaasWaasPolicies#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#values DataOciWaasWaasPolicies#values}
    */
    readonly values: string[];
}
export declare function dataOciWaasWaasPoliciesFilterToTerraform(struct?: DataOciWaasWaasPoliciesFilter | cdktf.IResolvable): any;
export declare function dataOciWaasWaasPoliciesFilterToHclTerraform(struct?: DataOciWaasWaasPoliciesFilter | cdktf.IResolvable): any;
export declare class DataOciWaasWaasPoliciesFilterOutputReference 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(): DataOciWaasWaasPoliciesFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciWaasWaasPoliciesFilter | 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 DataOciWaasWaasPoliciesFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciWaasWaasPoliciesFilter[] | 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): DataOciWaasWaasPoliciesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies oci_waas_waas_policies}
*/
export declare class DataOciWaasWaasPolicies extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_waas_waas_policies";
    /**
    * Generates CDKTF code for importing a DataOciWaasWaasPolicies 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 DataOciWaasWaasPolicies to import
    * @param importFromId The id of the existing DataOciWaasWaasPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/waas_waas_policies#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciWaasWaasPolicies 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/waas_waas_policies oci_waas_waas_policies} 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 DataOciWaasWaasPoliciesConfig
    */
    constructor(scope: Construct, id: string, config: DataOciWaasWaasPoliciesConfig);
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _displayNames?;
    get displayNames(): string[];
    set displayNames(value: string[]);
    resetDisplayNames(): void;
    get displayNamesInput(): string[] | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _ids?;
    get ids(): string[];
    set ids(value: string[]);
    resetIds(): void;
    get idsInput(): string[] | undefined;
    private _states?;
    get states(): string[];
    set states(value: string[]);
    resetStates(): void;
    get statesInput(): string[] | undefined;
    private _timeCreatedGreaterThanOrEqualTo?;
    get timeCreatedGreaterThanOrEqualTo(): string;
    set timeCreatedGreaterThanOrEqualTo(value: string);
    resetTimeCreatedGreaterThanOrEqualTo(): void;
    get timeCreatedGreaterThanOrEqualToInput(): string | undefined;
    private _timeCreatedLessThan?;
    get timeCreatedLessThan(): string;
    set timeCreatedLessThan(value: string);
    resetTimeCreatedLessThan(): void;
    get timeCreatedLessThanInput(): string | undefined;
    private _waasPolicies;
    get waasPolicies(): DataOciWaasWaasPoliciesWaasPoliciesList;
    private _filter;
    get filter(): DataOciWaasWaasPoliciesFilterList;
    putFilter(value: DataOciWaasWaasPoliciesFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciWaasWaasPoliciesFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}