rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
907 lines • 132 kB
JavaScript
"use strict";
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataOciOptimizerRecommendations = exports.DataOciOptimizerRecommendationsFilterList = exports.DataOciOptimizerRecommendationsFilterOutputReference = exports.dataOciOptimizerRecommendationsFilterToHclTerraform = exports.dataOciOptimizerRecommendationsFilterToTerraform = exports.DataOciOptimizerRecommendationsRecommendationCollectionList = exports.DataOciOptimizerRecommendationsRecommendationCollectionOutputReference = exports.dataOciOptimizerRecommendationsRecommendationCollectionToHclTerraform = exports.dataOciOptimizerRecommendationsRecommendationCollectionToTerraform = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsList = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsOutputReference = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsToHclTerraform = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsToTerraform = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsList = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsOutputReference = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToHclTerraform = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToTerraform = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsList = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsOutputReference = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToHclTerraform = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToTerraform = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsList = exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsOutputReference = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToHclTerraform = exports.dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToTerraform = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const cdktf = require("cdktf");
function dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToTerraform;
function dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToHclTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToHclTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsToHclTerraform;
class DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsOutputReference 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;
}
}
// count - computed: true, optional: false, required: false
get count() {
return this.getNumberAttribute('count');
}
// status - computed: true, optional: false, required: false
get status() {
return this.getStringAttribute('status');
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsOutputReference = DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsOutputReference;
_a = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsOutputReference", version: "1.0.0" };
class DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsList 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 DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsList = DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsList;
_b = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsList", version: "1.0.0" };
function dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToTerraform;
function dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToHclTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToHclTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsToHclTerraform;
class DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsOutputReference 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;
}
}
// name - computed: true, optional: false, required: false
get name() {
return this.getStringAttribute('name');
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsOutputReference = DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsOutputReference;
_c = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsOutputReference", version: "1.0.0" };
class DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsList 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 DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsList = DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsList;
_d = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsList", version: "1.0.0" };
function dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToTerraform;
function dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToHclTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToHclTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsToHclTerraform;
class DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsOutputReference 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 DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsItemsList(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.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsOutputReference = DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsOutputReference;
_e = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsOutputReference", version: "1.0.0" };
class DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsList 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 DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsList = DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsList;
_f = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsList", version: "1.0.0" };
function dataOciOptimizerRecommendationsRecommendationCollectionItemsToTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsToTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsToTerraform;
function dataOciOptimizerRecommendationsRecommendationCollectionItemsToHclTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionItemsToHclTerraform = dataOciOptimizerRecommendationsRecommendationCollectionItemsToHclTerraform;
class DataOciOptimizerRecommendationsRecommendationCollectionItemsOutputReference 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;
// extended_metadata - computed: true, optional: false, required: false
this._extendedMetadata = new cdktf.StringMap(this, "extended_metadata");
// resource_counts - computed: true, optional: false, required: false
this._resourceCounts = new DataOciOptimizerRecommendationsRecommendationCollectionItemsResourceCountsList(this, "resource_counts", false);
// supported_levels - computed: true, optional: false, required: false
this._supportedLevels = new DataOciOptimizerRecommendationsRecommendationCollectionItemsSupportedLevelsList(this, "supported_levels", 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;
}
}
// category_id - computed: true, optional: false, required: false
get categoryId() {
return this.getStringAttribute('category_id');
}
// compartment_id - computed: true, optional: false, required: false
get compartmentId() {
return this.getStringAttribute('compartment_id');
}
// description - computed: true, optional: false, required: false
get description() {
return this.getStringAttribute('description');
}
// estimated_cost_saving - computed: true, optional: false, required: false
get estimatedCostSaving() {
return this.getNumberAttribute('estimated_cost_saving');
}
get extendedMetadata() {
return this._extendedMetadata;
}
// id - computed: true, optional: false, required: false
get id() {
return this.getStringAttribute('id');
}
// importance - computed: true, optional: false, required: false
get importance() {
return this.getStringAttribute('importance');
}
// name - computed: true, optional: false, required: false
get name() {
return this.getStringAttribute('name');
}
// recommendation_id - computed: true, optional: false, required: false
get recommendationId() {
return this.getStringAttribute('recommendation_id');
}
get resourceCounts() {
return this._resourceCounts;
}
// state - computed: true, optional: false, required: false
get state() {
return this.getStringAttribute('state');
}
// status - computed: true, optional: false, required: false
get status() {
return this.getStringAttribute('status');
}
get supportedLevels() {
return this._supportedLevels;
}
// time_created - computed: true, optional: false, required: false
get timeCreated() {
return this.getStringAttribute('time_created');
}
// time_status_begin - computed: true, optional: false, required: false
get timeStatusBegin() {
return this.getStringAttribute('time_status_begin');
}
// time_status_end - computed: true, optional: false, required: false
get timeStatusEnd() {
return this.getStringAttribute('time_status_end');
}
// time_updated - computed: true, optional: false, required: false
get timeUpdated() {
return this.getStringAttribute('time_updated');
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsOutputReference = DataOciOptimizerRecommendationsRecommendationCollectionItemsOutputReference;
_g = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsOutputReference", version: "1.0.0" };
class DataOciOptimizerRecommendationsRecommendationCollectionItemsList 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 DataOciOptimizerRecommendationsRecommendationCollectionItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionItemsList = DataOciOptimizerRecommendationsRecommendationCollectionItemsList;
_h = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionItemsList[_h] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionItemsList", version: "1.0.0" };
function dataOciOptimizerRecommendationsRecommendationCollectionToTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionToTerraform = dataOciOptimizerRecommendationsRecommendationCollectionToTerraform;
function dataOciOptimizerRecommendationsRecommendationCollectionToHclTerraform(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.dataOciOptimizerRecommendationsRecommendationCollectionToHclTerraform = dataOciOptimizerRecommendationsRecommendationCollectionToHclTerraform;
class DataOciOptimizerRecommendationsRecommendationCollectionOutputReference 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 DataOciOptimizerRecommendationsRecommendationCollectionItemsList(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.DataOciOptimizerRecommendationsRecommendationCollectionOutputReference = DataOciOptimizerRecommendationsRecommendationCollectionOutputReference;
_j = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionOutputReference", version: "1.0.0" };
class DataOciOptimizerRecommendationsRecommendationCollectionList 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 DataOciOptimizerRecommendationsRecommendationCollectionOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciOptimizerRecommendationsRecommendationCollectionList = DataOciOptimizerRecommendationsRecommendationCollectionList;
_k = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsRecommendationCollectionList[_k] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsRecommendationCollectionList", version: "1.0.0" };
function dataOciOptimizerRecommendationsFilterToTerraform(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.dataOciOptimizerRecommendationsFilterToTerraform = dataOciOptimizerRecommendationsFilterToTerraform;
function dataOciOptimizerRecommendationsFilterToHclTerraform(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.dataOciOptimizerRecommendationsFilterToHclTerraform = dataOciOptimizerRecommendationsFilterToHclTerraform;
class DataOciOptimizerRecommendationsFilterOutputReference 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.DataOciOptimizerRecommendationsFilterOutputReference = DataOciOptimizerRecommendationsFilterOutputReference;
_l = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsFilterOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsFilterOutputReference", version: "1.0.0" };
class DataOciOptimizerRecommendationsFilterList 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 DataOciOptimizerRecommendationsFilterOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciOptimizerRecommendationsFilterList = DataOciOptimizerRecommendationsFilterList;
_m = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendationsFilterList[_m] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendationsFilterList", version: "1.0.0" };
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/optimizer_recommendations oci_optimizer_recommendations}
*/
class DataOciOptimizerRecommendations extends cdktf.TerraformDataSource {
// ==============
// STATIC Methods
// ==============
/**
* Generates CDKTF code for importing a DataOciOptimizerRecommendations 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 DataOciOptimizerRecommendations to import
* @param importFromId The id of the existing DataOciOptimizerRecommendations that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/optimizer_recommendations#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciOptimizerRecommendations to import is found
*/
static generateConfigForImport(scope, importToId, importFromId, provider) {
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "oci_optimizer_recommendations", importId: importFromId, provider });
}
// ===========
// INITIALIZER
// ===========
/**
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/optimizer_recommendations oci_optimizer_recommendations} 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 DataOciOptimizerRecommendationsConfig
*/
constructor(scope, id, config) {
super(scope, id, {
terraformResourceType: 'oci_optimizer_recommendations',
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
});
// recommendation_collection - computed: true, optional: false, required: false
this._recommendationCollection = new DataOciOptimizerRecommendationsRecommendationCollectionList(this, "recommendation_collection", false);
// filter - computed: false, optional: true, required: false
this._filter = new DataOciOptimizerRecommendationsFilterList(this, "filter", true);
this._categoryId = config.categoryId;
this._categoryName = config.categoryName;
this._childTenancyIds = config.childTenancyIds;
this._compartmentId = config.compartmentId;
this._compartmentIdInSubtree = config.compartmentIdInSubtree;
this._id = config.id;
this._includeOrganization = config.includeOrganization;
this._name = config.name;
this._state = config.state;
this._status = config.status;
this._filter.internalValue = config.filter;
}
get categoryId() {
return this.getStringAttribute('category_id');
}
set categoryId(value) {
this._categoryId = value;
}
resetCategoryId() {
this._categoryId = undefined;
}
// Temporarily expose input value. Use with caution.
get categoryIdInput() {
return this._categoryId;
}
get categoryName() {
return this.getStringAttribute('category_name');
}
set categoryName(value) {
this._categoryName = value;
}
resetCategoryName() {
this._categoryName = undefined;
}
// Temporarily expose input value. Use with caution.
get categoryNameInput() {
return this._categoryName;
}
get childTenancyIds() {
return this.getListAttribute('child_tenancy_ids');
}
set childTenancyIds(value) {
this._childTenancyIds = value;
}
resetChildTenancyIds() {
this._childTenancyIds = undefined;
}
// Temporarily expose input value. Use with caution.
get childTenancyIdsInput() {
return this._childTenancyIds;
}
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;
}
// 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 includeOrganization() {
return this.getBooleanAttribute('include_organization');
}
set includeOrganization(value) {
this._includeOrganization = value;
}
resetIncludeOrganization() {
this._includeOrganization = undefined;
}
// Temporarily expose input value. Use with caution.
get includeOrganizationInput() {
return this._includeOrganization;
}
get name() {
return this.getStringAttribute('name');
}
set name(value) {
this._name = value;
}
resetName() {
this._name = undefined;
}
// Temporarily expose input value. Use with caution.
get nameInput() {
return this._name;
}
get recommendationCollection() {
return this._recommendationCollection;
}
get state() {
return this.getStringAttribute('state');
}
set state(value) {
this._state = value;
}
resetState() {
this._state = undefined;
}
// Temporarily expose input value. Use with caution.
get stateInput() {
return this._state;
}
get status() {
return this.getStringAttribute('status');
}
set status(value) {
this._status = value;
}
resetStatus() {
this._status = undefined;
}
// Temporarily expose input value. Use with caution.
get statusInput() {
return this._status;
}
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 {
category_id: cdktf.stringToTerraform(this._categoryId),
category_name: cdktf.stringToTerraform(this._categoryName),
child_tenancy_ids: cdktf.listMapper(cdktf.stringToTerraform, false)(this._childTenancyIds),
compartment_id: cdktf.stringToTerraform(this._compartmentId),
compartment_id_in_subtree: cdktf.booleanToTerraform(this._compartmentIdInSubtree),
id: cdktf.stringToTerraform(this._id),
include_organization: cdktf.booleanToTerraform(this._includeOrganization),
name: cdktf.stringToTerraform(this._name),
state: cdktf.stringToTerraform(this._state),
status: cdktf.stringToTerraform(this._status),
filter: cdktf.listMapper(dataOciOptimizerRecommendationsFilterToTerraform, true)(this._filter.internalValue),
};
}
synthesizeHclAttributes() {
const attrs = {
category_id: {
value: cdktf.stringToHclTerraform(this._categoryId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
category_name: {
value: cdktf.stringToHclTerraform(this._categoryName),
isBlock: false,
type: "simple",
storageClassType: "string",
},
child_tenancy_ids: {
value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._childTenancyIds),
isBlock: false,
type: "list",
storageClassType: "stringList",
},
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",
},
include_organization: {
value: cdktf.booleanToHclTerraform(this._includeOrganization),
isBlock: false,
type: "simple",
storageClassType: "boolean",
},
name: {
value: cdktf.stringToHclTerraform(this._name),
isBlock: false,
type: "simple",
storageClassType: "string",
},
state: {
value: cdktf.stringToHclTerraform(this._state),
isBlock: false,
type: "simple",
storageClassType: "string",
},
status: {
value: cdktf.stringToHclTerraform(this._status),
isBlock: false,
type: "simple",
storageClassType: "string",
},
filter: {
value: cdktf.listMapperHcl(dataOciOptimizerRecommendationsFilterToHclTerraform, true)(this._filter.internalValue),
isBlock: true,
type: "set",
storageClassType: "DataOciOptimizerRecommendationsFilterList",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
}
exports.DataOciOptimizerRecommendations = DataOciOptimizerRecommendations;
_o = JSII_RTTI_SYMBOL_1;
DataOciOptimizerRecommendations[_o] = { fqn: "rhizo-co-terraform-provider-oci.dataOciOptimizerRecommendations.DataOciOptimizerRecommendations", version: "1.0.0" };
// =================
// STATIC PROPERTIES
// =================
DataOciOptimizerRecommendations.tfResourceType = "oci_optimizer_recommendations";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS1vY2ktb3B0aW1pemVyLXJlY29tbWVuZGF0aW9ucy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUlBLCtCQUErQjtBQTBEL0IsU0FBZ0IscUZBQXFGLENBQUMsTUFBbUY7SUFDdkwsSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUFDLE9BQU8sTUFBTSxDQUFDO0lBQUMsQ0FBQztJQUM1RixJQUFJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQ25DLE1BQU0sSUFBSSxLQUFLLENBQUMsb0hBQW9ILENBQUMsQ0FBQztJQUN4SSxDQUFDO0lBQ0QsT0FBTyxFQUNOLENBQUE7QUFDSCxDQUFDO0FBUEQsc0xBT0M7QUFHRCxTQUFnQix3RkFBd0YsQ0FBQyxNQUFtRjtJQUMxTCxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSSxLQUFLLENBQUMsWUFBWSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQUMsT0FBTyxNQUFNLENBQUM7SUFBQyxDQUFDO0lBQzVGLElBQUksS0FBSyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFDbkMsTUFBTSxJQUFJLEtBQUssQ0FBQyxvSEFBb0gsQ0FBQyxDQUFDO0lBQ3hJLENBQUM7SUFDRCxNQUFNLEtBQUssR0FBRyxFQUNiLENBQUM7SUFDRixPQUFPLEtBQUssQ0FBQztBQUNmLENBQUM7QUFSRCw0TEFRQztBQUVELE1BQWEseUZBQTBGLFNBQVEsS0FBSyxDQUFDLGFBQWE7SUFHaEk7Ozs7O01BS0U7SUFDRixZQUFtQixpQkFBNkMsRUFBRSxrQkFBMEIsRUFBRSxrQkFBMEIsRUFB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