rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
817 lines • 206 kB
JavaScript
"use strict";
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6;
Object.defineProperty(exports, "__esModule", { value: true });
exports.dataOciDevopsDeploymentDeploymentArgumentsItemsToHclTerraform = exports.dataOciDevopsDeploymentDeploymentArgumentsItemsToTerraform = exports.DataOciDevopsDeploymentDeployStageOverrideArgumentsList = exports.DataOciDevopsDeploymentDeployStageOverrideArgumentsOutputReference = exports.dataOciDevopsDeploymentDeployStageOverrideArgumentsToHclTerraform = exports.dataOciDevopsDeploymentDeployStageOverrideArgumentsToTerraform = exports.DataOciDevopsDeploymentDeployStageOverrideArgumentsItemsList = exports.DataOciDevopsDeploymentDeployStageOverrideArgumentsItemsOutputReference = exports.dataOciDevopsDeploymentDeployStageOverrideArgumentsItemsToHclTerraform = exports.dataOciDevopsDeploymentDeployStageOverrideArgumentsItemsToTerraform = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsList = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsOutputReference = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsToTerraform = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsList = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsOutputReference = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToTerraform = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesList = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToTerraform = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList = exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToTerraform = exports.DataOciDevopsDeploymentDeployPipelineArtifactsList = exports.DataOciDevopsDeploymentDeployPipelineArtifactsOutputReference = exports.dataOciDevopsDeploymentDeployPipelineArtifactsToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineArtifactsToTerraform = exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsList = exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsOutputReference = exports.dataOciDevopsDeploymentDeployPipelineArtifactsItemsToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineArtifactsItemsToTerraform = exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesList = exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference = exports.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToTerraform = exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsList = exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference = exports.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToHclTerraform = exports.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToTerraform = exports.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsList = exports.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsOutputReference = exports.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToHclTerraform = exports.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToTerraform = exports.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsList = exports.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsOutputReference = exports.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToHclTerraform = exports.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToTerraform = void 0;
exports.DataOciDevopsDeployment = exports.DataOciDevopsDeploymentDeploymentExecutionProgressList = exports.DataOciDevopsDeploymentDeploymentExecutionProgressOutputReference = exports.dataOciDevopsDeploymentDeploymentExecutionProgressToHclTerraform = exports.dataOciDevopsDeploymentDeploymentExecutionProgressToTerraform = exports.DataOciDevopsDeploymentDeploymentArgumentsList = exports.DataOciDevopsDeploymentDeploymentArgumentsOutputReference = exports.dataOciDevopsDeploymentDeploymentArgumentsToHclTerraform = exports.dataOciDevopsDeploymentDeploymentArgumentsToTerraform = exports.DataOciDevopsDeploymentDeploymentArgumentsItemsList = exports.DataOciDevopsDeploymentDeploymentArgumentsItemsOutputReference = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const cdktf = require("cdktf");
function dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToTerraform(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.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToTerraform = dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToTerraform;
function dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToHclTerraform(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.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToHclTerraform = dataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsToHclTerraform;
class DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsOutputReference 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;
}
}
// deploy_artifact_id - computed: true, optional: false, required: false
get deployArtifactId() {
return this.getStringAttribute('deploy_artifact_id');
}
// name - computed: true, optional: false, required: false
get name() {
return this.getStringAttribute('name');
}
// value - computed: true, optional: false, required: false
get value() {
return this.getStringAttribute('value');
}
}
exports.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsOutputReference = DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsOutputReference;
_a = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsList 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 DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsList = DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsList;
_b = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToTerraform(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.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToTerraform = dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToTerraform;
function dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToHclTerraform(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.dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToHclTerraform = dataOciDevopsDeploymentDeployArtifactOverrideArgumentsToHclTerraform;
class DataOciDevopsDeploymentDeployArtifactOverrideArgumentsOutputReference 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 DataOciDevopsDeploymentDeployArtifactOverrideArgumentsItemsList(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.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsOutputReference = DataOciDevopsDeploymentDeployArtifactOverrideArgumentsOutputReference;
_c = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployArtifactOverrideArgumentsOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployArtifactOverrideArgumentsList 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 DataOciDevopsDeploymentDeployArtifactOverrideArgumentsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsList = DataOciDevopsDeploymentDeployArtifactOverrideArgumentsList;
_d = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployArtifactOverrideArgumentsList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployArtifactOverrideArgumentsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToTerraform;
function dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToHclTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference 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;
}
}
// deploy_stage_id - computed: true, optional: false, required: false
get deployStageId() {
return this.getStringAttribute('deploy_stage_id');
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
}
exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference = DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference;
_e = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsList 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 DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsList = DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsList;
_f = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToTerraform;
function dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToHclTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference 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 DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesItemsList(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.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference = DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference;
_g = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesList 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 DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesList = DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesList;
_h = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesList[_h] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineArtifactsItemsToTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsItemsToTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsItemsToTerraform;
function dataOciDevopsDeploymentDeployPipelineArtifactsItemsToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsItemsToHclTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsItemsToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineArtifactsItemsOutputReference 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;
// deploy_pipeline_stages - computed: true, optional: false, required: false
this._deployPipelineStages = new DataOciDevopsDeploymentDeployPipelineArtifactsItemsDeployPipelineStagesList(this, "deploy_pipeline_stages", 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;
}
}
// deploy_artifact_id - computed: true, optional: false, required: false
get deployArtifactId() {
return this.getStringAttribute('deploy_artifact_id');
}
get deployPipelineStages() {
return this._deployPipelineStages;
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
}
exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsOutputReference = DataOciDevopsDeploymentDeployPipelineArtifactsItemsOutputReference;
_j = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsItemsOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsItemsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineArtifactsItemsList 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 DataOciDevopsDeploymentDeployPipelineArtifactsItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineArtifactsItemsList = DataOciDevopsDeploymentDeployPipelineArtifactsItemsList;
_k = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsItemsList[_k] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsItemsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineArtifactsToTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsToTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsToTerraform;
function dataOciDevopsDeploymentDeployPipelineArtifactsToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineArtifactsToHclTerraform = dataOciDevopsDeploymentDeployPipelineArtifactsToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineArtifactsOutputReference 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 DataOciDevopsDeploymentDeployPipelineArtifactsItemsList(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.DataOciDevopsDeploymentDeployPipelineArtifactsOutputReference = DataOciDevopsDeploymentDeployPipelineArtifactsOutputReference;
_l = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineArtifactsList 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 DataOciDevopsDeploymentDeployPipelineArtifactsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineArtifactsList = DataOciDevopsDeploymentDeployPipelineArtifactsList;
_m = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineArtifactsList[_m] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineArtifactsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToTerraform;
function dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToHclTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference 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;
}
}
// deploy_stage_id - computed: true, optional: false, required: false
get deployStageId() {
return this.getStringAttribute('deploy_stage_id');
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
}
exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference = DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference;
_o = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference[_o] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList 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 DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList = DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList;
_p = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList[_p] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToTerraform;
function dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToHclTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference 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 DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList(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.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference = DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference;
_q = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference[_q] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesList 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 DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesList = DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesList;
_r = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesList[_r] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToTerraform;
function dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToHclTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsItemsToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsOutputReference 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;
// deploy_pipeline_stages - computed: true, optional: false, required: false
this._deployPipelineStages = new DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsDeployPipelineStagesList(this, "deploy_pipeline_stages", 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;
}
}
// deploy_environment_id - computed: true, optional: false, required: false
get deployEnvironmentId() {
return this.getStringAttribute('deploy_environment_id');
}
get deployPipelineStages() {
return this._deployPipelineStages;
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
}
exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsOutputReference = DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsOutputReference;
_s = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsOutputReference[_s] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsList 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 DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsList = DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsList;
_t = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsList[_t] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployPipelineEnvironmentsToTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsToTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsToTerraform;
function dataOciDevopsDeploymentDeployPipelineEnvironmentsToHclTerraform(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.dataOciDevopsDeploymentDeployPipelineEnvironmentsToHclTerraform = dataOciDevopsDeploymentDeployPipelineEnvironmentsToHclTerraform;
class DataOciDevopsDeploymentDeployPipelineEnvironmentsOutputReference 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 DataOciDevopsDeploymentDeployPipelineEnvironmentsItemsList(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.DataOciDevopsDeploymentDeployPipelineEnvironmentsOutputReference = DataOciDevopsDeploymentDeployPipelineEnvironmentsOutputReference;
_u = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsOutputReference[_u] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsOutputReference", version: "1.0.0" };
class DataOciDevopsDeploymentDeployPipelineEnvironmentsList 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 DataOciDevopsDeploymentDeployPipelineEnvironmentsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDevopsDeploymentDeployPipelineEnvironmentsList = DataOciDevopsDeploymentDeployPipelineEnvironmentsList;
_v = JSII_RTTI_SYMBOL_1;
DataOciDevopsDeploymentDeployPipelineEnvironmentsList[_v] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDevopsDeployment.DataOciDevopsDeploymentDeployPipelineEnvironmentsList", version: "1.0.0" };
function dataOciDevopsDeploymentDeployStageOverrideArgumentsItemsToTerraform(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.dataOciDevopsDeploymentDeployStageOverrideArgumentsItemsToTerraform = dataOciDevopsDeploymentDeployStageOverrideArgumentsItemsToTerraform;
function dataOciDevopsDeploymentDeployStageOverrideArgumentsItemsToHclTerraform(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.dataOciDevopsDeploymentDeployStageOverrideA