rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
863 lines • 182 kB
JavaScript
"use strict";
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataOciDatabaseCloudVmClusters = exports.DataOciDatabaseCloudVmClustersFilterList = exports.DataOciDatabaseCloudVmClustersFilterOutputReference = exports.dataOciDatabaseCloudVmClustersFilterToHclTerraform = exports.dataOciDatabaseCloudVmClustersFilterToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToTerraform = exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList = exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference = exports.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform = exports.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const cdktf = require("cdktf");
function dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference 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() {
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;
}
}
// apply_update_preferred_end_time - computed: true, optional: false, required: false
get applyUpdatePreferredEndTime() {
return this.getStringAttribute('apply_update_preferred_end_time');
}
// apply_update_preferred_start_time - computed: true, optional: false, required: false
get applyUpdatePreferredStartTime() {
return this.getStringAttribute('apply_update_preferred_start_time');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference;
_a = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList 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 DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList = DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList;
_b = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList", version: "1.0.0" };
function dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodOutputReference 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() {
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;
}
}
// freeze_period_end_time - computed: true, optional: false, required: false
get freezePeriodEndTime() {
return this.getStringAttribute('freeze_period_end_time');
}
// freeze_period_start_time - computed: true, optional: false, required: false
get freezePeriodStartTime() {
return this.getStringAttribute('freeze_period_start_time');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodOutputReference;
_c = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodList 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 DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodList = DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodList;
_d = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodList", version: "1.0.0" };
function dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsOutputReference 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;
// apply_update_time_preference - computed: true, optional: false, required: false
this._applyUpdateTimePreference = new DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList(this, "apply_update_time_preference", false);
// freeze_period - computed: true, optional: false, required: false
this._freezePeriod = new DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsFreezePeriodList(this, "freeze_period", 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 applyUpdateTimePreference() {
return this._applyUpdateTimePreference;
}
get freezePeriod() {
return this._freezePeriod;
}
// is_early_adoption_enabled - computed: true, optional: false, required: false
get isEarlyAdoptionEnabled() {
return this.getBooleanAttribute('is_early_adoption_enabled');
}
// is_freeze_period_enabled - computed: true, optional: false, required: false
get isFreezePeriodEnabled() {
return this.getBooleanAttribute('is_freeze_period_enabled');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsOutputReference;
_e = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsList 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 DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsList = DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsList;
_f = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsList", version: "1.0.0" };
function dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsOutputReference 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() {
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;
}
}
// is_diagnostics_events_enabled - computed: true, optional: false, required: false
get isDiagnosticsEventsEnabled() {
return this.getBooleanAttribute('is_diagnostics_events_enabled');
}
// is_health_monitoring_enabled - computed: true, optional: false, required: false
get isHealthMonitoringEnabled() {
return this.getBooleanAttribute('is_health_monitoring_enabled');
}
// is_incident_logs_enabled - computed: true, optional: false, required: false
get isIncidentLogsEnabled() {
return this.getBooleanAttribute('is_incident_logs_enabled');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsOutputReference;
_g = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsList 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 DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsList = DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsList;
_h = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsList[_h] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsList", version: "1.0.0" };
function dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsOutputReference 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() {
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;
}
}
// file_system_size_gb - computed: true, optional: false, required: false
get fileSystemSizeGb() {
return this.getNumberAttribute('file_system_size_gb');
}
// mount_point - computed: true, optional: false, required: false
get mountPoint() {
return this.getStringAttribute('mount_point');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsOutputReference;
_j = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsList 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 DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsList = DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsList;
_k = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsList[_k] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsList", version: "1.0.0" };
function dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansOutputReference 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() {
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;
}
}
// db_name - computed: true, optional: false, required: false
get dbName() {
return this.getStringAttribute('db_name');
}
// flash_cache_limit - computed: true, optional: false, required: false
get flashCacheLimit() {
return this.getStringAttribute('flash_cache_limit');
}
// share - computed: true, optional: false, required: false
get share() {
return this.getNumberAttribute('share');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansOutputReference;
_l = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansList 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 DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansList = DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansList;
_m = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansList[_m] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansList", version: "1.0.0" };
function dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheOutputReference 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;
// db_plans - computed: true, optional: false, required: false
this._dbPlans = new DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheDbPlansList(this, "db_plans", 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 dbPlans() {
return this._dbPlans;
}
// lifecycle_details - computed: true, optional: false, required: false
get lifecycleDetails() {
return this.getStringAttribute('lifecycle_details');
}
// objective - computed: true, optional: false, required: false
get objective() {
return this.getStringAttribute('objective');
}
// state - computed: true, optional: false, required: false
get state() {
return this.getStringAttribute('state');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheOutputReference;
_o = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheOutputReference[_o] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheList 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 DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheList = DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheList;
_p = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheList[_p] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheList", version: "1.0.0" };
function dataOciDatabaseCloudVmClustersCloudVmClustersToTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersToTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersToTerraform;
function dataOciDatabaseCloudVmClustersCloudVmClustersToHclTerraform(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.dataOciDatabaseCloudVmClustersCloudVmClustersToHclTerraform = dataOciDatabaseCloudVmClustersCloudVmClustersToHclTerraform;
class DataOciDatabaseCloudVmClustersCloudVmClustersOutputReference 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;
// cloud_automation_update_details - computed: true, optional: false, required: false
this._cloudAutomationUpdateDetails = new DataOciDatabaseCloudVmClustersCloudVmClustersCloudAutomationUpdateDetailsList(this, "cloud_automation_update_details", false);
// data_collection_options - computed: true, optional: false, required: false
this._dataCollectionOptions = new DataOciDatabaseCloudVmClustersCloudVmClustersDataCollectionOptionsList(this, "data_collection_options", false);
// defined_tags - computed: true, optional: false, required: false
this._definedTags = new cdktf.StringMap(this, "defined_tags");
// file_system_configuration_details - computed: true, optional: false, required: false
this._fileSystemConfigurationDetails = new DataOciDatabaseCloudVmClustersCloudVmClustersFileSystemConfigurationDetailsList(this, "file_system_configuration_details", false);
// freeform_tags - computed: true, optional: false, required: false
this._freeformTags = new cdktf.StringMap(this, "freeform_tags");
// iorm_config_cache - computed: true, optional: false, required: false
this._iormConfigCache = new DataOciDatabaseCloudVmClustersCloudVmClustersIormConfigCacheList(this, "iorm_config_cache", false);
// security_attributes - computed: true, optional: false, required: false
this._securityAttributes = new cdktf.StringMap(this, "security_attributes");
// system_tags - computed: true, optional: false, required: false
this._systemTags = new cdktf.StringMap(this, "system_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;
}
}
// availability_domain - computed: true, optional: false, required: false
get availabilityDomain() {
return this.getStringAttribute('availability_domain');
}
// backup_network_nsg_ids - computed: true, optional: false, required: false
get backupNetworkNsgIds() {
return this.getListAttribute('backup_network_nsg_ids');
}
// backup_subnet_id - computed: true, optional: false, required: false
get backupSubnetId() {
return this.getStringAttribute('backup_subnet_id');
}
get cloudAutomationUpdateDetails() {
return this._cloudAutomationUpdateDetails;
}
// cloud_exadata_infrastructure_id - computed: true, optional: false, required: false
get cloudExadataInfrastructureId() {
return this.getStringAttribute('cloud_exadata_infrastructure_id');
}
// cluster_name - computed: true, optional: false, required: false
get clusterName() {
return this.getStringAttribute('cluster_name');
}
// compartment_id - computed: true, optional: false, required: false
get compartmentId() {
return this.getStringAttribute('compartment_id');
}
// cpu_core_count - computed: true, optional: false, required: false
get cpuCoreCount() {
return this.getNumberAttribute('cpu_core_count');
}
// create_async - computed: true, optional: false, required: false
get createAsync() {
return this.getBooleanAttribute('create_async');
}
get dataCollectionOptions() {
return this._dataCollectionOptions;
}
// data_storage_percentage - computed: true, optional: false, required: false
get dataStoragePercentage() {
return this.getNumberAttribute('data_storage_percentage');
}
// data_storage_size_in_tbs - computed: true, optional: false, required: false
get dataStorageSizeInTbs() {
return this.getNumberAttribute('data_storage_size_in_tbs');
}
// db_node_storage_size_in_gbs - computed: true, optional: false, required: false
get dbNodeStorageSizeInGbs() {
return this.getNumberAttribute('db_node_storage_size_in_gbs');
}
// db_servers - computed: true, optional: false, required: false
get dbServers() {
return this.getListAttribute('db_servers');
}
get definedTags() {
return this._definedTags;
}
// disk_redundancy - computed: true, optional: false, required: false
get diskRedundancy() {
return this.getStringAttribute('disk_redundancy');
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// domain - computed: true, optional: false, required: false
get domain() {
return this.getStringAttribute('domain');
}
get fileSystemConfigurationDetails() {
return this._fileSystemConfigurationDetails;
}
get freeformTags() {
return this._freeformTags;
}
// gi_version - computed: true, optional: false, required: false
get giVersion() {
return this.getStringAttribute('gi_version');
}
// hostname - computed: true, optional: false, required: false
get hostname() {
return this.getStringAttribute('hostname');
}
// id - computed: true, optional: false, required: false
get id() {
return this.getStringAttribute('id');
}
get iormConfigCache() {
return this._iormConfigCache;
}
// is_local_backup_enabled - computed: true, optional: false, required: false
get isLocalBackupEnabled() {
return this.getBooleanAttribute('is_local_backup_enabled');
}
// is_sparse_diskgroup_enabled - computed: true, optional: false, required: false
get isSparseDiskgroupEnabled() {
return this.getBooleanAttribute('is_sparse_diskgroup_enabled');
}
// last_update_history_entry_id - computed: true, optional: false, required: false
get lastUpdateHistoryEntryId() {
return this.getStringAttribute('last_update_history_entry_id');
}
// license_model - computed: true, optional: false, required: false
get licenseModel() {
return this.getStringAttribute('license_model');
}
// lifecycle_details - computed: true, optional: false, required: false
get lifecycleDetails() {
return this.getStringAttribute('lifecycle_details');
}
// listener_port - computed: true, optional: false, required: false
get listenerPort() {
return this.getStringAttribute('listener_port');
}
// memory_size_in_gbs - computed: true, optional: false, required: false
get memorySizeInGbs() {
return this.getNumberAttribute('memory_size_in_gbs');
}
// node_count - computed: true, optional: false, required: false
get nodeCount() {
return this.getNumberAttribute('node_count');
}
// nsg_ids - computed: true, optional: false, required: false
get nsgIds() {
return this.getListAttribute('nsg_ids');
}
// ocpu_count - computed: true, optional: false, required: false
get ocpuCount() {
return this.getNumberAttribute('ocpu_count');
}
// private_zone_id - computed: true, optional: false, required: false
get privateZoneId() {
return this.getStringAttribute('private_zone_id');
}
// scan_dns_name - computed: true, optional: false, required: false
get scanDnsName() {
return this.getStringAttribute('scan_dns_name');
}
// scan_dns_record_id - computed: true, optional: false, required: false
get scanDnsRecordId() {
return this.getStringAttribute('scan_dns_record_id');
}
// scan_ip_ids - computed: true, optional: false, required: false
get scanIpIds() {
return this.getListAttribute('scan_ip_ids');
}
// scan_listener_port_tcp - computed: true, optional: false, required: false
get scanListenerPortTcp() {
return this.getNumberAttribute('scan_listener_port_tcp');
}
// scan_listener_port_tcp_ssl - computed: true, optional: false, required: false
get scanListenerPortTcpSsl() {
return this.getNumberAttribute('scan_listener_port_tcp_ssl');
}
get securityAttributes() {
return this._securityAttributes;
}
// shape - computed: true, optional: false, required: false
get shape() {
return this.getStringAttribute('shape');
}
// ssh_public_keys - computed: true, optional: false, required: false
get sshPublicKeys() {
return this.getListAttribute('ssh_public_keys');
}
// state - computed: true, optional: false, required: false
get state() {
return this.getStringAttribute('state');
}
// storage_size_in_gbs - computed: true, optional: false, required: false
get storageSizeInGbs() {
return this.getNumberAttribute('storage_size_in_gbs');
}
// subnet_id - computed: true, optional: false, required: false
get subnetId() {
return this.getStringAttribute('subnet_id');
}
// subscription_id - computed: true, optional: false, required: false
get subscriptionId() {
return this.getStringAttribute('subscription_id');
}
get systemTags() {
return this._systemTags;
}
// system_version - computed: true, optional: false, required: false
get systemVersion() {
return this.getStringAttribute('system_version');
}
// time_created - computed: true, optional: false, required: false
get timeCreated() {
return this.getStringAttribute('time_created');
}
// time_zone - computed: true, optional: false, required: false
get timeZone() {
return this.getStringAttribute('time_zone');
}
// vip_ids - computed: true, optional: false, required: false
get vipIds() {
return this.getListAttribute('vip_ids');
}
// zone_id - computed: true, optional: false, required: false
get zoneId() {
return this.getStringAttribute('zone_id');
}
}
exports.DataOciDatabaseCloudVmClustersCloudVmClustersOutputReference = DataOciDatabaseCloudVmClustersCloudVmClustersOutputReference;
_q = JSII_RTTI_SYMBOL_1;
DataOciDatabaseCloudVmClustersCloudVmClustersOutputReference[_q] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmClusters.DataOciDatabaseCloudVmClustersCloudVmClustersOutputReference", version: "1.0.0" };
class DataOciDatabaseCloudVmClustersCloudVmClustersList 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(terraformReso