UNPKG

@cdktf/provider-azurerm

Version:

Prebuilt azurerm Provider for Terraform CDK (cdktf)

870 lines 126 kB
"use strict"; var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataAzurermMobileNetworkService = exports.DataAzurermMobileNetworkServiceTimeoutsOutputReference = exports.dataAzurermMobileNetworkServiceTimeoutsToHclTerraform = exports.dataAzurermMobileNetworkServiceTimeoutsToTerraform = exports.DataAzurermMobileNetworkServiceServiceQosPolicyList = exports.DataAzurermMobileNetworkServiceServiceQosPolicyOutputReference = exports.dataAzurermMobileNetworkServiceServiceQosPolicyToHclTerraform = exports.dataAzurermMobileNetworkServiceServiceQosPolicyToTerraform = exports.DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateList = exports.DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference = exports.dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToHclTerraform = exports.dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToTerraform = exports.DataAzurermMobileNetworkServicePccRuleList = exports.DataAzurermMobileNetworkServicePccRuleOutputReference = exports.dataAzurermMobileNetworkServicePccRuleToHclTerraform = exports.dataAzurermMobileNetworkServicePccRuleToTerraform = exports.DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateList = exports.DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference = exports.dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToHclTerraform = exports.dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToTerraform = exports.DataAzurermMobileNetworkServicePccRuleQosPolicyList = exports.DataAzurermMobileNetworkServicePccRuleQosPolicyOutputReference = exports.dataAzurermMobileNetworkServicePccRuleQosPolicyToHclTerraform = exports.dataAzurermMobileNetworkServicePccRuleQosPolicyToTerraform = exports.DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateList = exports.DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference = exports.dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToHclTerraform = exports.dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToTerraform = exports.DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateList = exports.DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference = exports.dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToHclTerraform = exports.dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToTerraform = void 0; const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti"); const cdktf = require("cdktf"); function dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToTerraform(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.dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToTerraform = dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToTerraform; function dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToHclTerraform(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.dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToHclTerraform = dataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateToHclTerraform; class DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference 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; } } // downlink - computed: true, optional: false, required: false get downlink() { return this.getStringAttribute('downlink'); } // uplink - computed: true, optional: false, required: false get uplink() { return this.getStringAttribute('uplink'); } } exports.DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference = DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference; _a = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference[_a] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference", version: "12.27.0" }; class DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateList 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 DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateList = DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateList; _b = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateList[_b] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateList", version: "12.27.0" }; function dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToTerraform(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.dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToTerraform = dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToTerraform; function dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToHclTerraform(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.dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToHclTerraform = dataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateToHclTerraform; class DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference 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; } } // downlink - computed: true, optional: false, required: false get downlink() { return this.getStringAttribute('downlink'); } // uplink - computed: true, optional: false, required: false get uplink() { return this.getStringAttribute('uplink'); } } exports.DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference = DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference; _c = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference[_c] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference", version: "12.27.0" }; class DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateList 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 DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateList = DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateList; _d = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateList[_d] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateList", version: "12.27.0" }; function dataAzurermMobileNetworkServicePccRuleQosPolicyToTerraform(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.dataAzurermMobileNetworkServicePccRuleQosPolicyToTerraform = dataAzurermMobileNetworkServicePccRuleQosPolicyToTerraform; function dataAzurermMobileNetworkServicePccRuleQosPolicyToHclTerraform(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.dataAzurermMobileNetworkServicePccRuleQosPolicyToHclTerraform = dataAzurermMobileNetworkServicePccRuleQosPolicyToHclTerraform; class DataAzurermMobileNetworkServicePccRuleQosPolicyOutputReference 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; // guaranteed_bit_rate - computed: true, optional: false, required: false this._guaranteedBitRate = new DataAzurermMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateList(this, "guaranteed_bit_rate", false); // maximum_bit_rate - computed: true, optional: false, required: false this._maximumBitRate = new DataAzurermMobileNetworkServicePccRuleQosPolicyMaximumBitRateList(this, "maximum_bit_rate", 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; } } // allocation_and_retention_priority_level - computed: true, optional: false, required: false get allocationAndRetentionPriorityLevel() { return this.getNumberAttribute('allocation_and_retention_priority_level'); } get guaranteedBitRate() { return this._guaranteedBitRate; } get maximumBitRate() { return this._maximumBitRate; } // preemption_capability - computed: true, optional: false, required: false get preemptionCapability() { return this.getStringAttribute('preemption_capability'); } // preemption_vulnerability - computed: true, optional: false, required: false get preemptionVulnerability() { return this.getStringAttribute('preemption_vulnerability'); } // qos_indicator - computed: true, optional: false, required: false get qosIndicator() { return this.getNumberAttribute('qos_indicator'); } } exports.DataAzurermMobileNetworkServicePccRuleQosPolicyOutputReference = DataAzurermMobileNetworkServicePccRuleQosPolicyOutputReference; _e = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleQosPolicyOutputReference[_e] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleQosPolicyOutputReference", version: "12.27.0" }; class DataAzurermMobileNetworkServicePccRuleQosPolicyList 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 DataAzurermMobileNetworkServicePccRuleQosPolicyOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataAzurermMobileNetworkServicePccRuleQosPolicyList = DataAzurermMobileNetworkServicePccRuleQosPolicyList; _f = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleQosPolicyList[_f] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleQosPolicyList", version: "12.27.0" }; function dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToTerraform(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.dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToTerraform = dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToTerraform; function dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToHclTerraform(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.dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToHclTerraform = dataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateToHclTerraform; class DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference 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; } } // direction - computed: true, optional: false, required: false get direction() { return this.getStringAttribute('direction'); } // name - computed: true, optional: false, required: false get name() { return this.getStringAttribute('name'); } // ports - computed: true, optional: false, required: false get ports() { return this.getListAttribute('ports'); } // protocol - computed: true, optional: false, required: false get protocol() { return this.getListAttribute('protocol'); } // remote_ip_list - computed: true, optional: false, required: false get remoteIpList() { return this.getListAttribute('remote_ip_list'); } } exports.DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference = DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference; _g = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference[_g] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference", version: "12.27.0" }; class DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateList 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 DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateList = DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateList; _h = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateList[_h] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateList", version: "12.27.0" }; function dataAzurermMobileNetworkServicePccRuleToTerraform(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.dataAzurermMobileNetworkServicePccRuleToTerraform = dataAzurermMobileNetworkServicePccRuleToTerraform; function dataAzurermMobileNetworkServicePccRuleToHclTerraform(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.dataAzurermMobileNetworkServicePccRuleToHclTerraform = dataAzurermMobileNetworkServicePccRuleToHclTerraform; class DataAzurermMobileNetworkServicePccRuleOutputReference 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; // qos_policy - computed: true, optional: false, required: false this._qosPolicy = new DataAzurermMobileNetworkServicePccRuleQosPolicyList(this, "qos_policy", false); // service_data_flow_template - computed: true, optional: false, required: false this._serviceDataFlowTemplate = new DataAzurermMobileNetworkServicePccRuleServiceDataFlowTemplateList(this, "service_data_flow_template", 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'); } // precedence - computed: true, optional: false, required: false get precedence() { return this.getNumberAttribute('precedence'); } get qosPolicy() { return this._qosPolicy; } get serviceDataFlowTemplate() { return this._serviceDataFlowTemplate; } // traffic_control_enabled - computed: true, optional: false, required: false get trafficControlEnabled() { return this.getBooleanAttribute('traffic_control_enabled'); } } exports.DataAzurermMobileNetworkServicePccRuleOutputReference = DataAzurermMobileNetworkServicePccRuleOutputReference; _j = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleOutputReference[_j] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleOutputReference", version: "12.27.0" }; class DataAzurermMobileNetworkServicePccRuleList 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 DataAzurermMobileNetworkServicePccRuleOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataAzurermMobileNetworkServicePccRuleList = DataAzurermMobileNetworkServicePccRuleList; _k = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServicePccRuleList[_k] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServicePccRuleList", version: "12.27.0" }; function dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToTerraform(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.dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToTerraform = dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToTerraform; function dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToHclTerraform(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.dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToHclTerraform = dataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateToHclTerraform; class DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference 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; } } // downlink - computed: true, optional: false, required: false get downlink() { return this.getStringAttribute('downlink'); } // uplink - computed: true, optional: false, required: false get uplink() { return this.getStringAttribute('uplink'); } } exports.DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference = DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference; _l = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference[_l] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference", version: "12.27.0" }; class DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateList 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 DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateList = DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateList; _m = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateList[_m] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateList", version: "12.27.0" }; function dataAzurermMobileNetworkServiceServiceQosPolicyToTerraform(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.dataAzurermMobileNetworkServiceServiceQosPolicyToTerraform = dataAzurermMobileNetworkServiceServiceQosPolicyToTerraform; function dataAzurermMobileNetworkServiceServiceQosPolicyToHclTerraform(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.dataAzurermMobileNetworkServiceServiceQosPolicyToHclTerraform = dataAzurermMobileNetworkServiceServiceQosPolicyToHclTerraform; class DataAzurermMobileNetworkServiceServiceQosPolicyOutputReference 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; // maximum_bit_rate - computed: true, optional: false, required: false this._maximumBitRate = new DataAzurermMobileNetworkServiceServiceQosPolicyMaximumBitRateList(this, "maximum_bit_rate", 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; } } // allocation_and_retention_priority_level - computed: true, optional: false, required: false get allocationAndRetentionPriorityLevel() { return this.getNumberAttribute('allocation_and_retention_priority_level'); } get maximumBitRate() { return this._maximumBitRate; } // preemption_capability - computed: true, optional: false, required: false get preemptionCapability() { return this.getStringAttribute('preemption_capability'); } // preemption_vulnerability - computed: true, optional: false, required: false get preemptionVulnerability() { return this.getStringAttribute('preemption_vulnerability'); } // qos_indicator - computed: true, optional: false, required: false get qosIndicator() { return this.getNumberAttribute('qos_indicator'); } } exports.DataAzurermMobileNetworkServiceServiceQosPolicyOutputReference = DataAzurermMobileNetworkServiceServiceQosPolicyOutputReference; _o = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServiceServiceQosPolicyOutputReference[_o] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServiceServiceQosPolicyOutputReference", version: "12.27.0" }; class DataAzurermMobileNetworkServiceServiceQosPolicyList 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 DataAzurermMobileNetworkServiceServiceQosPolicyOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataAzurermMobileNetworkServiceServiceQosPolicyList = DataAzurermMobileNetworkServiceServiceQosPolicyList; _p = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServiceServiceQosPolicyList[_p] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServiceServiceQosPolicyList", version: "12.27.0" }; function dataAzurermMobileNetworkServiceTimeoutsToTerraform(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 { read: cdktf.stringToTerraform(struct.read), }; } exports.dataAzurermMobileNetworkServiceTimeoutsToTerraform = dataAzurermMobileNetworkServiceTimeoutsToTerraform; function dataAzurermMobileNetworkServiceTimeoutsToHclTerraform(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 = { read: { value: cdktf.stringToHclTerraform(struct.read), isBlock: false, type: "simple", storageClassType: "string", }, }; // remove undefined attributes return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } exports.dataAzurermMobileNetworkServiceTimeoutsToHclTerraform = dataAzurermMobileNetworkServiceTimeoutsToHclTerraform; class DataAzurermMobileNetworkServiceTimeoutsOutputReference extends cdktf.ComplexObject { /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource, terraformAttribute) { super(terraformResource, terraformAttribute, false); this.isEmptyObject = false; } get internalValue() { if (this.resolvableValue) { return this.resolvableValue; } let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; if (this._read !== undefined) { hasAnyValues = true; internalValueResult.read = this._read; } return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; this.resolvableValue = undefined; this._read = 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._read = value.read; } } get read() { return this.getStringAttribute('read'); } set read(value) { this._read = value; } resetRead() { this._read = undefined; } // Temporarily expose input value. Use with caution. get readInput() { return this._read; } } exports.DataAzurermMobileNetworkServiceTimeoutsOutputReference = DataAzurermMobileNetworkServiceTimeoutsOutputReference; _q = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkServiceTimeoutsOutputReference[_q] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkServiceTimeoutsOutputReference", version: "12.27.0" }; /** * Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/data-sources/mobile_network_service azurerm_mobile_network_service} */ class DataAzurermMobileNetworkService extends cdktf.TerraformDataSource { // ============== // STATIC Methods // ============== /** * Generates CDKTF code for importing a DataAzurermMobileNetworkService 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 DataAzurermMobileNetworkService to import * @param importFromId The id of the existing DataAzurermMobileNetworkService that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/data-sources/mobile_network_service#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataAzurermMobileNetworkService to import is found */ static generateConfigForImport(scope, importToId, importFromId, provider) { return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "azurerm_mobile_network_service", importId: importFromId, provider }); } // =========== // INITIALIZER // =========== /** * Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/data-sources/mobile_network_service azurerm_mobile_network_service} 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 DataAzurermMobileNetworkServiceConfig */ constructor(scope, id, config) { super(scope, id, { terraformResourceType: 'azurerm_mobile_network_service', terraformGeneratorMetadata: { providerName: 'azurerm', providerVersion: '3.116.0', providerVersionConstraint: '~> 3.10' }, provider: config.provider, dependsOn: config.dependsOn, count: config.count, lifecycle: config.lifecycle, provisioners: config.provisioners, connection: config.connection, forEach: config.forEach }); // pcc_rule - computed: true, optional: false, required: false this._pccRule = new DataAzurermMobileNetworkServicePccRuleList(this, "pcc_rule", false); // service_qos_policy - computed: true, optional: false, required: false this._serviceQosPolicy = new DataAzurermMobileNetworkServiceServiceQosPolicyList(this, "service_qos_policy", false); // tags - computed: true, optional: false, required: false this._tags = new cdktf.StringMap(this, "tags"); // timeouts - computed: false, optional: true, required: false this._timeouts = new DataAzurermMobileNetworkServiceTimeoutsOutputReference(this, "timeouts"); this._id = config.id; this._mobileNetworkId = config.mobileNetworkId; this._name = config.name; this._timeouts.internalValue = config.timeouts; } 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; } // location - computed: true, optional: false, required: false get location() { return this.getStringAttribute('location'); } get mobileNetworkId() { return this.getStringAttribute('mobile_network_id'); } set mobileNetworkId(value) { this._mobileNetworkId = value; } // Temporarily expose input value. Use with caution. get mobileNetworkIdInput() { return this._mobileNetworkId; } 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 pccRule() { return this._pccRule; } // service_precedence - computed: true, optional: false, required: false get servicePrecedence() { return this.getNumberAttribute('service_precedence'); } get serviceQosPolicy() { return this._serviceQosPolicy; } get tags() { return this._tags; } get timeouts() { return this._timeouts; } putTimeouts(value) { this._timeouts.internalValue = value; } resetTimeouts() { this._timeouts.internalValue = undefined; } // Temporarily expose input value. Use with caution. get timeoutsInput() { return this._timeouts.internalValue; } // ========= // SYNTHESIS // ========= synthesizeAttributes() { return { id: cdktf.stringToTerraform(this._id), mobile_network_id: cdktf.stringToTerraform(this._mobileNetworkId), name: cdktf.stringToTerraform(this._name), timeouts: dataAzurermMobileNetworkServiceTimeoutsToTerraform(this._timeouts.internalValue), }; } synthesizeHclAttributes() { const attrs = { id: { value: cdktf.stringToHclTerraform(this._id), isBlock: false, type: "simple", storageClassType: "string", }, mobile_network_id: { value: cdktf.stringToHclTerraform(this._mobileNetworkId), isBlock: false, type: "simple", storageClassType: "string", }, name: { value: cdktf.stringToHclTerraform(this._name), isBlock: false, type: "simple", storageClassType: "string", }, timeouts: { value: dataAzurermMobileNetworkServiceTimeoutsToHclTerraform(this._timeouts.internalValue), isBlock: true, type: "struct", storageClassType: "DataAzurermMobileNetworkServiceTimeouts", }, }; // remove undefined attributes return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } } exports.DataAzurermMobileNetworkService = DataAzurermMobileNetworkService; _r = JSII_RTTI_SYMBOL_1; DataAzurermMobileNetworkService[_r] = { fqn: "@cdktf/provider-azurerm.dataAzurermMobileNetworkService.DataAzurermMobileNetworkService", version: "12.27.0" }; // ================= // STATIC PROPERTIES // ================= DataAzurermMobileNetworkService.tfResourceType = "azurerm_mobile_network_service"; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS1henVyZXJtLW1vYmlsZS1uZXR3b3JrLXNlcnZpY2UvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFTQSwrQkFBK0I7QUE4Qi9CLFNBQWdCLDJFQUEyRSxDQUFDLE1BQXlFO0lBQ25LLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFBQyxPQUFPLE1BQU0sQ0FBQztJQUFDLENBQUM7SUFDNUYsSUFBSSxLQUFLLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUNuQyxNQUFNLElBQUksS0FBSyxDQUFDLG9IQUFvSCxDQUFDLENBQUM7SUFDeEksQ0FBQztJQUNELE9BQU8sRUFDTixDQUFBO0FBQ0gsQ0FBQztBQVBELGtLQU9DO0FBR0QsU0FBZ0IsOEVBQThFLENBQUMsTUFBeUU7SUFDdEssSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUFDLE9BQU8sTUFBTSxDQUFDO0lBQUMsQ0FBQztJQUM1RixJQUFJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQ25DLE1BQU0sSUFBSSxLQUFLLENBQUMsb0hBQW9ILENBQUMsQ0FBQztJQUN4SSxDQUFDO0lBQ0QsTUFBTSxLQUFLLEdBQUcsRUFDYixDQUFDO0lBQ0YsT0FBTyxLQUFLLENBQUM7QUFDZixDQUFDO0FBUkQsd0tBUUM7QUFFRCxNQUFhLCtFQUFnRixTQUFRLEtBQUssQ0FBQyxhQUFhO0lBR3RIOzs7OztNQUtFO0lBQ0YsWUFBbUIsaUJBQTZDLEVBQUUsa0JBQTBCLEVBQUUsa0JBQTBCLEVB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