Skip to content

azurermMobileNetwork

Get information about an Azure Mobile Network.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as azurerm from "./.gen/providers/azurerm";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: azurerm.
For a more precise conversion please use the --provider flag in convert.*/
new azurerm.dataAzurermMobileNetwork.DataAzurermMobileNetwork(this, "example", {
  name: "example-mn",
  resource_group_name: "${azurerm_resource_group.example.name}",
});

Arguments Reference

The following arguments are supported:

  • name - Specifies the name which should be used for this Mobile Network.

  • resourceGroupName - Specifies the name of the Resource Group where the Mobile Network should exist.


Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The ID of the Mobile Network.

  • location - The Azure Region where the Mobile Network should exist. Changing this forces a new Mobile Network to be created.

  • mobileCountryCode - Mobile country code (MCC), defined in https://www.itu.int/rec/T-REC-E.212 .

  • mobileNetworkCode - Mobile network code (MNC), defined in https://www.itu.int/rec/T-REC-E.212 .

  • tags - A mapping of tags which should be assigned to the Mobile Network.

  • serviceKey - The mobile network resource identifier.


Timeouts

The timeouts block allows you to specify timeouts for certain actions:

  • read - (Defaults to 5 minutes) Used when retrieving the Mobile Network.

Import

Mobile Network can be imported using the resourceId, e.g.