UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

214 lines (213 loc) 12.2 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciAdmRemediationRecipeConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/adm_remediation_recipe#remediation_recipe_id DataOciAdmRemediationRecipe#remediation_recipe_id} */ readonly remediationRecipeId: string; } export interface DataOciAdmRemediationRecipeDetectConfiguration { } export declare function dataOciAdmRemediationRecipeDetectConfigurationToTerraform(struct?: DataOciAdmRemediationRecipeDetectConfiguration): any; export declare function dataOciAdmRemediationRecipeDetectConfigurationToHclTerraform(struct?: DataOciAdmRemediationRecipeDetectConfiguration): any; export declare class DataOciAdmRemediationRecipeDetectConfigurationOutputReference 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(): DataOciAdmRemediationRecipeDetectConfiguration | undefined; set internalValue(value: DataOciAdmRemediationRecipeDetectConfiguration | undefined); get exclusions(): string[]; get maxPermissibleCvssV2Score(): number; get maxPermissibleCvssV3Score(): number; get maxPermissibleSeverity(): string; get upgradePolicy(): string; } export declare class DataOciAdmRemediationRecipeDetectConfigurationList 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): DataOciAdmRemediationRecipeDetectConfigurationOutputReference; } export interface DataOciAdmRemediationRecipeNetworkConfiguration { } export declare function dataOciAdmRemediationRecipeNetworkConfigurationToTerraform(struct?: DataOciAdmRemediationRecipeNetworkConfiguration): any; export declare function dataOciAdmRemediationRecipeNetworkConfigurationToHclTerraform(struct?: DataOciAdmRemediationRecipeNetworkConfiguration): any; export declare class DataOciAdmRemediationRecipeNetworkConfigurationOutputReference 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(): DataOciAdmRemediationRecipeNetworkConfiguration | undefined; set internalValue(value: DataOciAdmRemediationRecipeNetworkConfiguration | undefined); get nsgIds(): string[]; get subnetId(): string; } export declare class DataOciAdmRemediationRecipeNetworkConfigurationList 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): DataOciAdmRemediationRecipeNetworkConfigurationOutputReference; } export interface DataOciAdmRemediationRecipeScmConfiguration { } export declare function dataOciAdmRemediationRecipeScmConfigurationToTerraform(struct?: DataOciAdmRemediationRecipeScmConfiguration): any; export declare function dataOciAdmRemediationRecipeScmConfigurationToHclTerraform(struct?: DataOciAdmRemediationRecipeScmConfiguration): any; export declare class DataOciAdmRemediationRecipeScmConfigurationOutputReference 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(): DataOciAdmRemediationRecipeScmConfiguration | undefined; set internalValue(value: DataOciAdmRemediationRecipeScmConfiguration | undefined); get branch(): string; get buildFileLocation(): string; get externalScmType(): string; get isAutomergeEnabled(): cdktf.IResolvable; get ociCodeRepositoryId(): string; get patSecretId(): string; get repositoryUrl(): string; get scmType(): string; get username(): string; } export declare class DataOciAdmRemediationRecipeScmConfigurationList 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): DataOciAdmRemediationRecipeScmConfigurationOutputReference; } export interface DataOciAdmRemediationRecipeVerifyConfiguration { } export declare function dataOciAdmRemediationRecipeVerifyConfigurationToTerraform(struct?: DataOciAdmRemediationRecipeVerifyConfiguration): any; export declare function dataOciAdmRemediationRecipeVerifyConfigurationToHclTerraform(struct?: DataOciAdmRemediationRecipeVerifyConfiguration): any; export declare class DataOciAdmRemediationRecipeVerifyConfigurationOutputReference 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(): DataOciAdmRemediationRecipeVerifyConfiguration | undefined; set internalValue(value: DataOciAdmRemediationRecipeVerifyConfiguration | undefined); private _additionalParameters; get additionalParameters(): cdktf.StringMap; get buildServiceType(): string; get jenkinsUrl(): string; get jobName(): string; get patSecretId(): string; get pipelineId(): string; get repositoryUrl(): string; get triggerSecretId(): string; get username(): string; get workflowName(): string; } export declare class DataOciAdmRemediationRecipeVerifyConfigurationList 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): DataOciAdmRemediationRecipeVerifyConfigurationOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/adm_remediation_recipe oci_adm_remediation_recipe} */ export declare class DataOciAdmRemediationRecipe extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_adm_remediation_recipe"; /** * Generates CDKTF code for importing a DataOciAdmRemediationRecipe 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 DataOciAdmRemediationRecipe to import * @param importFromId The id of the existing DataOciAdmRemediationRecipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/adm_remediation_recipe#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciAdmRemediationRecipe 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/adm_remediation_recipe oci_adm_remediation_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 DataOciAdmRemediationRecipeConfig */ constructor(scope: Construct, id: string, config: DataOciAdmRemediationRecipeConfig); get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; private _detectConfiguration; get detectConfiguration(): DataOciAdmRemediationRecipeDetectConfigurationList; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get isRunTriggeredOnKbChange(): cdktf.IResolvable; get knowledgeBaseId(): string; private _networkConfiguration; get networkConfiguration(): DataOciAdmRemediationRecipeNetworkConfigurationList; private _remediationRecipeId?; get remediationRecipeId(): string; set remediationRecipeId(value: string); get remediationRecipeIdInput(): string | undefined; private _scmConfiguration; get scmConfiguration(): DataOciAdmRemediationRecipeScmConfigurationList; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; private _verifyConfiguration; get verifyConfiguration(): DataOciAdmRemediationRecipeVerifyConfigurationList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }