UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

595 lines (594 loc) 37.5 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciCloudGuardDetectorRecipeConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_detector_recipe#detector_recipe_id DataOciCloudGuardDetectorRecipe#detector_recipe_id} */ readonly detectorRecipeId: string; } export interface DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRules { } export declare function dataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRulesToTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRules): any; export declare function dataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRulesToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRules): any; export declare class DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRulesOutputReference 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(): DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRules | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRules | undefined); get displayName(): string; get id(): string; get isPreferred(): cdktf.IResolvable; } export declare class DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRulesList 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): DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRulesOutputReference; } export interface DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValues { } export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValuesToTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValues): any; export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValuesToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValues): any; export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValuesOutputReference 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(): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValues | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValues | undefined); get listType(): string; get managedListType(): string; get value(): string; } export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValuesList 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): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValuesOutputReference; } export interface DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurations { } export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsToTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurations): any; export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurations): any; export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsOutputReference 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(): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurations | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurations | undefined); get configKey(): string; get dataType(): string; get name(): string; get value(): string; private _values; get values(): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsValuesList; } export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsList 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): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsOutputReference; } export interface DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappings { } export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappingsToTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappings): any; export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappingsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappings): any; export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappingsOutputReference 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(): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappings | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappings | undefined); get displayName(): string; get entityType(): string; get queryField(): string; } export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappingsList 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): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappingsOutputReference; } export interface DataOciCloudGuardDetectorRecipeDetectorRulesDetails { } export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsToTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetails): any; export declare function dataOciCloudGuardDetectorRecipeDetectorRulesDetailsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesDetails): any; export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsOutputReference 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(): DataOciCloudGuardDetectorRecipeDetectorRulesDetails | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeDetectorRulesDetails | undefined); get condition(): string; private _configurations; get configurations(): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsConfigurationsList; get dataSourceId(): string; get description(): string; private _entitiesMappings; get entitiesMappings(): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsEntitiesMappingsList; get isConfigurationAllowed(): cdktf.IResolvable; get isEnabled(): cdktf.IResolvable; get labels(): string[]; get recommendation(): string; get riskLevel(): string; } export declare class DataOciCloudGuardDetectorRecipeDetectorRulesDetailsList 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): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsOutputReference; } export interface DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappings { } export declare function dataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappingsToTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappings): any; export declare function dataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappingsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappings): any; export declare class DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappingsOutputReference 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(): DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappings | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappings | undefined); get displayName(): string; get entityType(): string; get queryField(): string; } export declare class DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappingsList 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): DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappingsOutputReference; } export interface DataOciCloudGuardDetectorRecipeDetectorRules { } export declare function dataOciCloudGuardDetectorRecipeDetectorRulesToTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRules): any; export declare function dataOciCloudGuardDetectorRecipeDetectorRulesToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeDetectorRules): any; export declare class DataOciCloudGuardDetectorRecipeDetectorRulesOutputReference 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(): DataOciCloudGuardDetectorRecipeDetectorRules | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeDetectorRules | undefined); private _candidateResponderRules; get candidateResponderRules(): DataOciCloudGuardDetectorRecipeDetectorRulesCandidateResponderRulesList; get dataSourceId(): string; get description(): string; private _details; get details(): DataOciCloudGuardDetectorRecipeDetectorRulesDetailsList; get detector(): string; get detectorRuleId(): string; get displayName(): string; private _entitiesMappings; get entitiesMappings(): DataOciCloudGuardDetectorRecipeDetectorRulesEntitiesMappingsList; get lifecycleDetails(): string; get managedListTypes(): string[]; get recommendation(): string; get resourceType(): string; get serviceType(): string; get state(): string; get timeCreated(): string; get timeUpdated(): string; } export declare class DataOciCloudGuardDetectorRecipeDetectorRulesList 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): DataOciCloudGuardDetectorRecipeDetectorRulesOutputReference; } export interface DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRules { } export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRulesToTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRules): any; export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRulesToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRules): any; export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRulesOutputReference 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(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRules | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRules | undefined); get displayName(): string; get id(): string; get isPreferred(): cdktf.IResolvable; } export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRulesList 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): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRulesOutputReference; } export interface DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValues { } export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValuesToTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValues): any; export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValuesToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValues): any; export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValuesOutputReference 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(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValues | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValues | undefined); get listType(): string; get managedListType(): string; get value(): string; } export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValuesList 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): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValuesOutputReference; } export interface DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurations { } export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsToTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurations): any; export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurations): any; export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsOutputReference 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(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurations | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurations | undefined); get configKey(): string; get dataType(): string; get name(): string; get value(): string; private _values; get values(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsValuesList; } export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsList 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): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsOutputReference; } export interface DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappings { } export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappingsToTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappings): any; export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappingsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappings): any; export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappingsOutputReference 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(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappings | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappings | undefined); get displayName(): string; get entityType(): string; get queryField(): string; } export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappingsList 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): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappingsOutputReference; } export interface DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetails { } export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsToTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetails): any; export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetails): any; export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsOutputReference 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(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetails | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetails | undefined); get condition(): string; private _configurations; get configurations(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsConfigurationsList; get dataSourceId(): string; get description(): string; private _entitiesMappings; get entitiesMappings(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsEntitiesMappingsList; get isConfigurationAllowed(): cdktf.IResolvable; get isEnabled(): cdktf.IResolvable; get labels(): string[]; get recommendation(): string; get riskLevel(): string; } export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsList 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): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsOutputReference; } export interface DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappings { } export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappingsToTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappings): any; export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappingsToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappings): any; export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappingsOutputReference 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(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappings | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappings | undefined); get displayName(): string; get entityType(): string; get queryField(): string; } export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappingsList 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): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappingsOutputReference; } export interface DataOciCloudGuardDetectorRecipeEffectiveDetectorRules { } export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesToTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRules): any; export declare function dataOciCloudGuardDetectorRecipeEffectiveDetectorRulesToHclTerraform(struct?: DataOciCloudGuardDetectorRecipeEffectiveDetectorRules): any; export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesOutputReference 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(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRules | undefined; set internalValue(value: DataOciCloudGuardDetectorRecipeEffectiveDetectorRules | undefined); private _candidateResponderRules; get candidateResponderRules(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesCandidateResponderRulesList; get dataSourceId(): string; get description(): string; private _details; get details(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesDetailsList; get detector(): string; get detectorRuleId(): string; get displayName(): string; private _entitiesMappings; get entitiesMappings(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesEntitiesMappingsList; get lifecycleDetails(): string; get managedListTypes(): string[]; get recommendation(): string; get resourceType(): string; get serviceType(): string; get state(): string; get timeCreated(): string; get timeUpdated(): string; } export declare class DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesList 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): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_detector_recipe oci_cloud_guard_detector_recipe} */ export declare class DataOciCloudGuardDetectorRecipe extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_cloud_guard_detector_recipe"; /** * Generates CDKTF code for importing a DataOciCloudGuardDetectorRecipe 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 DataOciCloudGuardDetectorRecipe to import * @param importFromId The id of the existing DataOciCloudGuardDetectorRecipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_detector_recipe#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciCloudGuardDetectorRecipe 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/cloud_guard_detector_recipe oci_cloud_guard_detector_recipe} 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 DataOciCloudGuardDetectorRecipeConfig */ constructor(scope: Construct, id: string, config: DataOciCloudGuardDetectorRecipeConfig); get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; get detector(): string; private _detectorRecipeId?; get detectorRecipeId(): string; set detectorRecipeId(value: string); get detectorRecipeIdInput(): string | undefined; get detectorRecipeType(): string; private _detectorRules; get detectorRules(): DataOciCloudGuardDetectorRecipeDetectorRulesList; get displayName(): string; private _effectiveDetectorRules; get effectiveDetectorRules(): DataOciCloudGuardDetectorRecipeEffectiveDetectorRulesList; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get owner(): string; get sourceDetectorRecipeId(): string; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get targetIds(): string[]; get timeCreated(): string; get timeUpdated(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }