UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

429 lines (428 loc) 21.4 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataSafeLibraryMaskingFormatConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#compartment_id DataSafeLibraryMaskingFormat#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#defined_tags DataSafeLibraryMaskingFormat#defined_tags} */ readonly definedTags?: { [key: string]: string; }; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#description DataSafeLibraryMaskingFormat#description} */ readonly description?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#display_name DataSafeLibraryMaskingFormat#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#freeform_tags DataSafeLibraryMaskingFormat#freeform_tags} */ readonly freeformTags?: { [key: string]: string; }; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#id DataSafeLibraryMaskingFormat#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/data_safe_library_masking_format#sensitive_type_ids DataSafeLibraryMaskingFormat#sensitive_type_ids} */ readonly sensitiveTypeIds?: string[]; /** * format_entries block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#format_entries DataSafeLibraryMaskingFormat#format_entries} */ readonly formatEntries: DataSafeLibraryMaskingFormatFormatEntries[] | cdktf.IResolvable; /** * timeouts block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#timeouts DataSafeLibraryMaskingFormat#timeouts} */ readonly timeouts?: DataSafeLibraryMaskingFormatTimeouts; } export interface DataSafeLibraryMaskingFormatFormatEntries { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#column_name DataSafeLibraryMaskingFormat#column_name} */ readonly columnName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#description DataSafeLibraryMaskingFormat#description} */ readonly description?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#end_date DataSafeLibraryMaskingFormat#end_date} */ readonly endDate?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#end_length DataSafeLibraryMaskingFormat#end_length} */ readonly endLength?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#end_value DataSafeLibraryMaskingFormat#end_value} */ readonly endValue?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#fixed_number DataSafeLibraryMaskingFormat#fixed_number} */ readonly fixedNumber?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#fixed_string DataSafeLibraryMaskingFormat#fixed_string} */ readonly fixedString?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#grouping_columns DataSafeLibraryMaskingFormat#grouping_columns} */ readonly groupingColumns?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#length DataSafeLibraryMaskingFormat#length} */ readonly length?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#library_masking_format_id DataSafeLibraryMaskingFormat#library_masking_format_id} */ readonly libraryMaskingFormatId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#pattern DataSafeLibraryMaskingFormat#pattern} */ readonly pattern?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#post_processing_function DataSafeLibraryMaskingFormat#post_processing_function} */ readonly postProcessingFunction?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#random_list DataSafeLibraryMaskingFormat#random_list} */ readonly randomList?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#regular_expression DataSafeLibraryMaskingFormat#regular_expression} */ readonly regularExpression?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#replace_with DataSafeLibraryMaskingFormat#replace_with} */ readonly replaceWith?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#schema_name DataSafeLibraryMaskingFormat#schema_name} */ readonly schemaName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#sql_expression DataSafeLibraryMaskingFormat#sql_expression} */ readonly sqlExpression?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#start_date DataSafeLibraryMaskingFormat#start_date} */ readonly startDate?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#start_length DataSafeLibraryMaskingFormat#start_length} */ readonly startLength?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#start_position DataSafeLibraryMaskingFormat#start_position} */ readonly startPosition?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#start_value DataSafeLibraryMaskingFormat#start_value} */ readonly startValue?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#table_name DataSafeLibraryMaskingFormat#table_name} */ readonly tableName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#type DataSafeLibraryMaskingFormat#type} */ readonly type: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#user_defined_function DataSafeLibraryMaskingFormat#user_defined_function} */ readonly userDefinedFunction?: string; } export declare function dataSafeLibraryMaskingFormatFormatEntriesToTerraform(struct?: DataSafeLibraryMaskingFormatFormatEntries | cdktf.IResolvable): any; export declare function dataSafeLibraryMaskingFormatFormatEntriesToHclTerraform(struct?: DataSafeLibraryMaskingFormatFormatEntries | cdktf.IResolvable): any; export declare class DataSafeLibraryMaskingFormatFormatEntriesOutputReference 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(): DataSafeLibraryMaskingFormatFormatEntries | cdktf.IResolvable | undefined; set internalValue(value: DataSafeLibraryMaskingFormatFormatEntries | cdktf.IResolvable | undefined); private _columnName?; get columnName(): string; set columnName(value: string); resetColumnName(): void; get columnNameInput(): string | undefined; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string | undefined; private _endDate?; get endDate(): string; set endDate(value: string); resetEndDate(): void; get endDateInput(): string | undefined; private _endLength?; get endLength(): number; set endLength(value: number); resetEndLength(): void; get endLengthInput(): number | undefined; private _endValue?; get endValue(): number; set endValue(value: number); resetEndValue(): void; get endValueInput(): number | undefined; private _fixedNumber?; get fixedNumber(): number; set fixedNumber(value: number); resetFixedNumber(): void; get fixedNumberInput(): number | undefined; private _fixedString?; get fixedString(): string; set fixedString(value: string); resetFixedString(): void; get fixedStringInput(): string | undefined; private _groupingColumns?; get groupingColumns(): string[]; set groupingColumns(value: string[]); resetGroupingColumns(): void; get groupingColumnsInput(): string[] | undefined; private _length?; get length(): number; set length(value: number); resetLength(): void; get lengthInput(): number | undefined; private _libraryMaskingFormatId?; get libraryMaskingFormatId(): string; set libraryMaskingFormatId(value: string); resetLibraryMaskingFormatId(): void; get libraryMaskingFormatIdInput(): string | undefined; private _pattern?; get pattern(): string; set pattern(value: string); resetPattern(): void; get patternInput(): string | undefined; private _postProcessingFunction?; get postProcessingFunction(): string; set postProcessingFunction(value: string); resetPostProcessingFunction(): void; get postProcessingFunctionInput(): string | undefined; private _randomList?; get randomList(): string[]; set randomList(value: string[]); resetRandomList(): void; get randomListInput(): string[] | undefined; private _regularExpression?; get regularExpression(): string; set regularExpression(value: string); resetRegularExpression(): void; get regularExpressionInput(): string | undefined; private _replaceWith?; get replaceWith(): string; set replaceWith(value: string); resetReplaceWith(): void; get replaceWithInput(): string | undefined; private _schemaName?; get schemaName(): string; set schemaName(value: string); resetSchemaName(): void; get schemaNameInput(): string | undefined; private _sqlExpression?; get sqlExpression(): string; set sqlExpression(value: string); resetSqlExpression(): void; get sqlExpressionInput(): string | undefined; private _startDate?; get startDate(): string; set startDate(value: string); resetStartDate(): void; get startDateInput(): string | undefined; private _startLength?; get startLength(): number; set startLength(value: number); resetStartLength(): void; get startLengthInput(): number | undefined; private _startPosition?; get startPosition(): number; set startPosition(value: number); resetStartPosition(): void; get startPositionInput(): number | undefined; private _startValue?; get startValue(): number; set startValue(value: number); resetStartValue(): void; get startValueInput(): number | undefined; private _tableName?; get tableName(): string; set tableName(value: string); resetTableName(): void; get tableNameInput(): string | undefined; private _type?; get type(): string; set type(value: string); get typeInput(): string | undefined; private _userDefinedFunction?; get userDefinedFunction(): string; set userDefinedFunction(value: string); resetUserDefinedFunction(): void; get userDefinedFunctionInput(): string | undefined; } export declare class DataSafeLibraryMaskingFormatFormatEntriesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataSafeLibraryMaskingFormatFormatEntries[] | 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): DataSafeLibraryMaskingFormatFormatEntriesOutputReference; } export interface DataSafeLibraryMaskingFormatTimeouts { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#create DataSafeLibraryMaskingFormat#create} */ readonly create?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#delete DataSafeLibraryMaskingFormat#delete} */ readonly delete?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#update DataSafeLibraryMaskingFormat#update} */ readonly update?: string; } export declare function dataSafeLibraryMaskingFormatTimeoutsToTerraform(struct?: DataSafeLibraryMaskingFormatTimeouts | cdktf.IResolvable): any; export declare function dataSafeLibraryMaskingFormatTimeoutsToHclTerraform(struct?: DataSafeLibraryMaskingFormatTimeouts | cdktf.IResolvable): any; export declare class DataSafeLibraryMaskingFormatTimeoutsOutputReference 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(): DataSafeLibraryMaskingFormatTimeouts | cdktf.IResolvable | undefined; set internalValue(value: DataSafeLibraryMaskingFormatTimeouts | 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/data_safe_library_masking_format oci_data_safe_library_masking_format} */ export declare class DataSafeLibraryMaskingFormat extends cdktf.TerraformResource { static readonly tfResourceType = "oci_data_safe_library_masking_format"; /** * Generates CDKTF code for importing a DataSafeLibraryMaskingFormat 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 DataSafeLibraryMaskingFormat to import * @param importFromId The id of the existing DataSafeLibraryMaskingFormat that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/data_safe_library_masking_format#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSafeLibraryMaskingFormat 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/data_safe_library_masking_format oci_data_safe_library_masking_format} 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 DataSafeLibraryMaskingFormatConfig */ constructor(scope: Construct, id: string, config: DataSafeLibraryMaskingFormatConfig); 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); resetDisplayName(): void; get displayNameInput(): string | undefined; 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; private _sensitiveTypeIds?; get sensitiveTypeIds(): string[]; set sensitiveTypeIds(value: string[]); resetSensitiveTypeIds(): void; get sensitiveTypeIdsInput(): string[] | undefined; get source(): string; get state(): string; get timeCreated(): string; get timeUpdated(): string; private _formatEntries; get formatEntries(): DataSafeLibraryMaskingFormatFormatEntriesList; putFormatEntries(value: DataSafeLibraryMaskingFormatFormatEntries[] | cdktf.IResolvable): void; get formatEntriesInput(): cdktf.IResolvable | DataSafeLibraryMaskingFormatFormatEntries[] | undefined; private _timeouts; get timeouts(): DataSafeLibraryMaskingFormatTimeoutsOutputReference; putTimeouts(value: DataSafeLibraryMaskingFormatTimeouts): void; resetTimeouts(): void; get timeoutsInput(): cdktf.IResolvable | DataSafeLibraryMaskingFormatTimeouts | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }