Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
This data source provides the list of External Locations Metadata in Oracle Cloud Infrastructure Multicloud service.
List externalLocationDetail metadata from Oracle Cloud Infrastructure to Cloud Service Provider for regions, Availability Zones, and Cluster Placement Group ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalLocationsMetadata = oci.oci.getMulticloudExternalLocationsMetadata({
compartmentId: compartmentId,
subscriptionId: subscriptionId,
subscriptionServiceName: subscriptionServiceName,
entityType: externalLocationsMetadataEntityType,
linkedCompartmentId: linkedCompartmentId,
});
import pulumi
import pulumi_oci as oci
test_external_locations_metadata = oci.oci.get_multicloud_external_locations_metadata(compartment_id=compartment_id,
subscription_id=subscription_id,
subscription_service_name=subscription_service_name,
entity_type=external_locations_metadata_entity_type,
linked_compartment_id=linked_compartment_id)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetMulticloudExternalLocationsMetadata(ctx, &oci.GetMulticloudExternalLocationsMetadataArgs{
CompartmentId: compartmentId,
SubscriptionId: subscriptionId,
SubscriptionServiceName: subscriptionServiceName,
EntityType: pulumi.StringRef(externalLocationsMetadataEntityType),
LinkedCompartmentId: pulumi.StringRef(linkedCompartmentId),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testExternalLocationsMetadata = Oci.Oci.GetMulticloudExternalLocationsMetadata.Invoke(new()
{
CompartmentId = compartmentId,
SubscriptionId = subscriptionId,
SubscriptionServiceName = subscriptionServiceName,
EntityType = externalLocationsMetadataEntityType,
LinkedCompartmentId = linkedCompartmentId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetMulticloudExternalLocationsMetadataArgs;
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 testExternalLocationsMetadata = OciFunctions.getMulticloudExternalLocationsMetadata(GetMulticloudExternalLocationsMetadataArgs.builder()
.compartmentId(compartmentId)
.subscriptionId(subscriptionId)
.subscriptionServiceName(subscriptionServiceName)
.entityType(externalLocationsMetadataEntityType)
.linkedCompartmentId(linkedCompartmentId)
.build());
}
}
variables:
testExternalLocationsMetadata:
fn::invoke:
function: oci:oci:getMulticloudExternalLocationsMetadata
arguments:
compartmentId: ${compartmentId}
subscriptionId: ${subscriptionId}
subscriptionServiceName: ${subscriptionServiceName}
entityType: ${externalLocationsMetadataEntityType}
linkedCompartmentId: ${linkedCompartmentId}
Using getMulticloudExternalLocationsMetadata
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 getMulticloudExternalLocationsMetadata(args: GetMulticloudExternalLocationsMetadataArgs, opts?: InvokeOptions): Promise<GetMulticloudExternalLocationsMetadataResult>
function getMulticloudExternalLocationsMetadataOutput(args: GetMulticloudExternalLocationsMetadataOutputArgs, opts?: InvokeOptions): Output<GetMulticloudExternalLocationsMetadataResult>def get_multicloud_external_locations_metadata(compartment_id: Optional[str] = None,
entity_type: Optional[str] = None,
filters: Optional[Sequence[GetMulticloudExternalLocationsMetadataFilter]] = None,
limit: Optional[int] = None,
linked_compartment_id: Optional[str] = None,
subscription_id: Optional[str] = None,
subscription_service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMulticloudExternalLocationsMetadataResult
def get_multicloud_external_locations_metadata_output(compartment_id: Optional[pulumi.Input[str]] = None,
entity_type: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetMulticloudExternalLocationsMetadataFilterArgs]]]] = None,
limit: Optional[pulumi.Input[int]] = None,
linked_compartment_id: Optional[pulumi.Input[str]] = None,
subscription_id: Optional[pulumi.Input[str]] = None,
subscription_service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMulticloudExternalLocationsMetadataResult]func GetMulticloudExternalLocationsMetadata(ctx *Context, args *GetMulticloudExternalLocationsMetadataArgs, opts ...InvokeOption) (*GetMulticloudExternalLocationsMetadataResult, error)
func GetMulticloudExternalLocationsMetadataOutput(ctx *Context, args *GetMulticloudExternalLocationsMetadataOutputArgs, opts ...InvokeOption) GetMulticloudExternalLocationsMetadataResultOutput> Note: This function is named GetMulticloudExternalLocationsMetadata in the Go SDK.
public static class GetMulticloudExternalLocationsMetadata
{
public static Task<GetMulticloudExternalLocationsMetadataResult> InvokeAsync(GetMulticloudExternalLocationsMetadataArgs args, InvokeOptions? opts = null)
public static Output<GetMulticloudExternalLocationsMetadataResult> Invoke(GetMulticloudExternalLocationsMetadataInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMulticloudExternalLocationsMetadataResult> getMulticloudExternalLocationsMetadata(GetMulticloudExternalLocationsMetadataArgs args, InvokeOptions options)
public static Output<GetMulticloudExternalLocationsMetadataResult> getMulticloudExternalLocationsMetadata(GetMulticloudExternalLocationsMetadataArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getMulticloudExternalLocationsMetadata:getMulticloudExternalLocationsMetadata
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Subscription
Id string - The OCID of the subscription in which to list resources.
- Subscription
Service stringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- Entity
Type string - The resource type query (i.e. dbsystem, instance etc.)
- Filters
List<Get
Multicloud External Locations Metadata Filter> - Limit int
- Linked
Compartment stringId - The OCID of the compartment in which linked to Resource.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Subscription
Id string - The OCID of the subscription in which to list resources.
- Subscription
Service stringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- Entity
Type string - The resource type query (i.e. dbsystem, instance etc.)
- Filters
[]Get
Multicloud External Locations Metadata Filter - Limit int
- Linked
Compartment stringId - The OCID of the compartment in which linked to Resource.
- compartment
Id String - The OCID of the compartment in which to list resources.
- subscription
Id String - The OCID of the subscription in which to list resources.
- subscription
Service StringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- entity
Type String - The resource type query (i.e. dbsystem, instance etc.)
- filters
List<Get
Multicloud External Locations Metadata Filter> - limit Integer
- linked
Compartment StringId - The OCID of the compartment in which linked to Resource.
- compartment
Id string - The OCID of the compartment in which to list resources.
- subscription
Id string - The OCID of the subscription in which to list resources.
- subscription
Service stringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- entity
Type string - The resource type query (i.e. dbsystem, instance etc.)
- filters
Get
Multicloud External Locations Metadata Filter[] - limit number
- linked
Compartment stringId - The OCID of the compartment in which linked to Resource.
- compartment_
id str - The OCID of the compartment in which to list resources.
- subscription_
id str - The OCID of the subscription in which to list resources.
- subscription_
service_ strname - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- entity_
type str - The resource type query (i.e. dbsystem, instance etc.)
- filters
Sequence[Get
Multicloud External Locations Metadata Filter] - limit int
- linked_
compartment_ strid - The OCID of the compartment in which linked to Resource.
- compartment
Id String - The OCID of the compartment in which to list resources.
- subscription
Id String - The OCID of the subscription in which to list resources.
- subscription
Service StringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- entity
Type String - The resource type query (i.e. dbsystem, instance etc.)
- filters List<Property Map>
- limit Number
- linked
Compartment StringId - The OCID of the compartment in which linked to Resource.
getMulticloudExternalLocationsMetadata Result
The following output properties are available:
- Compartment
Id string - External
Locations List<GetMetadatum Collections Multicloud External Locations Metadata External Locations Metadatum Collection> - The list of ExternalLocationsMetadata.
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscription
Id string - Subscription
Service stringName - Entity
Type string - Filters
List<Get
Multicloud External Locations Metadata Filter> - Limit int
- Linked
Compartment stringId
- Compartment
Id string - External
Locations []GetMetadatum Collections Multicloud External Locations Metadata External Locations Metadatum Collection - The list of ExternalLocationsMetadata.
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscription
Id string - Subscription
Service stringName - Entity
Type string - Filters
[]Get
Multicloud External Locations Metadata Filter - Limit int
- Linked
Compartment stringId
- compartment
Id String - external
Locations List<GetMetadatum Collections Multicloud External Locations Metadata External Locations Metadatum Collection> - The list of ExternalLocationsMetadata.
- id String
- The provider-assigned unique ID for this managed resource.
- subscription
Id String - subscription
Service StringName - entity
Type String - filters
List<Get
Multicloud External Locations Metadata Filter> - limit Integer
- linked
Compartment StringId
- compartment
Id string - external
Locations GetMetadatum Collections Multicloud External Locations Metadata External Locations Metadatum Collection[] - The list of ExternalLocationsMetadata.
- id string
- The provider-assigned unique ID for this managed resource.
- subscription
Id string - subscription
Service stringName - entity
Type string - filters
Get
Multicloud External Locations Metadata Filter[] - limit number
- linked
Compartment stringId
- compartment_
id str - external_
locations_ Sequence[Getmetadatum_ collections Multicloud External Locations Metadata External Locations Metadatum Collection] - The list of ExternalLocationsMetadata.
- id str
- The provider-assigned unique ID for this managed resource.
- subscription_
id str - subscription_
service_ strname - entity_
type str - filters
Sequence[Get
Multicloud External Locations Metadata Filter] - limit int
- linked_
compartment_ strid
- compartment
Id String - external
Locations List<Property Map>Metadatum Collections - The list of ExternalLocationsMetadata.
- id String
- The provider-assigned unique ID for this managed resource.
- subscription
Id String - subscription
Service StringName - entity
Type String - filters List<Property Map>
- limit Number
- linked
Compartment StringId
Supporting Types
GetMulticloudExternalLocationsMetadataExternalLocationsMetadatumCollection
- Items
List<Get
Multicloud External Locations Metadata External Locations Metadatum Collection Item> - List of ExternalLocationsMetadatumSummary
- Items
[]Get
Multicloud External Locations Metadata External Locations Metadatum Collection Item - List of ExternalLocationsMetadatumSummary
- items
List<Get
Multicloud External Locations Metadata External Locations Metadatum Collection Item> - List of ExternalLocationsMetadatumSummary
- items
Get
Multicloud External Locations Metadata External Locations Metadatum Collection Item[] - List of ExternalLocationsMetadatumSummary
- items
Sequence[Get
Multicloud External Locations Metadata External Locations Metadatum Collection Item] - List of ExternalLocationsMetadatumSummary
- items List<Property Map>
- List of ExternalLocationsMetadatumSummary
GetMulticloudExternalLocationsMetadataExternalLocationsMetadatumCollectionItem
- Cpg
Id string - Cluster Placement Group OCID
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - External
Locations List<GetMulticloud External Locations Metadata External Locations Metadatum Collection Item External Location> - External location for CSP Region, CSP-Physical-AZ, CSP-Logical-AZ
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Oci
Logical stringAd - Oracle Cloud Infrastructure logical ad name
- Oci
Physical stringAd - Oracle Cloud Infrastructure physical ad name
- Oci
Region string - Oracle Cloud Infrastructure region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Cpg
Id string - Cluster Placement Group OCID
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - External
Locations []GetMulticloud External Locations Metadata External Locations Metadatum Collection Item External Location - External location for CSP Region, CSP-Physical-AZ, CSP-Logical-AZ
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Oci
Logical stringAd - Oracle Cloud Infrastructure logical ad name
- Oci
Physical stringAd - Oracle Cloud Infrastructure physical ad name
- Oci
Region string - Oracle Cloud Infrastructure region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- cpg
Id String - Cluster Placement Group OCID
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - external
Locations List<GetMulticloud External Locations Metadata External Locations Metadatum Collection Item External Location> - External location for CSP Region, CSP-Physical-AZ, CSP-Logical-AZ
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - oci
Logical StringAd - Oracle Cloud Infrastructure logical ad name
- oci
Physical StringAd - Oracle Cloud Infrastructure physical ad name
- oci
Region String - Oracle Cloud Infrastructure region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- cpg
Id string - Cluster Placement Group OCID
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - external
Locations GetMulticloud External Locations Metadata External Locations Metadatum Collection Item External Location[] - External location for CSP Region, CSP-Physical-AZ, CSP-Logical-AZ
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - oci
Logical stringAd - Oracle Cloud Infrastructure logical ad name
- oci
Physical stringAd - Oracle Cloud Infrastructure physical ad name
- oci
Region string - Oracle Cloud Infrastructure region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- cpg_
id str - Cluster Placement Group OCID
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - external_
locations Sequence[GetMulticloud External Locations Metadata External Locations Metadatum Collection Item External Location] - External location for CSP Region, CSP-Physical-AZ, CSP-Logical-AZ
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - oci_
logical_ strad - Oracle Cloud Infrastructure logical ad name
- oci_
physical_ strad - Oracle Cloud Infrastructure physical ad name
- oci_
region str - Oracle Cloud Infrastructure region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- cpg
Id String - Cluster Placement Group OCID
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - external
Locations List<Property Map> - External location for CSP Region, CSP-Physical-AZ, CSP-Logical-AZ
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - oci
Logical StringAd - Oracle Cloud Infrastructure logical ad name
- oci
Physical StringAd - Oracle Cloud Infrastructure physical ad name
- oci
Region String - Oracle Cloud Infrastructure region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
GetMulticloudExternalLocationsMetadataExternalLocationsMetadatumCollectionItemExternalLocation
- Csp
Logical stringAz - A mapping of CSP physical availability zone to CSP logical availability zone.
- Csp
Physical stringAz - A mapping of Oracle Cloud Infrastructure site group name to CSP physical availability zone name
- Csp
Physical stringAz Display Name - User friendly display name for cspPhysicalAZ
- Csp
Region string - CSP region corresponding to the given Oracle Cloud Infrastructure region
- Csp
Region stringDisplay Name - CSP region display Name corresponding to the given Oracle Cloud Infrastructure region
- Csp
Zone List<GetKey Reference Ids Multicloud External Locations Metadata External Locations Metadatum Collection Item External Location Csp Zone Key Reference Id> - This is CSP zone key reference
- Service
Name string - The serviceName that externalLocation map object belongs to.
- Csp
Logical stringAz - A mapping of CSP physical availability zone to CSP logical availability zone.
- Csp
Physical stringAz - A mapping of Oracle Cloud Infrastructure site group name to CSP physical availability zone name
- Csp
Physical stringAz Display Name - User friendly display name for cspPhysicalAZ
- Csp
Region string - CSP region corresponding to the given Oracle Cloud Infrastructure region
- Csp
Region stringDisplay Name - CSP region display Name corresponding to the given Oracle Cloud Infrastructure region
- Csp
Zone []GetKey Reference Ids Multicloud External Locations Metadata External Locations Metadatum Collection Item External Location Csp Zone Key Reference Id - This is CSP zone key reference
- Service
Name string - The serviceName that externalLocation map object belongs to.
- csp
Logical StringAz - A mapping of CSP physical availability zone to CSP logical availability zone.
- csp
Physical StringAz - A mapping of Oracle Cloud Infrastructure site group name to CSP physical availability zone name
- csp
Physical StringAz Display Name - User friendly display name for cspPhysicalAZ
- csp
Region String - CSP region corresponding to the given Oracle Cloud Infrastructure region
- csp
Region StringDisplay Name - CSP region display Name corresponding to the given Oracle Cloud Infrastructure region
- csp
Zone List<GetKey Reference Ids Multicloud External Locations Metadata External Locations Metadatum Collection Item External Location Csp Zone Key Reference Id> - This is CSP zone key reference
- service
Name String - The serviceName that externalLocation map object belongs to.
- csp
Logical stringAz - A mapping of CSP physical availability zone to CSP logical availability zone.
- csp
Physical stringAz - A mapping of Oracle Cloud Infrastructure site group name to CSP physical availability zone name
- csp
Physical stringAz Display Name - User friendly display name for cspPhysicalAZ
- csp
Region string - CSP region corresponding to the given Oracle Cloud Infrastructure region
- csp
Region stringDisplay Name - CSP region display Name corresponding to the given Oracle Cloud Infrastructure region
- csp
Zone GetKey Reference Ids Multicloud External Locations Metadata External Locations Metadatum Collection Item External Location Csp Zone Key Reference Id[] - This is CSP zone key reference
- service
Name string - The serviceName that externalLocation map object belongs to.
- csp_
logical_ straz - A mapping of CSP physical availability zone to CSP logical availability zone.
- csp_
physical_ straz - A mapping of Oracle Cloud Infrastructure site group name to CSP physical availability zone name
- csp_
physical_ straz_ display_ name - User friendly display name for cspPhysicalAZ
- csp_
region str - CSP region corresponding to the given Oracle Cloud Infrastructure region
- csp_
region_ strdisplay_ name - CSP region display Name corresponding to the given Oracle Cloud Infrastructure region
- csp_
zone_ Sequence[Getkey_ reference_ ids Multicloud External Locations Metadata External Locations Metadatum Collection Item External Location Csp Zone Key Reference Id] - This is CSP zone key reference
- service_
name str - The serviceName that externalLocation map object belongs to.
- csp
Logical StringAz - A mapping of CSP physical availability zone to CSP logical availability zone.
- csp
Physical StringAz - A mapping of Oracle Cloud Infrastructure site group name to CSP physical availability zone name
- csp
Physical StringAz Display Name - User friendly display name for cspPhysicalAZ
- csp
Region String - CSP region corresponding to the given Oracle Cloud Infrastructure region
- csp
Region StringDisplay Name - CSP region display Name corresponding to the given Oracle Cloud Infrastructure region
- csp
Zone List<Property Map>Key Reference Ids - This is CSP zone key reference
- service
Name String - The serviceName that externalLocation map object belongs to.
GetMulticloudExternalLocationsMetadataExternalLocationsMetadatumCollectionItemExternalLocationCspZoneKeyReferenceId
- Key
Name string - KeyName for Azure=AzureSubscriptionId Aws=AwsAccountId GCP=GcpProjectName
- Key
Value string - Value of keyName GcpProjectName: A human-readable name for your project. The project name isn't used by any Google APIs. You can edit the project name at any time during or after project creation. Project names do not need to be unique. AzureSubscriptionId: A unique alphanumeric string that identifies your Azure subscription. AwsAccountId: a unique 12-digit number that identifies an Amazon Web Services (AWS) account
- Key
Name string - KeyName for Azure=AzureSubscriptionId Aws=AwsAccountId GCP=GcpProjectName
- Key
Value string - Value of keyName GcpProjectName: A human-readable name for your project. The project name isn't used by any Google APIs. You can edit the project name at any time during or after project creation. Project names do not need to be unique. AzureSubscriptionId: A unique alphanumeric string that identifies your Azure subscription. AwsAccountId: a unique 12-digit number that identifies an Amazon Web Services (AWS) account
- key
Name String - KeyName for Azure=AzureSubscriptionId Aws=AwsAccountId GCP=GcpProjectName
- key
Value String - Value of keyName GcpProjectName: A human-readable name for your project. The project name isn't used by any Google APIs. You can edit the project name at any time during or after project creation. Project names do not need to be unique. AzureSubscriptionId: A unique alphanumeric string that identifies your Azure subscription. AwsAccountId: a unique 12-digit number that identifies an Amazon Web Services (AWS) account
- key
Name string - KeyName for Azure=AzureSubscriptionId Aws=AwsAccountId GCP=GcpProjectName
- key
Value string - Value of keyName GcpProjectName: A human-readable name for your project. The project name isn't used by any Google APIs. You can edit the project name at any time during or after project creation. Project names do not need to be unique. AzureSubscriptionId: A unique alphanumeric string that identifies your Azure subscription. AwsAccountId: a unique 12-digit number that identifies an Amazon Web Services (AWS) account
- key_
name str - KeyName for Azure=AzureSubscriptionId Aws=AwsAccountId GCP=GcpProjectName
- key_
value str - Value of keyName GcpProjectName: A human-readable name for your project. The project name isn't used by any Google APIs. You can edit the project name at any time during or after project creation. Project names do not need to be unique. AzureSubscriptionId: A unique alphanumeric string that identifies your Azure subscription. AwsAccountId: a unique 12-digit number that identifies an Amazon Web Services (AWS) account
- key
Name String - KeyName for Azure=AzureSubscriptionId Aws=AwsAccountId GCP=GcpProjectName
- key
Value String - Value of keyName GcpProjectName: A human-readable name for your project. The project name isn't used by any Google APIs. You can edit the project name at any time during or after project creation. Project names do not need to be unique. AzureSubscriptionId: A unique alphanumeric string that identifies your Azure subscription. AwsAccountId: a unique 12-digit number that identifies an Amazon Web Services (AWS) account
GetMulticloudExternalLocationsMetadataFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
