tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getGaapCountryAreaMapping
Start a Neo task
Explain and create a tencentcloud.getGaapCountryAreaMapping resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of gaap country area mapping
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const countryAreaMapping = tencentcloud.getGaapCountryAreaMapping({});
import pulumi
import pulumi_tencentcloud as tencentcloud
country_area_mapping = tencentcloud.get_gaap_country_area_mapping()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetGaapCountryAreaMapping(ctx, &tencentcloud.GetGaapCountryAreaMappingArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var countryAreaMapping = Tencentcloud.GetGaapCountryAreaMapping.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetGaapCountryAreaMappingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var countryAreaMapping = TencentcloudFunctions.getGaapCountryAreaMapping(GetGaapCountryAreaMappingArgs.builder()
.build());
}
}
variables:
countryAreaMapping:
fn::invoke:
function: tencentcloud:getGaapCountryAreaMapping
arguments: {}
Using getGaapCountryAreaMapping
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGaapCountryAreaMapping(args: GetGaapCountryAreaMappingArgs, opts?: InvokeOptions): Promise<GetGaapCountryAreaMappingResult>
function getGaapCountryAreaMappingOutput(args: GetGaapCountryAreaMappingOutputArgs, opts?: InvokeOptions): Output<GetGaapCountryAreaMappingResult>def get_gaap_country_area_mapping(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaapCountryAreaMappingResult
def get_gaap_country_area_mapping_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaapCountryAreaMappingResult]func GetGaapCountryAreaMapping(ctx *Context, args *GetGaapCountryAreaMappingArgs, opts ...InvokeOption) (*GetGaapCountryAreaMappingResult, error)
func GetGaapCountryAreaMappingOutput(ctx *Context, args *GetGaapCountryAreaMappingOutputArgs, opts ...InvokeOption) GetGaapCountryAreaMappingResultOutput> Note: This function is named GetGaapCountryAreaMapping in the Go SDK.
public static class GetGaapCountryAreaMapping
{
public static Task<GetGaapCountryAreaMappingResult> InvokeAsync(GetGaapCountryAreaMappingArgs args, InvokeOptions? opts = null)
public static Output<GetGaapCountryAreaMappingResult> Invoke(GetGaapCountryAreaMappingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaapCountryAreaMappingResult> getGaapCountryAreaMapping(GetGaapCountryAreaMappingArgs args, InvokeOptions options)
public static Output<GetGaapCountryAreaMappingResult> getGaapCountryAreaMapping(GetGaapCountryAreaMappingArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getGaapCountryAreaMapping:getGaapCountryAreaMapping
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getGaapCountryAreaMapping Result
The following output properties are available:
- Country
Area List<GetMapping Lists Gaap Country Area Mapping Country Area Mapping List> - Country/region code mapping table.
- Id string
- Result
Output stringFile
- Country
Area []GetMapping Lists Gaap Country Area Mapping Country Area Mapping List - Country/region code mapping table.
- Id string
- Result
Output stringFile
- country
Area List<GetMapping Lists Gaap Country Area Mapping Country Area Mapping List> - Country/region code mapping table.
- id String
- result
Output StringFile
- country
Area GetMapping Lists Gaap Country Area Mapping Country Area Mapping List[] - Country/region code mapping table.
- id string
- result
Output stringFile
- country_
area_ Sequence[Getmapping_ lists Gaap Country Area Mapping Country Area Mapping List] - Country/region code mapping table.
- id str
- result_
output_ strfile
- country
Area List<Property Map>Mapping Lists - Country/region code mapping table.
- id String
- result
Output StringFile
Supporting Types
GetGaapCountryAreaMappingCountryAreaMappingList
- Continent
Inner stringCode - Continental Code.
- Continent
Name string - The name of the continent.
- Geographical
Zone stringInner Code - Region code.
- Geographical
Zone stringName - Region name.
- Nation
Country stringInner Code - Country code.
- Nation
Country stringName - Country name.
- Remark string
- Annotation InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- Continent
Inner stringCode - Continental Code.
- Continent
Name string - The name of the continent.
- Geographical
Zone stringInner Code - Region code.
- Geographical
Zone stringName - Region name.
- Nation
Country stringInner Code - Country code.
- Nation
Country stringName - Country name.
- Remark string
- Annotation InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- continent
Inner StringCode - Continental Code.
- continent
Name String - The name of the continent.
- geographical
Zone StringInner Code - Region code.
- geographical
Zone StringName - Region name.
- nation
Country StringInner Code - Country code.
- nation
Country StringName - Country name.
- remark String
- Annotation InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- continent
Inner stringCode - Continental Code.
- continent
Name string - The name of the continent.
- geographical
Zone stringInner Code - Region code.
- geographical
Zone stringName - Region name.
- nation
Country stringInner Code - Country code.
- nation
Country stringName - Country name.
- remark string
- Annotation InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- continent_
inner_ strcode - Continental Code.
- continent_
name str - The name of the continent.
- geographical_
zone_ strinner_ code - Region code.
- geographical_
zone_ strname - Region name.
- nation_
country_ strinner_ code - Country code.
- nation_
country_ strname - Country name.
- remark str
- Annotation InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- continent
Inner StringCode - Continental Code.
- continent
Name String - The name of the continent.
- geographical
Zone StringInner Code - Region code.
- geographical
Zone StringName - Region name.
- nation
Country StringInner Code - Country code.
- nation
Country StringName - Country name.
- remark String
- Annotation InformationNote: This field may return null, indicating that a valid value cannot be obtained.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
