UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

801 lines 124 kB
"use strict"; var _a, _b, _c, _d, _e, _f, _g; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataOciDataSafeSecurityAssessmentSecurityFeatures = exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList = exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference = exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToHclTerraform = exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToTerraform = exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList = exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference = exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToHclTerraform = exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToTerraform = exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList = exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference = exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToHclTerraform = exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToTerraform = void 0; const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti"); const cdktf = require("cdktf"); function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToTerraform = dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToTerraform; function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToHclTerraform = dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToHclTerraform; class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; // defined_tags - computed: true, optional: false, required: false this._definedTags = new cdktf.StringMap(this, "defined_tags"); // freeform_tags - computed: true, optional: false, required: false this._freeformTags = new cdktf.StringMap(this, "freeform_tags"); } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // assessment_id - computed: true, optional: false, required: false get assessmentId() { return this.getStringAttribute('assessment_id'); } // column_encryption - computed: true, optional: false, required: false get columnEncryption() { return this.getStringAttribute('column_encryption'); } // compartment_id - computed: true, optional: false, required: false get compartmentId() { return this.getStringAttribute('compartment_id'); } // database_vault - computed: true, optional: false, required: false get databaseVault() { return this.getStringAttribute('database_vault'); } get definedTags() { return this._definedTags; } // external_authentication - computed: true, optional: false, required: false get externalAuthentication() { return this.getStringAttribute('external_authentication'); } // fine_grained_audit - computed: true, optional: false, required: false get fineGrainedAudit() { return this.getStringAttribute('fine_grained_audit'); } get freeformTags() { return this._freeformTags; } // global_authentication - computed: true, optional: false, required: false get globalAuthentication() { return this.getStringAttribute('global_authentication'); } // network_encryption - computed: true, optional: false, required: false get networkEncryption() { return this.getStringAttribute('network_encryption'); } // password_authentication - computed: true, optional: false, required: false get passwordAuthentication() { return this.getStringAttribute('password_authentication'); } // privilege_analysis - computed: true, optional: false, required: false get privilegeAnalysis() { return this.getStringAttribute('privilege_analysis'); } // tablespace_encryption - computed: true, optional: false, required: false get tablespaceEncryption() { return this.getStringAttribute('tablespace_encryption'); } // target_id - computed: true, optional: false, required: false get targetId() { return this.getStringAttribute('target_id'); } // traditional_audit - computed: true, optional: false, required: false get traditionalAudit() { return this.getStringAttribute('traditional_audit'); } // unified_audit - computed: true, optional: false, required: false get unifiedAudit() { return this.getStringAttribute('unified_audit'); } } exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference = DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference; _a = JSII_RTTI_SYMBOL_1; DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataSafeSecurityAssessmentSecurityFeatures.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference", version: "1.0.0" }; class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList = DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList; _b = JSII_RTTI_SYMBOL_1; DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataSafeSecurityAssessmentSecurityFeatures.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList", version: "1.0.0" }; function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToTerraform = dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToTerraform; function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToHclTerraform = dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToHclTerraform; class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; // items - computed: true, optional: false, required: false this._items = new DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList(this, "items", false); } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } get items() { return this._items; } } exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference = DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference; _c = JSII_RTTI_SYMBOL_1; DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataSafeSecurityAssessmentSecurityFeatures.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference", version: "1.0.0" }; class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList = DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList; _d = JSII_RTTI_SYMBOL_1; DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataSafeSecurityAssessmentSecurityFeatures.DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList", version: "1.0.0" }; function dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return { name: cdktf.stringToTerraform(struct.name), regex: cdktf.booleanToTerraform(struct.regex), values: cdktf.listMapper(cdktf.stringToTerraform, false)(struct.values), }; } exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToTerraform = dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToTerraform; function dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = { name: { value: cdktf.stringToHclTerraform(struct.name), isBlock: false, type: "simple", storageClassType: "string", }, regex: { value: cdktf.booleanToHclTerraform(struct.regex), isBlock: false, type: "simple", storageClassType: "boolean", }, values: { value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(struct.values), isBlock: false, type: "list", storageClassType: "stringList", }, }; // remove undefined attributes return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } exports.dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToHclTerraform = dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToHclTerraform; class DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; } get internalValue() { if (this.resolvableValue) { return this.resolvableValue; } let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; if (this._name !== undefined) { hasAnyValues = true; internalValueResult.name = this._name; } if (this._regex !== undefined) { hasAnyValues = true; internalValueResult.regex = this._regex; } if (this._values !== undefined) { hasAnyValues = true; internalValueResult.values = this._values; } return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; this.resolvableValue = undefined; this._name = undefined; this._regex = undefined; this._values = undefined; } else if (cdktf.Tokenization.isResolvable(value)) { this.isEmptyObject = false; this.resolvableValue = value; } else { this.isEmptyObject = Object.keys(value).length === 0; this.resolvableValue = undefined; this._name = value.name; this._regex = value.regex; this._values = value.values; } } get name() { return this.getStringAttribute('name'); } set name(value) { this._name = value; } // Temporarily expose input value. Use with caution. get nameInput() { return this._name; } get regex() { return this.getBooleanAttribute('regex'); } set regex(value) { this._regex = value; } resetRegex() { this._regex = undefined; } // Temporarily expose input value. Use with caution. get regexInput() { return this._regex; } get values() { return this.getListAttribute('values'); } set values(value) { this._values = value; } // Temporarily expose input value. Use with caution. get valuesInput() { return this._values; } } exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference = DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference; _e = JSII_RTTI_SYMBOL_1; DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataSafeSecurityAssessmentSecurityFeatures.DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference", version: "1.0.0" }; class DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList = DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList; _f = JSII_RTTI_SYMBOL_1; DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataSafeSecurityAssessmentSecurityFeatures.DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList", version: "1.0.0" }; /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features oci_data_safe_security_assessment_security_features} */ class DataOciDataSafeSecurityAssessmentSecurityFeatures extends cdktf.TerraformDataSource { // ============== // STATIC Methods // ============== /** * Generates CDKTF code for importing a DataOciDataSafeSecurityAssessmentSecurityFeatures 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 DataOciDataSafeSecurityAssessmentSecurityFeatures to import * @param importFromId The id of the existing DataOciDataSafeSecurityAssessmentSecurityFeatures that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciDataSafeSecurityAssessmentSecurityFeatures to import is found */ static generateConfigForImport(scope, importToId, importFromId, provider) { return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "oci_data_safe_security_assessment_security_features", importId: importFromId, provider }); } // =========== // INITIALIZER // =========== /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features oci_data_safe_security_assessment_security_features} 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 DataOciDataSafeSecurityAssessmentSecurityFeaturesConfig */ constructor(scope, id, config) { super(scope, id, { terraformResourceType: 'oci_data_safe_security_assessment_security_features', terraformGeneratorMetadata: { providerName: 'oci', providerVersion: '6.18.0', providerVersionConstraint: '~> 6.18.0' }, provider: config.provider, dependsOn: config.dependsOn, count: config.count, lifecycle: config.lifecycle, provisioners: config.provisioners, connection: config.connection, forEach: config.forEach }); // security_feature_collection - computed: true, optional: false, required: false this._securityFeatureCollection = new DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList(this, "security_feature_collection", false); // filter - computed: false, optional: true, required: false this._filter = new DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList(this, "filter", true); this._accessLevel = config.accessLevel; this._compartmentId = config.compartmentId; this._compartmentIdInSubtree = config.compartmentIdInSubtree; this._id = config.id; this._targetId = config.targetId; this._targetsWithColumnEncryption = config.targetsWithColumnEncryption; this._targetsWithDatabaseVault = config.targetsWithDatabaseVault; this._targetsWithExternalAuthentication = config.targetsWithExternalAuthentication; this._targetsWithFineGrainedAudit = config.targetsWithFineGrainedAudit; this._targetsWithGlobalAuthentication = config.targetsWithGlobalAuthentication; this._targetsWithNetworkEncryption = config.targetsWithNetworkEncryption; this._targetsWithPasswordAuthentication = config.targetsWithPasswordAuthentication; this._targetsWithPrivilegeAnalysis = config.targetsWithPrivilegeAnalysis; this._targetsWithTablespaceEncryption = config.targetsWithTablespaceEncryption; this._targetsWithTraditionalAudit = config.targetsWithTraditionalAudit; this._targetsWithUnifiedAudit = config.targetsWithUnifiedAudit; this._filter.internalValue = config.filter; } get accessLevel() { return this.getStringAttribute('access_level'); } set accessLevel(value) { this._accessLevel = value; } resetAccessLevel() { this._accessLevel = undefined; } // Temporarily expose input value. Use with caution. get accessLevelInput() { return this._accessLevel; } get compartmentId() { return this.getStringAttribute('compartment_id'); } set compartmentId(value) { this._compartmentId = value; } // Temporarily expose input value. Use with caution. get compartmentIdInput() { return this._compartmentId; } get compartmentIdInSubtree() { return this.getBooleanAttribute('compartment_id_in_subtree'); } set compartmentIdInSubtree(value) { this._compartmentIdInSubtree = value; } resetCompartmentIdInSubtree() { this._compartmentIdInSubtree = undefined; } // Temporarily expose input value. Use with caution. get compartmentIdInSubtreeInput() { return this._compartmentIdInSubtree; } get id() { return this.getStringAttribute('id'); } set id(value) { this._id = value; } resetId() { this._id = undefined; } // Temporarily expose input value. Use with caution. get idInput() { return this._id; } get securityFeatureCollection() { return this._securityFeatureCollection; } get targetId() { return this.getStringAttribute('target_id'); } set targetId(value) { this._targetId = value; } resetTargetId() { this._targetId = undefined; } // Temporarily expose input value. Use with caution. get targetIdInput() { return this._targetId; } get targetsWithColumnEncryption() { return this.getStringAttribute('targets_with_column_encryption'); } set targetsWithColumnEncryption(value) { this._targetsWithColumnEncryption = value; } resetTargetsWithColumnEncryption() { this._targetsWithColumnEncryption = undefined; } // Temporarily expose input value. Use with caution. get targetsWithColumnEncryptionInput() { return this._targetsWithColumnEncryption; } get targetsWithDatabaseVault() { return this.getStringAttribute('targets_with_database_vault'); } set targetsWithDatabaseVault(value) { this._targetsWithDatabaseVault = value; } resetTargetsWithDatabaseVault() { this._targetsWithDatabaseVault = undefined; } // Temporarily expose input value. Use with caution. get targetsWithDatabaseVaultInput() { return this._targetsWithDatabaseVault; } get targetsWithExternalAuthentication() { return this.getStringAttribute('targets_with_external_authentication'); } set targetsWithExternalAuthentication(value) { this._targetsWithExternalAuthentication = value; } resetTargetsWithExternalAuthentication() { this._targetsWithExternalAuthentication = undefined; } // Temporarily expose input value. Use with caution. get targetsWithExternalAuthenticationInput() { return this._targetsWithExternalAuthentication; } get targetsWithFineGrainedAudit() { return this.getStringAttribute('targets_with_fine_grained_audit'); } set targetsWithFineGrainedAudit(value) { this._targetsWithFineGrainedAudit = value; } resetTargetsWithFineGrainedAudit() { this._targetsWithFineGrainedAudit = undefined; } // Temporarily expose input value. Use with caution. get targetsWithFineGrainedAuditInput() { return this._targetsWithFineGrainedAudit; } get targetsWithGlobalAuthentication() { return this.getStringAttribute('targets_with_global_authentication'); } set targetsWithGlobalAuthentication(value) { this._targetsWithGlobalAuthentication = value; } resetTargetsWithGlobalAuthentication() { this._targetsWithGlobalAuthentication = undefined; } // Temporarily expose input value. Use with caution. get targetsWithGlobalAuthenticationInput() { return this._targetsWithGlobalAuthentication; } get targetsWithNetworkEncryption() { return this.getStringAttribute('targets_with_network_encryption'); } set targetsWithNetworkEncryption(value) { this._targetsWithNetworkEncryption = value; } resetTargetsWithNetworkEncryption() { this._targetsWithNetworkEncryption = undefined; } // Temporarily expose input value. Use with caution. get targetsWithNetworkEncryptionInput() { return this._targetsWithNetworkEncryption; } get targetsWithPasswordAuthentication() { return this.getStringAttribute('targets_with_password_authentication'); } set targetsWithPasswordAuthentication(value) { this._targetsWithPasswordAuthentication = value; } resetTargetsWithPasswordAuthentication() { this._targetsWithPasswordAuthentication = undefined; } // Temporarily expose input value. Use with caution. get targetsWithPasswordAuthenticationInput() { return this._targetsWithPasswordAuthentication; } get targetsWithPrivilegeAnalysis() { return this.getStringAttribute('targets_with_privilege_analysis'); } set targetsWithPrivilegeAnalysis(value) { this._targetsWithPrivilegeAnalysis = value; } resetTargetsWithPrivilegeAnalysis() { this._targetsWithPrivilegeAnalysis = undefined; } // Temporarily expose input value. Use with caution. get targetsWithPrivilegeAnalysisInput() { return this._targetsWithPrivilegeAnalysis; } get targetsWithTablespaceEncryption() { return this.getStringAttribute('targets_with_tablespace_encryption'); } set targetsWithTablespaceEncryption(value) { this._targetsWithTablespaceEncryption = value; } resetTargetsWithTablespaceEncryption() { this._targetsWithTablespaceEncryption = undefined; } // Temporarily expose input value. Use with caution. get targetsWithTablespaceEncryptionInput() { return this._targetsWithTablespaceEncryption; } get targetsWithTraditionalAudit() { return this.getStringAttribute('targets_with_traditional_audit'); } set targetsWithTraditionalAudit(value) { this._targetsWithTraditionalAudit = value; } resetTargetsWithTraditionalAudit() { this._targetsWithTraditionalAudit = undefined; } // Temporarily expose input value. Use with caution. get targetsWithTraditionalAuditInput() { return this._targetsWithTraditionalAudit; } get targetsWithUnifiedAudit() { return this.getStringAttribute('targets_with_unified_audit'); } set targetsWithUnifiedAudit(value) { this._targetsWithUnifiedAudit = value; } resetTargetsWithUnifiedAudit() { this._targetsWithUnifiedAudit = undefined; } // Temporarily expose input value. Use with caution. get targetsWithUnifiedAuditInput() { return this._targetsWithUnifiedAudit; } get filter() { return this._filter; } putFilter(value) { this._filter.internalValue = value; } resetFilter() { this._filter.internalValue = undefined; } // Temporarily expose input value. Use with caution. get filterInput() { return this._filter.internalValue; } // ========= // SYNTHESIS // ========= synthesizeAttributes() { return { access_level: cdktf.stringToTerraform(this._accessLevel), compartment_id: cdktf.stringToTerraform(this._compartmentId), compartment_id_in_subtree: cdktf.booleanToTerraform(this._compartmentIdInSubtree), id: cdktf.stringToTerraform(this._id), target_id: cdktf.stringToTerraform(this._targetId), targets_with_column_encryption: cdktf.stringToTerraform(this._targetsWithColumnEncryption), targets_with_database_vault: cdktf.stringToTerraform(this._targetsWithDatabaseVault), targets_with_external_authentication: cdktf.stringToTerraform(this._targetsWithExternalAuthentication), targets_with_fine_grained_audit: cdktf.stringToTerraform(this._targetsWithFineGrainedAudit), targets_with_global_authentication: cdktf.stringToTerraform(this._targetsWithGlobalAuthentication), targets_with_network_encryption: cdktf.stringToTerraform(this._targetsWithNetworkEncryption), targets_with_password_authentication: cdktf.stringToTerraform(this._targetsWithPasswordAuthentication), targets_with_privilege_analysis: cdktf.stringToTerraform(this._targetsWithPrivilegeAnalysis), targets_with_tablespace_encryption: cdktf.stringToTerraform(this._targetsWithTablespaceEncryption), targets_with_traditional_audit: cdktf.stringToTerraform(this._targetsWithTraditionalAudit), targets_with_unified_audit: cdktf.stringToTerraform(this._targetsWithUnifiedAudit), filter: cdktf.listMapper(dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToTerraform, true)(this._filter.internalValue), }; } synthesizeHclAttributes() { const attrs = { access_level: { value: cdktf.stringToHclTerraform(this._accessLevel), isBlock: false, type: "simple", storageClassType: "string", }, compartment_id: { value: cdktf.stringToHclTerraform(this._compartmentId), isBlock: false, type: "simple", storageClassType: "string", }, compartment_id_in_subtree: { value: cdktf.booleanToHclTerraform(this._compartmentIdInSubtree), isBlock: false, type: "simple", storageClassType: "boolean", }, id: { value: cdktf.stringToHclTerraform(this._id), isBlock: false, type: "simple", storageClassType: "string", }, target_id: { value: cdktf.stringToHclTerraform(this._targetId), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_column_encryption: { value: cdktf.stringToHclTerraform(this._targetsWithColumnEncryption), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_database_vault: { value: cdktf.stringToHclTerraform(this._targetsWithDatabaseVault), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_external_authentication: { value: cdktf.stringToHclTerraform(this._targetsWithExternalAuthentication), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_fine_grained_audit: { value: cdktf.stringToHclTerraform(this._targetsWithFineGrainedAudit), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_global_authentication: { value: cdktf.stringToHclTerraform(this._targetsWithGlobalAuthentication), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_network_encryption: { value: cdktf.stringToHclTerraform(this._targetsWithNetworkEncryption), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_password_authentication: { value: cdktf.stringToHclTerraform(this._targetsWithPasswordAuthentication), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_privilege_analysis: { value: cdktf.stringToHclTerraform(this._targetsWithPrivilegeAnalysis), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_tablespace_encryption: { value: cdktf.stringToHclTerraform(this._targetsWithTablespaceEncryption), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_traditional_audit: { value: cdktf.stringToHclTerraform(this._targetsWithTraditionalAudit), isBlock: false, type: "simple", storageClassType: "string", }, targets_with_unified_audit: { value: cdktf.stringToHclTerraform(this._targetsWithUnifiedAudit), isBlock: false, type: "simple", storageClassType: "string", }, filter: { value: cdktf.listMapperHcl(dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToHclTerraform, true)(this._filter.internalValue), isBlock: true, type: "set", storageClassType: "DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList", }, }; // remove undefined attributes return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } } exports.DataOciDataSafeSecurityAssessmentSecurityFeatures = DataOciDataSafeSecurityAssessmentSecurityFeatures; _g = JSII_RTTI_SYMBOL_1; DataOciDataSafeSecurityAssessmentSecurityFeatures[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataSafeSecurityAssessmentSecurityFeatures.DataOciDataSafeSecurityAssessmentSecurityFeatures", version: "1.0.0" }; // ================= // STATIC PROPERTIES // ================= DataOciDataSafeSecurityAssessmentSecurityFeatures.tfResourceType = "oci_data_safe_security_assessment_security_features"; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS1vY2ktZGF0YS1zYWZlLXNlY3VyaXR5LWFzc2Vzc21lbnQtc2VjdXJpdHktZmVhdHVyZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFJQSwrQkFBK0I7QUFrRi9CLFNBQWdCLDBGQUEwRixDQUFDLE1BQXdGO0lBQ2pNLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFBQyxPQUFPLE1BQU0sQ0FBQztJQUFDLENBQUM7SUFDNUYsSUFBSSxLQUFLLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUNuQyxNQUFNLElBQUksS0FBSyxDQUFDLG9IQUFvSCxDQUFDLENBQUM7SUFDeEksQ0FBQztJQUNELE9BQU8sRUFDTixDQUFBO0FBQ0gsQ0FBQztBQVBELGdNQU9DO0FBR0QsU0FBZ0IsNkZBQTZGLENBQUMsTUFBd0Y7SUFDcE0sSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUFDLE9BQU8sTUFBTSxDQUFDO0lBQUMsQ0FBQztJQUM1RixJQUFJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQ25DLE1BQU0sSUFBSSxLQUFLLENBQUMsb0hBQW9ILENBQUMsQ0FBQztJQUN4SSxDQUFDO0lBQ0QsTUFBTSxLQUFLLEdBQUcsRUFDYixDQUFDO0lBQ0YsT0FBTyxLQUFLLENBQUM7QUFDZixDQUFDO0FBUkQsc01BUUM7QUFFRCxNQUFhLDhGQUErRixTQUFRLEtBQUssQ0FBQyxhQUFhO0lBR3JJOzs7OztNQUtFO0lBQ0YsWUFBbUIsaUJBQTZDLEVBQUUs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