UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

289 lines (288 loc) 17.4 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciCloudGuardResponderRecipeConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_responder_recipe#responder_recipe_id DataOciCloudGuardResponderRecipe#responder_recipe_id} */ readonly responderRecipeId: string; } export interface DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations { } export declare function dataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsToTerraform(struct?: DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations): any; export declare function dataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsToHclTerraform(struct?: DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations): any; export declare class DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsOutputReference 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(): DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations | undefined; set internalValue(value: DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations | undefined); get configKey(): string; get name(): string; get value(): string; } export declare class DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsList 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): DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsOutputReference; } export interface DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetails { } export declare function dataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsToTerraform(struct?: DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetails): any; export declare function dataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsToHclTerraform(struct?: DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetails): any; export declare class DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsOutputReference 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(): DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetails | undefined; set internalValue(value: DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetails | undefined); get condition(): string; private _configurations; get configurations(): DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsList; get isEnabled(): cdktf.IResolvable; get mode(): string; } export declare class DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsList 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): DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsOutputReference; } export interface DataOciCloudGuardResponderRecipeEffectiveResponderRules { } export declare function dataOciCloudGuardResponderRecipeEffectiveResponderRulesToTerraform(struct?: DataOciCloudGuardResponderRecipeEffectiveResponderRules): any; export declare function dataOciCloudGuardResponderRecipeEffectiveResponderRulesToHclTerraform(struct?: DataOciCloudGuardResponderRecipeEffectiveResponderRules): any; export declare class DataOciCloudGuardResponderRecipeEffectiveResponderRulesOutputReference 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(): DataOciCloudGuardResponderRecipeEffectiveResponderRules | undefined; set internalValue(value: DataOciCloudGuardResponderRecipeEffectiveResponderRules | undefined); get compartmentId(): string; get description(): string; private _details; get details(): DataOciCloudGuardResponderRecipeEffectiveResponderRulesDetailsList; get displayName(): string; get lifecycleDetails(): string; get policies(): string[]; get responderRuleId(): string; get state(): string; get supportedModes(): string[]; get timeCreated(): string; get timeUpdated(): string; get type(): string; } export declare class DataOciCloudGuardResponderRecipeEffectiveResponderRulesList 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): DataOciCloudGuardResponderRecipeEffectiveResponderRulesOutputReference; } export interface DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurations { } export declare function dataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurationsToTerraform(struct?: DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurations): any; export declare function dataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurationsToHclTerraform(struct?: DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurations): any; export declare class DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurationsOutputReference 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(): DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurations | undefined; set internalValue(value: DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurations | undefined); get configKey(): string; get name(): string; get value(): string; } export declare class DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurationsList 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): DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurationsOutputReference; } export interface DataOciCloudGuardResponderRecipeResponderRulesDetails { } export declare function dataOciCloudGuardResponderRecipeResponderRulesDetailsToTerraform(struct?: DataOciCloudGuardResponderRecipeResponderRulesDetails): any; export declare function dataOciCloudGuardResponderRecipeResponderRulesDetailsToHclTerraform(struct?: DataOciCloudGuardResponderRecipeResponderRulesDetails): any; export declare class DataOciCloudGuardResponderRecipeResponderRulesDetailsOutputReference 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(): DataOciCloudGuardResponderRecipeResponderRulesDetails | undefined; set internalValue(value: DataOciCloudGuardResponderRecipeResponderRulesDetails | undefined); get condition(): string; private _configurations; get configurations(): DataOciCloudGuardResponderRecipeResponderRulesDetailsConfigurationsList; get isEnabled(): cdktf.IResolvable; get mode(): string; } export declare class DataOciCloudGuardResponderRecipeResponderRulesDetailsList 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): DataOciCloudGuardResponderRecipeResponderRulesDetailsOutputReference; } export interface DataOciCloudGuardResponderRecipeResponderRules { } export declare function dataOciCloudGuardResponderRecipeResponderRulesToTerraform(struct?: DataOciCloudGuardResponderRecipeResponderRules): any; export declare function dataOciCloudGuardResponderRecipeResponderRulesToHclTerraform(struct?: DataOciCloudGuardResponderRecipeResponderRules): any; export declare class DataOciCloudGuardResponderRecipeResponderRulesOutputReference 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(): DataOciCloudGuardResponderRecipeResponderRules | undefined; set internalValue(value: DataOciCloudGuardResponderRecipeResponderRules | undefined); get compartmentId(): string; get description(): string; private _details; get details(): DataOciCloudGuardResponderRecipeResponderRulesDetailsList; get displayName(): string; get lifecycleDetails(): string; get policies(): string[]; get responderRuleId(): string; get state(): string; get supportedModes(): string[]; get timeCreated(): string; get timeUpdated(): string; get type(): string; } export declare class DataOciCloudGuardResponderRecipeResponderRulesList 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): DataOciCloudGuardResponderRecipeResponderRulesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_responder_recipe oci_cloud_guard_responder_recipe} */ export declare class DataOciCloudGuardResponderRecipe extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_cloud_guard_responder_recipe"; /** * Generates CDKTF code for importing a DataOciCloudGuardResponderRecipe 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 DataOciCloudGuardResponderRecipe to import * @param importFromId The id of the existing DataOciCloudGuardResponderRecipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_responder_recipe#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciCloudGuardResponderRecipe 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_responder_recipe oci_cloud_guard_responder_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 DataOciCloudGuardResponderRecipeConfig */ constructor(scope: Construct, id: string, config: DataOciCloudGuardResponderRecipeConfig); get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; get displayName(): string; private _effectiveResponderRules; get effectiveResponderRules(): DataOciCloudGuardResponderRecipeEffectiveResponderRulesList; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get lifecycleDetails(): string; get owner(): string; private _responderRecipeId?; get responderRecipeId(): string; set responderRecipeId(value: string); get responderRecipeIdInput(): string | undefined; private _responderRules; get responderRules(): DataOciCloudGuardResponderRecipeResponderRulesList; get sourceResponderRecipeId(): string; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }