Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
This data source provides the list of Email Ip Pools in Oracle Cloud Infrastructure Email service.
Returns a list of EmailIpPools.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testEmailIpPools = oci.Email.getEmailIpPools({
compartmentId: compartmentId,
id: emailIpPoolId,
name: emailIpPoolName,
state: emailIpPoolState,
});
import pulumi
import pulumi_oci as oci
test_email_ip_pools = oci.Email.get_email_ip_pools(compartment_id=compartment_id,
id=email_ip_pool_id,
name=email_ip_pool_name,
state=email_ip_pool_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/email"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := email.GetEmailIpPools(ctx, &email.GetEmailIpPoolsArgs{
CompartmentId: compartmentId,
Id: pulumi.StringRef(emailIpPoolId),
Name: pulumi.StringRef(emailIpPoolName),
State: pulumi.StringRef(emailIpPoolState),
}, 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 testEmailIpPools = Oci.Email.GetEmailIpPools.Invoke(new()
{
CompartmentId = compartmentId,
Id = emailIpPoolId,
Name = emailIpPoolName,
State = emailIpPoolState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Email.EmailFunctions;
import com.pulumi.oci.Email.inputs.GetEmailIpPoolsArgs;
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 testEmailIpPools = EmailFunctions.getEmailIpPools(GetEmailIpPoolsArgs.builder()
.compartmentId(compartmentId)
.id(emailIpPoolId)
.name(emailIpPoolName)
.state(emailIpPoolState)
.build());
}
}
variables:
testEmailIpPools:
fn::invoke:
function: oci:Email:getEmailIpPools
arguments:
compartmentId: ${compartmentId}
id: ${emailIpPoolId}
name: ${emailIpPoolName}
state: ${emailIpPoolState}
Using getEmailIpPools
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 getEmailIpPools(args: GetEmailIpPoolsArgs, opts?: InvokeOptions): Promise<GetEmailIpPoolsResult>
function getEmailIpPoolsOutput(args: GetEmailIpPoolsOutputArgs, opts?: InvokeOptions): Output<GetEmailIpPoolsResult>def get_email_ip_pools(compartment_id: Optional[str] = None,
filters: Optional[Sequence[GetEmailIpPoolsFilter]] = None,
id: Optional[str] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEmailIpPoolsResult
def get_email_ip_pools_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetEmailIpPoolsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEmailIpPoolsResult]func GetEmailIpPools(ctx *Context, args *GetEmailIpPoolsArgs, opts ...InvokeOption) (*GetEmailIpPoolsResult, error)
func GetEmailIpPoolsOutput(ctx *Context, args *GetEmailIpPoolsOutputArgs, opts ...InvokeOption) GetEmailIpPoolsResultOutput> Note: This function is named GetEmailIpPools in the Go SDK.
public static class GetEmailIpPools
{
public static Task<GetEmailIpPoolsResult> InvokeAsync(GetEmailIpPoolsArgs args, InvokeOptions? opts = null)
public static Output<GetEmailIpPoolsResult> Invoke(GetEmailIpPoolsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEmailIpPoolsResult> getEmailIpPools(GetEmailIpPoolsArgs args, InvokeOptions options)
public static Output<GetEmailIpPoolsResult> getEmailIpPools(GetEmailIpPoolsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Email/getEmailIpPools:getEmailIpPools
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID for the compartment.
- Filters
List<Get
Email Ip Pools Filter> - Id string
- A filter to only return resources that match the given id exactly.
- Name string
- A filter to only return resources that match the given name exactly.
- State string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- Compartment
Id string - The OCID for the compartment.
- Filters
[]Get
Email Ip Pools Filter - Id string
- A filter to only return resources that match the given id exactly.
- Name string
- A filter to only return resources that match the given name exactly.
- State string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- compartment
Id String - The OCID for the compartment.
- filters
List<Get
Ip Pools Filter> - id String
- A filter to only return resources that match the given id exactly.
- name String
- A filter to only return resources that match the given name exactly.
- state String
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- compartment
Id string - The OCID for the compartment.
- filters
Get
Email Ip Pools Filter[] - id string
- A filter to only return resources that match the given id exactly.
- name string
- A filter to only return resources that match the given name exactly.
- state string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- compartment_
id str - The OCID for the compartment.
- filters
Sequence[Get
Email Ip Pools Filter] - id str
- A filter to only return resources that match the given id exactly.
- name str
- A filter to only return resources that match the given name exactly.
- state str
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- compartment
Id String - The OCID for the compartment.
- filters List<Property Map>
- id String
- A filter to only return resources that match the given id exactly.
- name String
- A filter to only return resources that match the given name exactly.
- state String
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
getEmailIpPools Result
The following output properties are available:
- Compartment
Id string - The lock compartment ID.
- Email
Ip List<GetPool Collections Email Ip Pools Email Ip Pool Collection> - The list of email_ip_pool_collection.
- Filters
List<Get
Email Ip Pools Filter> - Id string
- The unique OCID of the IpPool resource that is immutable on creation.
- Name string
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- State string
- The current state of the IpPool.
- Compartment
Id string - The lock compartment ID.
- Email
Ip []GetPool Collections Email Ip Pools Email Ip Pool Collection - The list of email_ip_pool_collection.
- Filters
[]Get
Email Ip Pools Filter - Id string
- The unique OCID of the IpPool resource that is immutable on creation.
- Name string
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- State string
- The current state of the IpPool.
- compartment
Id String - The lock compartment ID.
- email
Ip List<GetPool Collections Ip Pools Ip Pool Collection> - The list of email_ip_pool_collection.
- filters
List<Get
Ip Pools Filter> - id String
- The unique OCID of the IpPool resource that is immutable on creation.
- name String
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- state String
- The current state of the IpPool.
- compartment
Id string - The lock compartment ID.
- email
Ip GetPool Collections Email Ip Pools Email Ip Pool Collection[] - The list of email_ip_pool_collection.
- filters
Get
Email Ip Pools Filter[] - id string
- The unique OCID of the IpPool resource that is immutable on creation.
- name string
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- state string
- The current state of the IpPool.
- compartment_
id str - The lock compartment ID.
- email_
ip_ Sequence[Getpool_ collections Email Ip Pools Email Ip Pool Collection] - The list of email_ip_pool_collection.
- filters
Sequence[Get
Email Ip Pools Filter] - id str
- The unique OCID of the IpPool resource that is immutable on creation.
- name str
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- state str
- The current state of the IpPool.
- compartment
Id String - The lock compartment ID.
- email
Ip List<Property Map>Pool Collections - The list of email_ip_pool_collection.
- filters List<Property Map>
- id String
- The unique OCID of the IpPool resource that is immutable on creation.
- name String
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- state String
- The current state of the IpPool.
Supporting Types
GetEmailIpPoolsEmailIpPoolCollection
GetEmailIpPoolsEmailIpPoolCollectionItem
- Compartment
Id string - The OCID for the compartment.
- 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"} - Description string
- The description of the IpPool. Avoid entering confidential information.
- 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"} - Id string
- A filter to only return resources that match the given id exactly.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- Locks
List<Get
Email Ip Pools Email Ip Pool Collection Item Lock> - Locks associated with this resource.
- Name string
- A filter to only return resources that match the given name exactly.
- Outbound
Ips List<string> - Summary of outbound IPs assigned to the IpPool.
- Outbound
Ips List<GetResponses Email Ip Pools Email Ip Pool Collection Item Outbound Ips Response> - State string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Time
Updated string - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- Compartment
Id string - The OCID for the compartment.
- 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"} - Description string
- The description of the IpPool. Avoid entering confidential information.
- 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"} - Id string
- A filter to only return resources that match the given id exactly.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- Locks
[]Get
Email Ip Pools Email Ip Pool Collection Item Lock - Locks associated with this resource.
- Name string
- A filter to only return resources that match the given name exactly.
- Outbound
Ips []string - Summary of outbound IPs assigned to the IpPool.
- Outbound
Ips []GetResponses Email Ip Pools Email Ip Pool Collection Item Outbound Ips Response - State string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Time
Updated string - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment
Id String - The OCID for the compartment.
- 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"} - description String
- The description of the IpPool. Avoid entering confidential information.
- 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"} - id String
- A filter to only return resources that match the given id exactly.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- locks
List<Get
Ip Pools Ip Pool Collection Item Lock> - Locks associated with this resource.
- name String
- A filter to only return resources that match the given name exactly.
- outbound
Ips List<String> - Summary of outbound IPs assigned to the IpPool.
- outbound
Ips List<GetResponses Ip Pools Ip Pool Collection Item Outbound Ips Response> - state String
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time
Updated String - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment
Id string - The OCID for the compartment.
- {[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"} - description string
- The description of the IpPool. Avoid entering confidential information.
- {[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"} - id string
- A filter to only return resources that match the given id exactly.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- locks
Get
Email Ip Pools Email Ip Pool Collection Item Lock[] - Locks associated with this resource.
- name string
- A filter to only return resources that match the given name exactly.
- outbound
Ips string[] - Summary of outbound IPs assigned to the IpPool.
- outbound
Ips GetResponses Email Ip Pools Email Ip Pool Collection Item Outbound Ips Response[] - state string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time
Updated string - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment_
id str - The OCID for the compartment.
- 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"} - description str
- The description of the IpPool. Avoid entering confidential information.
- 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"} - id str
- A filter to only return resources that match the given id exactly.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- locks
Sequence[Get
Email Ip Pools Email Ip Pool Collection Item Lock] - Locks associated with this resource.
- name str
- A filter to only return resources that match the given name exactly.
- outbound_
ips Sequence[str] - Summary of outbound IPs assigned to the IpPool.
- outbound_
ips_ Sequence[Getresponses Email Ip Pools Email Ip Pool Collection Item Outbound Ips Response] - state str
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time_
updated str - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment
Id String - The OCID for the compartment.
- 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"} - description String
- The description of the IpPool. Avoid entering confidential information.
- 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"} - id String
- A filter to only return resources that match the given id exactly.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- locks List<Property Map>
- Locks associated with this resource.
- name String
- A filter to only return resources that match the given name exactly.
- outbound
Ips List<String> - Summary of outbound IPs assigned to the IpPool.
- outbound
Ips List<Property Map>Responses - state String
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time
Updated String - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
GetEmailIpPoolsEmailIpPoolCollectionItemLock
- Compartment
Id string - The OCID for the compartment.
- Message string
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- string
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Type string
- Lock type.
- Compartment
Id string - The OCID for the compartment.
- Message string
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- string
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Type string
- Lock type.
- compartment
Id String - The OCID for the compartment.
- message String
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- String
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type String
- Lock type.
- compartment
Id string - The OCID for the compartment.
- message string
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- string
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type string
- Lock type.
- compartment_
id str - The OCID for the compartment.
- message str
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- str
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time_
created str - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type str
- Lock type.
- compartment
Id String - The OCID for the compartment.
- message String
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- String
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type String
- Lock type.
GetEmailIpPoolsEmailIpPoolCollectionItemOutboundIpsResponse
- Assignment
State string - The assignment state of the public IP address.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- Outbound
Ip string - The public IP address assigned to the tenancy.
- State string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- Assignment
State string - The assignment state of the public IP address.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- Outbound
Ip string - The public IP address assigned to the tenancy.
- State string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- assignment
State String - The assignment state of the public IP address.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- outbound
Ip String - The public IP address assigned to the tenancy.
- state String
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- assignment
State string - The assignment state of the public IP address.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- outbound
Ip string - The public IP address assigned to the tenancy.
- state string
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- assignment_
state str - The assignment state of the public IP address.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- outbound_
ip str - The public IP address assigned to the tenancy.
- state str
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
- assignment
State String - The assignment state of the public IP address.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'DRAINING' state.
- outbound
Ip String - The public IP address assigned to the tenancy.
- state String
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
GetEmailIpPoolsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
