UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

428 lines (427 loc) 23.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface CloudGuardResponderRecipeConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#compartment_id CloudGuardResponderRecipe#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#defined_tags CloudGuardResponderRecipe#defined_tags} */ readonly definedTags?: { [key: string]: string; }; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#description CloudGuardResponderRecipe#description} */ readonly description?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#display_name CloudGuardResponderRecipe#display_name} */ readonly displayName: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#freeform_tags CloudGuardResponderRecipe#freeform_tags} */ readonly freeformTags?: { [key: string]: string; }; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#id CloudGuardResponderRecipe#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/resources/cloud_guard_responder_recipe#source_responder_recipe_id CloudGuardResponderRecipe#source_responder_recipe_id} */ readonly sourceResponderRecipeId: string; /** * responder_rules block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#responder_rules CloudGuardResponderRecipe#responder_rules} */ readonly responderRules?: CloudGuardResponderRecipeResponderRules[] | cdktf.IResolvable; /** * timeouts block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#timeouts CloudGuardResponderRecipe#timeouts} */ readonly timeouts?: CloudGuardResponderRecipeTimeouts; } export interface CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations { } export declare function cloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsToTerraform(struct?: CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations): any; export declare function cloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsToHclTerraform(struct?: CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations): any; export declare class CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsOutputReference 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(): CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations | undefined; set internalValue(value: CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurations | undefined); get configKey(): string; get name(): string; get value(): string; } export declare class CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsList 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): CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsOutputReference; } export interface CloudGuardResponderRecipeEffectiveResponderRulesDetails { } export declare function cloudGuardResponderRecipeEffectiveResponderRulesDetailsToTerraform(struct?: CloudGuardResponderRecipeEffectiveResponderRulesDetails): any; export declare function cloudGuardResponderRecipeEffectiveResponderRulesDetailsToHclTerraform(struct?: CloudGuardResponderRecipeEffectiveResponderRulesDetails): any; export declare class CloudGuardResponderRecipeEffectiveResponderRulesDetailsOutputReference 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(): CloudGuardResponderRecipeEffectiveResponderRulesDetails | undefined; set internalValue(value: CloudGuardResponderRecipeEffectiveResponderRulesDetails | undefined); get condition(): string; private _configurations; get configurations(): CloudGuardResponderRecipeEffectiveResponderRulesDetailsConfigurationsList; get isEnabled(): cdktf.IResolvable; get mode(): string; } export declare class CloudGuardResponderRecipeEffectiveResponderRulesDetailsList 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): CloudGuardResponderRecipeEffectiveResponderRulesDetailsOutputReference; } export interface CloudGuardResponderRecipeEffectiveResponderRules { } export declare function cloudGuardResponderRecipeEffectiveResponderRulesToTerraform(struct?: CloudGuardResponderRecipeEffectiveResponderRules): any; export declare function cloudGuardResponderRecipeEffectiveResponderRulesToHclTerraform(struct?: CloudGuardResponderRecipeEffectiveResponderRules): any; export declare class CloudGuardResponderRecipeEffectiveResponderRulesOutputReference 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(): CloudGuardResponderRecipeEffectiveResponderRules | undefined; set internalValue(value: CloudGuardResponderRecipeEffectiveResponderRules | undefined); get compartmentId(): string; get description(): string; private _details; get details(): CloudGuardResponderRecipeEffectiveResponderRulesDetailsList; 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 CloudGuardResponderRecipeEffectiveResponderRulesList 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): CloudGuardResponderRecipeEffectiveResponderRulesOutputReference; } export interface CloudGuardResponderRecipeResponderRulesDetailsConfigurations { } export declare function cloudGuardResponderRecipeResponderRulesDetailsConfigurationsToTerraform(struct?: CloudGuardResponderRecipeResponderRulesDetailsConfigurations): any; export declare function cloudGuardResponderRecipeResponderRulesDetailsConfigurationsToHclTerraform(struct?: CloudGuardResponderRecipeResponderRulesDetailsConfigurations): any; export declare class CloudGuardResponderRecipeResponderRulesDetailsConfigurationsOutputReference 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(): CloudGuardResponderRecipeResponderRulesDetailsConfigurations | undefined; set internalValue(value: CloudGuardResponderRecipeResponderRulesDetailsConfigurations | undefined); get configKey(): string; get name(): string; get value(): string; } export declare class CloudGuardResponderRecipeResponderRulesDetailsConfigurationsList 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): CloudGuardResponderRecipeResponderRulesDetailsConfigurationsOutputReference; } export interface CloudGuardResponderRecipeResponderRulesDetails { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#is_enabled CloudGuardResponderRecipe#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; } export declare function cloudGuardResponderRecipeResponderRulesDetailsToTerraform(struct?: CloudGuardResponderRecipeResponderRulesDetailsOutputReference | CloudGuardResponderRecipeResponderRulesDetails): any; export declare function cloudGuardResponderRecipeResponderRulesDetailsToHclTerraform(struct?: CloudGuardResponderRecipeResponderRulesDetailsOutputReference | CloudGuardResponderRecipeResponderRulesDetails): any; export declare class CloudGuardResponderRecipeResponderRulesDetailsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): CloudGuardResponderRecipeResponderRulesDetails | undefined; set internalValue(value: CloudGuardResponderRecipeResponderRulesDetails | undefined); get condition(): string; private _configurations; get configurations(): CloudGuardResponderRecipeResponderRulesDetailsConfigurationsList; private _isEnabled?; get isEnabled(): boolean | cdktf.IResolvable; set isEnabled(value: boolean | cdktf.IResolvable); get isEnabledInput(): boolean | cdktf.IResolvable | undefined; get mode(): string; } export interface CloudGuardResponderRecipeResponderRules { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#compartment_id CloudGuardResponderRecipe#compartment_id} */ readonly compartmentId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#responder_rule_id CloudGuardResponderRecipe#responder_rule_id} */ readonly responderRuleId: string; /** * details block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#details CloudGuardResponderRecipe#details} */ readonly details: CloudGuardResponderRecipeResponderRulesDetails; } export declare function cloudGuardResponderRecipeResponderRulesToTerraform(struct?: CloudGuardResponderRecipeResponderRules | cdktf.IResolvable): any; export declare function cloudGuardResponderRecipeResponderRulesToHclTerraform(struct?: CloudGuardResponderRecipeResponderRules | cdktf.IResolvable): any; export declare class CloudGuardResponderRecipeResponderRulesOutputReference 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(): CloudGuardResponderRecipeResponderRules | cdktf.IResolvable | undefined; set internalValue(value: CloudGuardResponderRecipeResponderRules | cdktf.IResolvable | undefined); private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); resetCompartmentId(): void; get compartmentIdInput(): string | undefined; get description(): string; get displayName(): string; get lifecycleDetails(): string; get policies(): string[]; private _responderRuleId?; get responderRuleId(): string; set responderRuleId(value: string); get responderRuleIdInput(): string | undefined; get state(): string; get supportedModes(): string[]; get timeCreated(): string; get timeUpdated(): string; get type(): string; private _details; get details(): CloudGuardResponderRecipeResponderRulesDetailsOutputReference; putDetails(value: CloudGuardResponderRecipeResponderRulesDetails): void; get detailsInput(): CloudGuardResponderRecipeResponderRulesDetails | undefined; } export declare class CloudGuardResponderRecipeResponderRulesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: CloudGuardResponderRecipeResponderRules[] | 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): CloudGuardResponderRecipeResponderRulesOutputReference; } export interface CloudGuardResponderRecipeTimeouts { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#create CloudGuardResponderRecipe#create} */ readonly create?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#delete CloudGuardResponderRecipe#delete} */ readonly delete?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe#update CloudGuardResponderRecipe#update} */ readonly update?: string; } export declare function cloudGuardResponderRecipeTimeoutsToTerraform(struct?: CloudGuardResponderRecipeTimeouts | cdktf.IResolvable): any; export declare function cloudGuardResponderRecipeTimeoutsToHclTerraform(struct?: CloudGuardResponderRecipeTimeouts | cdktf.IResolvable): any; export declare class CloudGuardResponderRecipeTimeoutsOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): CloudGuardResponderRecipeTimeouts | cdktf.IResolvable | undefined; set internalValue(value: CloudGuardResponderRecipeTimeouts | cdktf.IResolvable | undefined); private _create?; get create(): string; set create(value: string); resetCreate(): void; get createInput(): string | undefined; private _delete?; get delete(): string; set delete(value: string); resetDelete(): void; get deleteInput(): string | undefined; private _update?; get update(): string; set update(value: string); resetUpdate(): void; get updateInput(): string | undefined; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/cloud_guard_responder_recipe oci_cloud_guard_responder_recipe} */ export declare class CloudGuardResponderRecipe extends cdktf.TerraformResource { static readonly tfResourceType = "oci_cloud_guard_responder_recipe"; /** * Generates CDKTF code for importing a CloudGuardResponderRecipe 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 CloudGuardResponderRecipe to import * @param importFromId The id of the existing CloudGuardResponderRecipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/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 CloudGuardResponderRecipe 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/resources/cloud_guard_responder_recipe oci_cloud_guard_responder_recipe} Resource * * @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 CloudGuardResponderRecipeConfig */ constructor(scope: Construct, id: string, config: CloudGuardResponderRecipeConfig); private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _definedTags?; get definedTags(): { [key: string]: string; }; set definedTags(value: { [key: string]: string; }); resetDefinedTags(): void; get definedTagsInput(): { [key: string]: string; } | undefined; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string | undefined; private _displayName?; get displayName(): string; set displayName(value: string); get displayNameInput(): string | undefined; private _effectiveResponderRules; get effectiveResponderRules(): CloudGuardResponderRecipeEffectiveResponderRulesList; private _freeformTags?; get freeformTags(): { [key: string]: string; }; set freeformTags(value: { [key: string]: string; }); resetFreeformTags(): void; get freeformTagsInput(): { [key: string]: string; } | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; get lifecycleDetails(): string; get owner(): string; private _sourceResponderRecipeId?; get sourceResponderRecipeId(): string; set sourceResponderRecipeId(value: string); get sourceResponderRecipeIdInput(): string | undefined; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; private _responderRules; get responderRules(): CloudGuardResponderRecipeResponderRulesList; putResponderRules(value: CloudGuardResponderRecipeResponderRules[] | cdktf.IResolvable): void; resetResponderRules(): void; get responderRulesInput(): cdktf.IResolvable | CloudGuardResponderRecipeResponderRules[] | undefined; private _timeouts; get timeouts(): CloudGuardResponderRecipeTimeoutsOutputReference; putTimeouts(value: CloudGuardResponderRecipeTimeouts): void; resetTimeouts(): void; get timeoutsInput(): cdktf.IResolvable | CloudGuardResponderRecipeTimeouts | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }