rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
1,019 lines • 140 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.DataOciDataflowInvokeRuns = exports.DataOciDataflowInvokeRunsFilterList = exports.DataOciDataflowInvokeRunsFilterOutputReference = exports.dataOciDataflowInvokeRunsFilterToHclTerraform = exports.dataOciDataflowInvokeRunsFilterToTerraform = exports.DataOciDataflowInvokeRunsRunsList = exports.DataOciDataflowInvokeRunsRunsOutputReference = exports.dataOciDataflowInvokeRunsRunsToHclTerraform = exports.dataOciDataflowInvokeRunsRunsToTerraform = exports.DataOciDataflowInvokeRunsRunsParametersList = exports.DataOciDataflowInvokeRunsRunsParametersOutputReference = exports.dataOciDataflowInvokeRunsRunsParametersToHclTerraform = exports.dataOciDataflowInvokeRunsRunsParametersToTerraform = exports.DataOciDataflowInvokeRunsRunsExecutorShapeConfigList = exports.DataOciDataflowInvokeRunsRunsExecutorShapeConfigOutputReference = exports.dataOciDataflowInvokeRunsRunsExecutorShapeConfigToHclTerraform = exports.dataOciDataflowInvokeRunsRunsExecutorShapeConfigToTerraform = exports.DataOciDataflowInvokeRunsRunsDriverShapeConfigList = exports.DataOciDataflowInvokeRunsRunsDriverShapeConfigOutputReference = exports.dataOciDataflowInvokeRunsRunsDriverShapeConfigToHclTerraform = exports.dataOciDataflowInvokeRunsRunsDriverShapeConfigToTerraform = exports.DataOciDataflowInvokeRunsRunsApplicationLogConfigList = exports.DataOciDataflowInvokeRunsRunsApplicationLogConfigOutputReference = exports.dataOciDataflowInvokeRunsRunsApplicationLogConfigToHclTerraform = exports.dataOciDataflowInvokeRunsRunsApplicationLogConfigToTerraform = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const cdktf = require("cdktf");
function dataOciDataflowInvokeRunsRunsApplicationLogConfigToTerraform(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.dataOciDataflowInvokeRunsRunsApplicationLogConfigToTerraform = dataOciDataflowInvokeRunsRunsApplicationLogConfigToTerraform;
function dataOciDataflowInvokeRunsRunsApplicationLogConfigToHclTerraform(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.dataOciDataflowInvokeRunsRunsApplicationLogConfigToHclTerraform = dataOciDataflowInvokeRunsRunsApplicationLogConfigToHclTerraform;
class DataOciDataflowInvokeRunsRunsApplicationLogConfigOutputReference 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;
}
}
// log_group_id - computed: true, optional: false, required: false
get logGroupId() {
return this.getStringAttribute('log_group_id');
}
// log_id - computed: true, optional: false, required: false
get logId() {
return this.getStringAttribute('log_id');
}
}
exports.DataOciDataflowInvokeRunsRunsApplicationLogConfigOutputReference = DataOciDataflowInvokeRunsRunsApplicationLogConfigOutputReference;
_a = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsApplicationLogConfigOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsApplicationLogConfigOutputReference", version: "1.0.0" };
class DataOciDataflowInvokeRunsRunsApplicationLogConfigList 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 DataOciDataflowInvokeRunsRunsApplicationLogConfigOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDataflowInvokeRunsRunsApplicationLogConfigList = DataOciDataflowInvokeRunsRunsApplicationLogConfigList;
_b = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsApplicationLogConfigList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsApplicationLogConfigList", version: "1.0.0" };
function dataOciDataflowInvokeRunsRunsDriverShapeConfigToTerraform(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.dataOciDataflowInvokeRunsRunsDriverShapeConfigToTerraform = dataOciDataflowInvokeRunsRunsDriverShapeConfigToTerraform;
function dataOciDataflowInvokeRunsRunsDriverShapeConfigToHclTerraform(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.dataOciDataflowInvokeRunsRunsDriverShapeConfigToHclTerraform = dataOciDataflowInvokeRunsRunsDriverShapeConfigToHclTerraform;
class DataOciDataflowInvokeRunsRunsDriverShapeConfigOutputReference 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;
}
}
// memory_in_gbs - computed: true, optional: false, required: false
get memoryInGbs() {
return this.getNumberAttribute('memory_in_gbs');
}
// ocpus - computed: true, optional: false, required: false
get ocpus() {
return this.getNumberAttribute('ocpus');
}
}
exports.DataOciDataflowInvokeRunsRunsDriverShapeConfigOutputReference = DataOciDataflowInvokeRunsRunsDriverShapeConfigOutputReference;
_c = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsDriverShapeConfigOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsDriverShapeConfigOutputReference", version: "1.0.0" };
class DataOciDataflowInvokeRunsRunsDriverShapeConfigList 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 DataOciDataflowInvokeRunsRunsDriverShapeConfigOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDataflowInvokeRunsRunsDriverShapeConfigList = DataOciDataflowInvokeRunsRunsDriverShapeConfigList;
_d = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsDriverShapeConfigList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsDriverShapeConfigList", version: "1.0.0" };
function dataOciDataflowInvokeRunsRunsExecutorShapeConfigToTerraform(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.dataOciDataflowInvokeRunsRunsExecutorShapeConfigToTerraform = dataOciDataflowInvokeRunsRunsExecutorShapeConfigToTerraform;
function dataOciDataflowInvokeRunsRunsExecutorShapeConfigToHclTerraform(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.dataOciDataflowInvokeRunsRunsExecutorShapeConfigToHclTerraform = dataOciDataflowInvokeRunsRunsExecutorShapeConfigToHclTerraform;
class DataOciDataflowInvokeRunsRunsExecutorShapeConfigOutputReference 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;
}
}
// memory_in_gbs - computed: true, optional: false, required: false
get memoryInGbs() {
return this.getNumberAttribute('memory_in_gbs');
}
// ocpus - computed: true, optional: false, required: false
get ocpus() {
return this.getNumberAttribute('ocpus');
}
}
exports.DataOciDataflowInvokeRunsRunsExecutorShapeConfigOutputReference = DataOciDataflowInvokeRunsRunsExecutorShapeConfigOutputReference;
_e = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsExecutorShapeConfigOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsExecutorShapeConfigOutputReference", version: "1.0.0" };
class DataOciDataflowInvokeRunsRunsExecutorShapeConfigList 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 DataOciDataflowInvokeRunsRunsExecutorShapeConfigOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDataflowInvokeRunsRunsExecutorShapeConfigList = DataOciDataflowInvokeRunsRunsExecutorShapeConfigList;
_f = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsExecutorShapeConfigList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsExecutorShapeConfigList", version: "1.0.0" };
function dataOciDataflowInvokeRunsRunsParametersToTerraform(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.dataOciDataflowInvokeRunsRunsParametersToTerraform = dataOciDataflowInvokeRunsRunsParametersToTerraform;
function dataOciDataflowInvokeRunsRunsParametersToHclTerraform(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.dataOciDataflowInvokeRunsRunsParametersToHclTerraform = dataOciDataflowInvokeRunsRunsParametersToHclTerraform;
class DataOciDataflowInvokeRunsRunsParametersOutputReference 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');
}
// value - computed: true, optional: false, required: false
get value() {
return this.getStringAttribute('value');
}
}
exports.DataOciDataflowInvokeRunsRunsParametersOutputReference = DataOciDataflowInvokeRunsRunsParametersOutputReference;
_g = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsParametersOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsParametersOutputReference", version: "1.0.0" };
class DataOciDataflowInvokeRunsRunsParametersList 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 DataOciDataflowInvokeRunsRunsParametersOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDataflowInvokeRunsRunsParametersList = DataOciDataflowInvokeRunsRunsParametersList;
_h = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsParametersList[_h] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsParametersList", version: "1.0.0" };
function dataOciDataflowInvokeRunsRunsToTerraform(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.dataOciDataflowInvokeRunsRunsToTerraform = dataOciDataflowInvokeRunsRunsToTerraform;
function dataOciDataflowInvokeRunsRunsToHclTerraform(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.dataOciDataflowInvokeRunsRunsToHclTerraform = dataOciDataflowInvokeRunsRunsToHclTerraform;
class DataOciDataflowInvokeRunsRunsOutputReference 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;
// application_log_config - computed: true, optional: false, required: false
this._applicationLogConfig = new DataOciDataflowInvokeRunsRunsApplicationLogConfigList(this, "application_log_config", false);
// configuration - computed: true, optional: false, required: false
this._configuration = new cdktf.StringMap(this, "configuration");
// defined_tags - computed: true, optional: false, required: false
this._definedTags = new cdktf.StringMap(this, "defined_tags");
// driver_shape_config - computed: true, optional: false, required: false
this._driverShapeConfig = new DataOciDataflowInvokeRunsRunsDriverShapeConfigList(this, "driver_shape_config", false);
// executor_shape_config - computed: true, optional: false, required: false
this._executorShapeConfig = new DataOciDataflowInvokeRunsRunsExecutorShapeConfigList(this, "executor_shape_config", false);
// freeform_tags - computed: true, optional: false, required: false
this._freeformTags = new cdktf.StringMap(this, "freeform_tags");
// parameters - computed: true, optional: false, required: false
this._parameters = new DataOciDataflowInvokeRunsRunsParametersList(this, "parameters", 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;
}
}
// application_id - computed: true, optional: false, required: false
get applicationId() {
return this.getStringAttribute('application_id');
}
get applicationLogConfig() {
return this._applicationLogConfig;
}
// archive_uri - computed: true, optional: false, required: false
get archiveUri() {
return this.getStringAttribute('archive_uri');
}
// arguments - computed: true, optional: false, required: false
get arguments() {
return this.getListAttribute('arguments');
}
// asynchronous - computed: true, optional: false, required: false
get asynchronous() {
return this.getBooleanAttribute('asynchronous');
}
// class_name - computed: true, optional: false, required: false
get className() {
return this.getStringAttribute('class_name');
}
// compartment_id - computed: true, optional: false, required: false
get compartmentId() {
return this.getStringAttribute('compartment_id');
}
get configuration() {
return this._configuration;
}
// data_read_in_bytes - computed: true, optional: false, required: false
get dataReadInBytes() {
return this.getStringAttribute('data_read_in_bytes');
}
// data_written_in_bytes - computed: true, optional: false, required: false
get dataWrittenInBytes() {
return this.getStringAttribute('data_written_in_bytes');
}
get definedTags() {
return this._definedTags;
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// driver_shape - computed: true, optional: false, required: false
get driverShape() {
return this.getStringAttribute('driver_shape');
}
get driverShapeConfig() {
return this._driverShapeConfig;
}
// execute - computed: true, optional: false, required: false
get execute() {
return this.getStringAttribute('execute');
}
// executor_shape - computed: true, optional: false, required: false
get executorShape() {
return this.getStringAttribute('executor_shape');
}
get executorShapeConfig() {
return this._executorShapeConfig;
}
// file_uri - computed: true, optional: false, required: false
get fileUri() {
return this.getStringAttribute('file_uri');
}
get freeformTags() {
return this._freeformTags;
}
// id - computed: true, optional: false, required: false
get id() {
return this.getStringAttribute('id');
}
// idle_timeout_in_minutes - computed: true, optional: false, required: false
get idleTimeoutInMinutes() {
return this.getStringAttribute('idle_timeout_in_minutes');
}
// language - computed: true, optional: false, required: false
get language() {
return this.getStringAttribute('language');
}
// lifecycle_details - computed: true, optional: false, required: false
get lifecycleDetails() {
return this.getStringAttribute('lifecycle_details');
}
// logs_bucket_uri - computed: true, optional: false, required: false
get logsBucketUri() {
return this.getStringAttribute('logs_bucket_uri');
}
// max_duration_in_minutes - computed: true, optional: false, required: false
get maxDurationInMinutes() {
return this.getStringAttribute('max_duration_in_minutes');
}
// metastore_id - computed: true, optional: false, required: false
get metastoreId() {
return this.getStringAttribute('metastore_id');
}
// num_executors - computed: true, optional: false, required: false
get numExecutors() {
return this.getNumberAttribute('num_executors');
}
// opc_parent_rpt_url - computed: true, optional: false, required: false
get opcParentRptUrl() {
return this.getStringAttribute('opc_parent_rpt_url');
}
// opc_request_id - computed: true, optional: false, required: false
get opcRequestId() {
return this.getStringAttribute('opc_request_id');
}
// owner_principal_id - computed: true, optional: false, required: false
get ownerPrincipalId() {
return this.getStringAttribute('owner_principal_id');
}
// owner_user_name - computed: true, optional: false, required: false
get ownerUserName() {
return this.getStringAttribute('owner_user_name');
}
get parameters() {
return this._parameters;
}
// pool_id - computed: true, optional: false, required: false
get poolId() {
return this.getStringAttribute('pool_id');
}
// private_endpoint_dns_zones - computed: true, optional: false, required: false
get privateEndpointDnsZones() {
return this.getListAttribute('private_endpoint_dns_zones');
}
// private_endpoint_id - computed: true, optional: false, required: false
get privateEndpointId() {
return this.getStringAttribute('private_endpoint_id');
}
// private_endpoint_max_host_count - computed: true, optional: false, required: false
get privateEndpointMaxHostCount() {
return this.getNumberAttribute('private_endpoint_max_host_count');
}
// private_endpoint_nsg_ids - computed: true, optional: false, required: false
get privateEndpointNsgIds() {
return this.getListAttribute('private_endpoint_nsg_ids');
}
// private_endpoint_subnet_id - computed: true, optional: false, required: false
get privateEndpointSubnetId() {
return this.getStringAttribute('private_endpoint_subnet_id');
}
// run_duration_in_milliseconds - computed: true, optional: false, required: false
get runDurationInMilliseconds() {
return this.getStringAttribute('run_duration_in_milliseconds');
}
// spark_version - computed: true, optional: false, required: false
get sparkVersion() {
return this.getStringAttribute('spark_version');
}
// state - computed: true, optional: false, required: false
get state() {
return this.getStringAttribute('state');
}
// time_created - computed: true, optional: false, required: false
get timeCreated() {
return this.getStringAttribute('time_created');
}
// time_updated - computed: true, optional: false, required: false
get timeUpdated() {
return this.getStringAttribute('time_updated');
}
// total_ocpu - computed: true, optional: false, required: false
get totalOcpu() {
return this.getNumberAttribute('total_ocpu');
}
// type - computed: true, optional: false, required: false
get type() {
return this.getStringAttribute('type');
}
// warehouse_bucket_uri - computed: true, optional: false, required: false
get warehouseBucketUri() {
return this.getStringAttribute('warehouse_bucket_uri');
}
}
exports.DataOciDataflowInvokeRunsRunsOutputReference = DataOciDataflowInvokeRunsRunsOutputReference;
_j = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsOutputReference", version: "1.0.0" };
class DataOciDataflowInvokeRunsRunsList 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 DataOciDataflowInvokeRunsRunsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDataflowInvokeRunsRunsList = DataOciDataflowInvokeRunsRunsList;
_k = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsRunsList[_k] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsRunsList", version: "1.0.0" };
function dataOciDataflowInvokeRunsFilterToTerraform(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.dataOciDataflowInvokeRunsFilterToTerraform = dataOciDataflowInvokeRunsFilterToTerraform;
function dataOciDataflowInvokeRunsFilterToHclTerraform(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.dataOciDataflowInvokeRunsFilterToHclTerraform = dataOciDataflowInvokeRunsFilterToHclTerraform;
class DataOciDataflowInvokeRunsFilterOutputReference 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.DataOciDataflowInvokeRunsFilterOutputReference = DataOciDataflowInvokeRunsFilterOutputReference;
_l = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsFilterOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsFilterOutputReference", version: "1.0.0" };
class DataOciDataflowInvokeRunsFilterList 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 DataOciDataflowInvokeRunsFilterOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDataflowInvokeRunsFilterList = DataOciDataflowInvokeRunsFilterList;
_m = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRunsFilterList[_m] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRunsFilterList", version: "1.0.0" };
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_invoke_runs oci_dataflow_invoke_runs}
*/
class DataOciDataflowInvokeRuns extends cdktf.TerraformDataSource {
// ==============
// STATIC Methods
// ==============
/**
* Generates CDKTF code for importing a DataOciDataflowInvokeRuns 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 DataOciDataflowInvokeRuns to import
* @param importFromId The id of the existing DataOciDataflowInvokeRuns that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_invoke_runs#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDataflowInvokeRuns to import is found
*/
static generateConfigForImport(scope, importToId, importFromId, provider) {
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "oci_dataflow_invoke_runs", importId: importFromId, provider });
}
// ===========
// INITIALIZER
// ===========
/**
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_invoke_runs oci_dataflow_invoke_runs} 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 DataOciDataflowInvokeRunsConfig
*/
constructor(scope, id, config) {
super(scope, id, {
terraformResourceType: 'oci_dataflow_invoke_runs',
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
});
// runs - computed: true, optional: false, required: false
this._runs = new DataOciDataflowInvokeRunsRunsList(this, "runs", false);
// filter - computed: false, optional: true, required: false
this._filter = new DataOciDataflowInvokeRunsFilterList(this, "filter", true);
this._applicationId = config.applicationId;
this._compartmentId = config.compartmentId;
this._displayName = config.displayName;
this._displayNameStartsWith = config.displayNameStartsWith;
this._id = config.id;
this._ownerPrincipalId = config.ownerPrincipalId;
this._poolId = config.poolId;
this._state = config.state;
this._timeCreatedGreaterThan = config.timeCreatedGreaterThan;
this._filter.internalValue = config.filter;
}
get applicationId() {
return this.getStringAttribute('application_id');
}
set applicationId(value) {
this._applicationId = value;
}
resetApplicationId() {
this._applicationId = undefined;
}
// Temporarily expose input value. Use with caution.
get applicationIdInput() {
return this._applicationId;
}
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 displayName() {
return this.getStringAttribute('display_name');
}
set displayName(value) {
this._displayName = value;
}
resetDisplayName() {
this._displayName = undefined;
}
// Temporarily expose input value. Use with caution.
get displayNameInput() {
return this._displayName;
}
get displayNameStartsWith() {
return this.getStringAttribute('display_name_starts_with');
}
set displayNameStartsWith(value) {
this._displayNameStartsWith = value;
}
resetDisplayNameStartsWith() {
this._displayNameStartsWith = undefined;
}
// Temporarily expose input value. Use with caution.
get displayNameStartsWithInput() {
return this._displayNameStartsWith;
}
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 ownerPrincipalId() {
return this.getStringAttribute('owner_principal_id');
}
set ownerPrincipalId(value) {
this._ownerPrincipalId = value;
}
resetOwnerPrincipalId() {
this._ownerPrincipalId = undefined;
}
// Temporarily expose input value. Use with caution.
get ownerPrincipalIdInput() {
return this._ownerPrincipalId;
}
get poolId() {
return this.getStringAttribute('pool_id');
}
set poolId(value) {
this._poolId = value;
}
resetPoolId() {
this._poolId = undefined;
}
// Temporarily expose input value. Use with caution.
get poolIdInput() {
return this._poolId;
}
get runs() {
return this._runs;
}
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 timeCreatedGreaterThan() {
return this.getStringAttribute('time_created_greater_than');
}
set timeCreatedGreaterThan(value) {
this._timeCreatedGreaterThan = value;
}
resetTimeCreatedGreaterThan() {
this._timeCreatedGreaterThan = undefined;
}
// Temporarily expose input value. Use with caution.
get timeCreatedGreaterThanInput() {
return this._timeCreatedGreaterThan;
}
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 {
application_id: cdktf.stringToTerraform(this._applicationId),
compartment_id: cdktf.stringToTerraform(this._compartmentId),
display_name: cdktf.stringToTerraform(this._displayName),
display_name_starts_with: cdktf.stringToTerraform(this._displayNameStartsWith),
id: cdktf.stringToTerraform(this._id),
owner_principal_id: cdktf.stringToTerraform(this._ownerPrincipalId),
pool_id: cdktf.stringToTerraform(this._poolId),
state: cdktf.stringToTerraform(this._state),
time_created_greater_than: cdktf.stringToTerraform(this._timeCreatedGreaterThan),
filter: cdktf.listMapper(dataOciDataflowInvokeRunsFilterToTerraform, true)(this._filter.internalValue),
};
}
synthesizeHclAttributes() {
const attrs = {
application_id: {
value: cdktf.stringToHclTerraform(this._applicationId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
compartment_id: {
value: cdktf.stringToHclTerraform(this._compartmentId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
display_name: {
value: cdktf.stringToHclTerraform(this._displayName),
isBlock: false,
type: "simple",
storageClassType: "string",
},
display_name_starts_with: {
value: cdktf.stringToHclTerraform(this._displayNameStartsWith),
isBlock: false,
type: "simple",
storageClassType: "string",
},
id: {
value: cdktf.stringToHclTerraform(this._id),
isBlock: false,
type: "simple",
storageClassType: "string",
},
owner_principal_id: {
value: cdktf.stringToHclTerraform(this._ownerPrincipalId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
pool_id: {
value: cdktf.stringToHclTerraform(this._poolId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
state: {
value: cdktf.stringToHclTerraform(this._state),
isBlock: false,
type: "simple",
storageClassType: "string",
},
time_created_greater_than: {
value: cdktf.stringToHclTerraform(this._timeCreatedGreaterThan),
isBlock: false,
type: "simple",
storageClassType: "string",
},
filter: {
value: cdktf.listMapperHcl(dataOciDataflowInvokeRunsFilterToHclTerraform, true)(this._filter.internalValue),
isBlock: true,
type: "set",
storageClassType: "DataOciDataflowInvokeRunsFilterList",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
}
exports.DataOciDataflowInvokeRuns = DataOciDataflowInvokeRuns;
_o = JSII_RTTI_SYMBOL_1;
DataOciDataflowInvokeRuns[_o] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDataflowInvokeRuns.DataOciDataflowInvokeRuns", version: "1.0.0" };
// =================
// STATIC PROPERTIES
// =================
DataOciDataflowInvokeRuns.tfResourceType = "oci_dataflow_invoke_runs";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS1vY2ktZGF0YWZsb3ctaW52b2tlLXJ1bnMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFJQSwrQkFBK0I7QUFzRC9CLFNBQWdCLDREQUE0RCxDQUFDLE1BQTBEO0lBQ3JJLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFBQyxPQUFPLE1BQU0sQ0FBQztJQUFDLENBQUM7SUFDNUYsSUFBSSxLQUFLLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUNuQyxNQUFNLElBQUksS0FBSyxDQUFDLG9IQUFvSCxDQUFDLENBQUM7SUFDeEksQ0FBQztJQUNELE9BQU8sRUFDTixDQUFBO0FBQ0gsQ0FBQztBQVBELG9JQU9DO0FBR0QsU0FBZ0IsK0RBQStELENBQUMsTUFBMEQ7SUFDeEksSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUFDLE9BQU8sTUFBTSxDQUFDO0lBQUMsQ0FBQztJQUM1RixJQUFJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQ25DLE1BQU0sSUFBSSxLQUFLLENBQUMsb0hBQW9ILENBQUMsQ0FBQztJQUN4SSxDQUFDO0lBQ0QsTUFBTSxLQUFLLEdBQUcsRUFDYixDQUFDO0lBQ0YsT0FBTyxLQUFLLENBQUM7QUFDZixDQUFDO0FBUkQsMElBUUM7QUFFRCxNQUFhLGdFQUFpRSxTQUFRLEtBQUssQ0FBQyxhQUFhO0lBR3ZHOzs7OztNQUtFO0lBQ0YsWUFBbUIsaUJBQTZDLEVBQUUsa0JBQTBCLEVBQUUsa0JBQTBCLEVBQUUsc0JB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