Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DatabaseManagement.getExternalDatabases
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of External Databases in Oracle Cloud Infrastructure Database Management service.
Lists the external databases in the specified compartment or in the specified DB system.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDatabases = oci.DatabaseManagement.getExternalDatabases({
compartmentId: compartmentId,
displayName: externalDatabaseDisplayName,
externalDatabaseId: testExternalDatabase.id,
externalDbSystemId: testExternalDbSystem.id,
});
import pulumi
import pulumi_oci as oci
test_external_databases = oci.DatabaseManagement.get_external_databases(compartment_id=compartment_id,
display_name=external_database_display_name,
external_database_id=test_external_database["id"],
external_db_system_id=test_external_db_system["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseManagement.GetExternalDatabases(ctx, &databasemanagement.GetExternalDatabasesArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(externalDatabaseDisplayName),
ExternalDatabaseId: pulumi.StringRef(testExternalDatabase.Id),
ExternalDbSystemId: pulumi.StringRef(testExternalDbSystem.Id),
}, 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 testExternalDatabases = Oci.DatabaseManagement.GetExternalDatabases.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = externalDatabaseDisplayName,
ExternalDatabaseId = testExternalDatabase.Id,
ExternalDbSystemId = testExternalDbSystem.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExternalDatabasesArgs;
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 testExternalDatabases = DatabaseManagementFunctions.getExternalDatabases(GetExternalDatabasesArgs.builder()
.compartmentId(compartmentId)
.displayName(externalDatabaseDisplayName)
.externalDatabaseId(testExternalDatabase.id())
.externalDbSystemId(testExternalDbSystem.id())
.build());
}
}
variables:
testExternalDatabases:
fn::invoke:
Function: oci:DatabaseManagement:getExternalDatabases
Arguments:
compartmentId: ${compartmentId}
displayName: ${externalDatabaseDisplayName}
externalDatabaseId: ${testExternalDatabase.id}
externalDbSystemId: ${testExternalDbSystem.id}
Using getExternalDatabases
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 getExternalDatabases(args: GetExternalDatabasesArgs, opts?: InvokeOptions): Promise<GetExternalDatabasesResult>
function getExternalDatabasesOutput(args: GetExternalDatabasesOutputArgs, opts?: InvokeOptions): Output<GetExternalDatabasesResult>
def get_external_databases(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
external_database_id: Optional[str] = None,
external_db_system_id: Optional[str] = None,
filters: Optional[Sequence[_databasemanagement.GetExternalDatabasesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalDatabasesResult
def get_external_databases_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
external_database_id: Optional[pulumi.Input[str]] = None,
external_db_system_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasemanagement.GetExternalDatabasesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExternalDatabasesResult]
func GetExternalDatabases(ctx *Context, args *GetExternalDatabasesArgs, opts ...InvokeOption) (*GetExternalDatabasesResult, error)
func GetExternalDatabasesOutput(ctx *Context, args *GetExternalDatabasesOutputArgs, opts ...InvokeOption) GetExternalDatabasesResultOutput
> Note: This function is named GetExternalDatabases
in the Go SDK.
public static class GetExternalDatabases
{
public static Task<GetExternalDatabasesResult> InvokeAsync(GetExternalDatabasesArgs args, InvokeOptions? opts = null)
public static Output<GetExternalDatabasesResult> Invoke(GetExternalDatabasesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExternalDatabasesResult> getExternalDatabases(GetExternalDatabasesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getExternalDatabases:getExternalDatabases
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Database stringId - The OCID of the external database.
- External
Db stringSystem Id - The OCID of the external DB system.
- Filters
List<Get
External Databases Filter>
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Database stringId - The OCID of the external database.
- External
Db stringSystem Id - The OCID of the external DB system.
- Filters
[]Get
External Databases Filter
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Database StringId - The OCID of the external database.
- external
Db StringSystem Id - The OCID of the external DB system.
- filters
List<Get
External Databases Filter>
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- external
Database stringId - The OCID of the external database.
- external
Db stringSystem Id - The OCID of the external DB system.
- filters
Get
External Databases Filter[]
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- external_
database_ strid - The OCID of the external database.
- external_
db_ strsystem_ id - The OCID of the external DB system.
- filters
Sequence[databasemanagement.
Get External Databases Filter]
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Database StringId - The OCID of the external database.
- external
Db StringSystem Id - The OCID of the external DB system.
- filters List<Property Map>
getExternalDatabases Result
The following output properties are available:
- External
Database List<GetCollections External Databases External Database Collection> - The list of external_database_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- External
Database stringId - External
Db stringSystem Id - Filters
List<Get
External Databases Filter>
- External
Database []GetCollections External Databases External Database Collection - The list of external_database_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- External
Database stringId - External
Db stringSystem Id - Filters
[]Get
External Databases Filter
- external
Database List<GetCollections External Databases External Database Collection> - The list of external_database_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- external
Database StringId - external
Db StringSystem Id - filters
List<Get
External Databases Filter>
- external
Database GetCollections External Databases External Database Collection[] - The list of external_database_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - The OCID of the compartment.
- display
Name string - The user-friendly name for the database. The name does not have to be unique.
- external
Database stringId - external
Db stringSystem Id - filters
Get
External Databases Filter[]
- external_
database_ Sequence[databasemanagement.collections Get External Databases External Database Collection] - The list of external_database_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- compartment_
id str - The OCID of the compartment.
- display_
name str - The user-friendly name for the database. The name does not have to be unique.
- external_
database_ strid - external_
db_ strsystem_ id - filters
Sequence[databasemanagement.
Get External Databases Filter]
- external
Database List<Property Map>Collections - The list of external_database_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- external
Database StringId - external
Db StringSystem Id - filters List<Property Map>
Supporting Types
GetExternalDatabasesExternalDatabaseCollection
- Items
List<Get
External Databases External Database Collection Item> - An array of external databases.
- Items
[]Get
External Databases External Database Collection Item - An array of external databases.
- items
List<Get
External Databases External Database Collection Item> - An array of external databases.
- items
Get
External Databases External Database Collection Item[] - An array of external databases.
- items
Sequence[databasemanagement.
Get External Databases External Database Collection Item] - An array of external databases.
- items List<Property Map>
- An array of external databases.
GetExternalDatabasesExternalDatabaseCollectionItem
- Compartment
Id string - The OCID of the compartment.
- Database
Sub stringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- Database
Type string - The type of Oracle Database installation.
- Db
Management List<GetConfigs External Databases External Database Collection Item Db Management Config> - The configuration of the Database Management service.
- Db
System List<GetInfos External Databases External Database Collection Item Db System Info> - The basic information about an external DB system.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Container stringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- External
Db stringHome Id - The OCID of the external DB home.
- Dictionary<string, object>
- 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"}
- Id string
- The OCID of the external DB system.
- Instance
Details List<GetExternal Databases External Database Collection Item Instance Detail> - The list of database instances if the database is a RAC database.
- State string
- The current lifecycle state of the external database resource.
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the external DB system was created.
- Compartment
Id string - The OCID of the compartment.
- Database
Sub stringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- Database
Type string - The type of Oracle Database installation.
- Db
Management []GetConfigs External Databases External Database Collection Item Db Management Config - The configuration of the Database Management service.
- Db
System []GetInfos External Databases External Database Collection Item Db System Info - The basic information about an external DB system.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Container stringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- External
Db stringHome Id - The OCID of the external DB home.
- map[string]interface{}
- 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"}
- Id string
- The OCID of the external DB system.
- Instance
Details []GetExternal Databases External Database Collection Item Instance Detail - The list of database instances if the database is a RAC database.
- State string
- The current lifecycle state of the external database resource.
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the external DB system was created.
- compartment
Id String - The OCID of the compartment.
- database
Sub StringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database
Type String - The type of Oracle Database installation.
- db
Management List<GetConfigs External Databases External Database Collection Item Db Management Config> - The configuration of the Database Management service.
- db
System List<GetInfos External Databases External Database Collection Item Db System Info> - The basic information about an external DB system.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Container StringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- external
Db StringHome Id - The OCID of the external DB home.
- Map<String,Object>
- 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"}
- id String
- The OCID of the external DB system.
- instance
Details List<GetExternal Databases External Database Collection Item Instance Detail> - The list of database instances if the database is a RAC database.
- state String
- The current lifecycle state of the external database resource.
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system was created.
- compartment
Id string - The OCID of the compartment.
- database
Sub stringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database
Type string - The type of Oracle Database installation.
- db
Management GetConfigs External Databases External Database Collection Item Db Management Config[] - The configuration of the Database Management service.
- db
System GetInfos External Databases External Database Collection Item Db System Info[] - The basic information about an external DB system.
- db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A filter to only return the resources that match the entire display name.
- external
Container stringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- external
Db stringHome Id - The OCID of the external DB home.
- {[key: string]: any}
- 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"}
- id string
- The OCID of the external DB system.
- instance
Details GetExternal Databases External Database Collection Item Instance Detail[] - The list of database instances if the database is a RAC database.
- state string
- The current lifecycle state of the external database resource.
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the external DB system was created.
- compartment_
id str - The OCID of the compartment.
- database_
sub_ strtype - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database_
type str - The type of Oracle Database installation.
- db_
management_ Sequence[databasemanagement.configs Get External Databases External Database Collection Item Db Management Config] - The configuration of the Database Management service.
- db_
system_ Sequence[databasemanagement.infos Get External Databases External Database Collection Item Db System Info] - The basic information about an external DB system.
- db_
unique_ strname - The
DB_UNIQUE_NAME
of the external database. - Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A filter to only return the resources that match the entire display name.
- external_
container_ strdatabase_ id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- external_
db_ strhome_ id - The OCID of the external DB home.
- Mapping[str, Any]
- 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"}
- id str
- The OCID of the external DB system.
- instance_
details Sequence[databasemanagement.Get External Databases External Database Collection Item Instance Detail] - The list of database instances if the database is a RAC database.
- state str
- The current lifecycle state of the external database resource.
- Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the external DB system was created.
- compartment
Id String - The OCID of the compartment.
- database
Sub StringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database
Type String - The type of Oracle Database installation.
- db
Management List<Property Map>Configs - The configuration of the Database Management service.
- db
System List<Property Map>Infos - The basic information about an external DB system.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Container StringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- external
Db StringHome Id - The OCID of the external DB home.
- Map<Any>
- 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"}
- id String
- The OCID of the external DB system.
- instance
Details List<Property Map> - The list of database instances if the database is a RAC database.
- state String
- The current lifecycle state of the external database resource.
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system was created.
GetExternalDatabasesExternalDatabaseCollectionItemDbManagementConfig
- Connector
Id string - The OCID of the external database connector.
- Database
Management stringStatus - The status of the Database Management service.
- License
Model string - The Oracle license model that applies to the external database.
- Connector
Id string - The OCID of the external database connector.
- Database
Management stringStatus - The status of the Database Management service.
- License
Model string - The Oracle license model that applies to the external database.
- connector
Id String - The OCID of the external database connector.
- database
Management StringStatus - The status of the Database Management service.
- license
Model String - The Oracle license model that applies to the external database.
- connector
Id string - The OCID of the external database connector.
- database
Management stringStatus - The status of the Database Management service.
- license
Model string - The Oracle license model that applies to the external database.
- connector_
id str - The OCID of the external database connector.
- database_
management_ strstatus - The status of the Database Management service.
- license_
model str - The Oracle license model that applies to the external database.
- connector
Id String - The OCID of the external database connector.
- database
Management StringStatus - The status of the Database Management service.
- license
Model String - The Oracle license model that applies to the external database.
GetExternalDatabasesExternalDatabaseCollectionItemDbSystemInfo
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Exadata
Infra List<GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info> - The basic information about an external Exadata Infrastructure.
- Id string
- The OCID of the external DB system.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Exadata
Infra []GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info - The basic information about an external Exadata Infrastructure.
- Id string
- The OCID of the external DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- exadata
Infra List<GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info> - The basic information about an external Exadata Infrastructure.
- id String
- The OCID of the external DB system.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- exadata
Infra GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info[] - The basic information about an external Exadata Infrastructure.
- id string
- The OCID of the external DB system.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- exadata_
infra_ Sequence[databasemanagement.infos Get External Databases External Database Collection Item Db System Info Exadata Infra Info] - The basic information about an external Exadata Infrastructure.
- id str
- The OCID of the external DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- exadata
Infra List<Property Map>Infos - The basic information about an external Exadata Infrastructure.
- id String
- The OCID of the external DB system.
GetExternalDatabasesExternalDatabaseCollectionItemDbSystemInfoExadataInfraInfo
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Id string
- The OCID of the external DB system.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Id string
- The OCID of the external DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- id String
- The OCID of the external DB system.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- id string
- The OCID of the external DB system.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- id str
- The OCID of the external DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- id String
- The OCID of the external DB system.
GetExternalDatabasesExternalDatabaseCollectionItemInstanceDetail
- Host
Name string - The name of the host machine.
- Instance
Name string - The name of the database instance.
- Instance
Number int - The instance number of the database instance.
- Host
Name string - The name of the host machine.
- Instance
Name string - The name of the database instance.
- Instance
Number int - The instance number of the database instance.
- host
Name String - The name of the host machine.
- instance
Name String - The name of the database instance.
- instance
Number Integer - The instance number of the database instance.
- host
Name string - The name of the host machine.
- instance
Name string - The name of the database instance.
- instance
Number number - The instance number of the database instance.
- host_
name str - The name of the host machine.
- instance_
name str - The name of the database instance.
- instance_
number int - The instance number of the database instance.
- host
Name String - The name of the host machine.
- instance
Name String - The name of the database instance.
- instance
Number Number - The instance number of the database instance.
GetExternalDatabasesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi