Viewing docs for ibm 2.0.0
published on Monday, Mar 30, 2026 by ibm-cloud
published on Monday, Mar 30, 2026 by ibm-cloud
Viewing docs for ibm 2.0.0
published on Monday, Mar 30, 2026 by ibm-cloud
published on Monday, Mar 30, 2026 by ibm-cloud
Provides a read-only data source to retrieve information about a code_engine_allowed_outbound_destination. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const codeEngineAllowedOutboundDestination = ibm.getCodeEngineAllowedOutboundDestination({
projectId: codeEngineProject.projectId,
name: "my-allowed-outbound-destination",
});
import pulumi
import pulumi_ibm as ibm
code_engine_allowed_outbound_destination = ibm.get_code_engine_allowed_outbound_destination(project_id=code_engine_project["projectId"],
name="my-allowed-outbound-destination")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/v2/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupCodeEngineAllowedOutboundDestination(ctx, &ibm.LookupCodeEngineAllowedOutboundDestinationArgs{
ProjectId: codeEngineProject.ProjectId,
Name: "my-allowed-outbound-destination",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var codeEngineAllowedOutboundDestination = Ibm.GetCodeEngineAllowedOutboundDestination.Invoke(new()
{
ProjectId = codeEngineProject.ProjectId,
Name = "my-allowed-outbound-destination",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetCodeEngineAllowedOutboundDestinationArgs;
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 codeEngineAllowedOutboundDestination = IbmFunctions.getCodeEngineAllowedOutboundDestination(GetCodeEngineAllowedOutboundDestinationArgs.builder()
.projectId(codeEngineProject.projectId())
.name("my-allowed-outbound-destination")
.build());
}
}
variables:
codeEngineAllowedOutboundDestination:
fn::invoke:
function: ibm:getCodeEngineAllowedOutboundDestination
arguments:
projectId: ${codeEngineProject.projectId}
name: my-allowed-outbound-destination
Using getCodeEngineAllowedOutboundDestination
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 getCodeEngineAllowedOutboundDestination(args: GetCodeEngineAllowedOutboundDestinationArgs, opts?: InvokeOptions): Promise<GetCodeEngineAllowedOutboundDestinationResult>
function getCodeEngineAllowedOutboundDestinationOutput(args: GetCodeEngineAllowedOutboundDestinationOutputArgs, opts?: InvokeOptions): Output<GetCodeEngineAllowedOutboundDestinationResult>def get_code_engine_allowed_outbound_destination(id: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCodeEngineAllowedOutboundDestinationResult
def get_code_engine_allowed_outbound_destination_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCodeEngineAllowedOutboundDestinationResult]func LookupCodeEngineAllowedOutboundDestination(ctx *Context, args *LookupCodeEngineAllowedOutboundDestinationArgs, opts ...InvokeOption) (*LookupCodeEngineAllowedOutboundDestinationResult, error)
func LookupCodeEngineAllowedOutboundDestinationOutput(ctx *Context, args *LookupCodeEngineAllowedOutboundDestinationOutputArgs, opts ...InvokeOption) LookupCodeEngineAllowedOutboundDestinationResultOutput> Note: This function is named LookupCodeEngineAllowedOutboundDestination in the Go SDK.
public static class GetCodeEngineAllowedOutboundDestination
{
public static Task<GetCodeEngineAllowedOutboundDestinationResult> InvokeAsync(GetCodeEngineAllowedOutboundDestinationArgs args, InvokeOptions? opts = null)
public static Output<GetCodeEngineAllowedOutboundDestinationResult> Invoke(GetCodeEngineAllowedOutboundDestinationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCodeEngineAllowedOutboundDestinationResult> getCodeEngineAllowedOutboundDestination(GetCodeEngineAllowedOutboundDestinationArgs args, InvokeOptions options)
public static Output<GetCodeEngineAllowedOutboundDestinationResult> getCodeEngineAllowedOutboundDestination(GetCodeEngineAllowedOutboundDestinationArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCodeEngineAllowedOutboundDestination:getCodeEngineAllowedOutboundDestination
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- Project
Id string - The ID of the project.
- Constraints: The maximum length is
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/.
- Constraints: The maximum length is
- Id string
- (String) The private path service gateway identifier.
- Name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- Project
Id string - The ID of the project.
- Constraints: The maximum length is
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/.
- Constraints: The maximum length is
- Id string
- (String) The private path service gateway identifier.
- name String
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- project
Id String - The ID of the project.
- Constraints: The maximum length is
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/.
- Constraints: The maximum length is
- id String
- (String) The private path service gateway identifier.
- name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- project
Id string - The ID of the project.
- Constraints: The maximum length is
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/.
- Constraints: The maximum length is
- id string
- (String) The private path service gateway identifier.
- name str
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- project_
id str - The ID of the project.
- Constraints: The maximum length is
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/.
- Constraints: The maximum length is
- id str
- (String) The private path service gateway identifier.
- name String
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- project
Id String - The ID of the project.
- Constraints: The maximum length is
36characters. The minimum length is36characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/.
- Constraints: The maximum length is
- id String
- (String) The private path service gateway identifier.
getCodeEngineAllowedOutboundDestination Result
The following output properties are available:
- Cidr
Block string - (String) The IPv4 address range.
- Constraints: The maximum length is
18characters. The minimum length is9characters. The value must match regular expression/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(3[0-2]|[1-2][0-9]|[0-9]))$/.
- Constraints: The maximum length is
- Entity
Tag string - (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^[\\*\\-a-z0-9]+$/.
- Constraints: The maximum length is
- Id string
- (String) The private path service gateway identifier.
- Isolation
Policy string - (String) Optional property to specify the isolation policy of the private path service gateway. If set to
shared, other projects within the same account or enterprise account family can connect to Private Path service, too. If set todedicatedthe gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set toshared.- Constraints: The default value is
shared. Allowable values are:shared,dedicated.
- Constraints: The default value is
- Name string
- (String) The name of private path service gateway.
- Private
Path stringService Gateway Crn - (Forces new resource, String) The CRN of the Private Path service.
- Constraints: The maximum length is
253characters. The minimum length is20characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:is\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:\\:private-path-service-gateway\\:[\\-a-zA-Z0-9\/.]*$/.
- Constraints: The maximum length is
- Project
Id string - Status string
- (String) The current status of the outbound destination.
- Constraints: Allowable values are:
ready,failed,deploying.
- Constraints: Allowable values are:
- Status
Details List<GetCode Engine Allowed Outbound Destination Status Detail> - (List) Nested schema for status_details:
- Type string
- (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are:
cidr_blockandprivate_path_service_gateway.- Constraints: The default value is
cidr_block. Allowable values are:cidr_block,private_path_service_gateway. The value must match regular expression/^(cidr_block|private_path_service_gateway)$/.
- Constraints: The default value is
- Cidr
Block string - (String) The IPv4 address range.
- Constraints: The maximum length is
18characters. The minimum length is9characters. The value must match regular expression/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(3[0-2]|[1-2][0-9]|[0-9]))$/.
- Constraints: The maximum length is
- Entity
Tag string - (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^[\\*\\-a-z0-9]+$/.
- Constraints: The maximum length is
- Id string
- (String) The private path service gateway identifier.
- Isolation
Policy string - (String) Optional property to specify the isolation policy of the private path service gateway. If set to
shared, other projects within the same account or enterprise account family can connect to Private Path service, too. If set todedicatedthe gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set toshared.- Constraints: The default value is
shared. Allowable values are:shared,dedicated.
- Constraints: The default value is
- Name string
- (String) The name of private path service gateway.
- Private
Path stringService Gateway Crn - (Forces new resource, String) The CRN of the Private Path service.
- Constraints: The maximum length is
253characters. The minimum length is20characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:is\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:\\:private-path-service-gateway\\:[\\-a-zA-Z0-9\/.]*$/.
- Constraints: The maximum length is
- Project
Id string - Status string
- (String) The current status of the outbound destination.
- Constraints: Allowable values are:
ready,failed,deploying.
- Constraints: Allowable values are:
- Status
Details []GetCode Engine Allowed Outbound Destination Status Detail - (List) Nested schema for status_details:
- Type string
- (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are:
cidr_blockandprivate_path_service_gateway.- Constraints: The default value is
cidr_block. Allowable values are:cidr_block,private_path_service_gateway. The value must match regular expression/^(cidr_block|private_path_service_gateway)$/.
- Constraints: The default value is
- cidr
Block String - (String) The IPv4 address range.
- Constraints: The maximum length is
18characters. The minimum length is9characters. The value must match regular expression/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(3[0-2]|[1-2][0-9]|[0-9]))$/.
- Constraints: The maximum length is
- entity
Tag String - (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^[\\*\\-a-z0-9]+$/.
- Constraints: The maximum length is
- id String
- (String) The private path service gateway identifier.
- isolation
Policy String - (String) Optional property to specify the isolation policy of the private path service gateway. If set to
shared, other projects within the same account or enterprise account family can connect to Private Path service, too. If set todedicatedthe gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set toshared.- Constraints: The default value is
shared. Allowable values are:shared,dedicated.
- Constraints: The default value is
- name String
- (String) The name of private path service gateway.
- private
Path StringService Gateway Crn - (Forces new resource, String) The CRN of the Private Path service.
- Constraints: The maximum length is
253characters. The minimum length is20characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:is\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:\\:private-path-service-gateway\\:[\\-a-zA-Z0-9\/.]*$/.
- Constraints: The maximum length is
- project
Id String - status String
- (String) The current status of the outbound destination.
- Constraints: Allowable values are:
ready,failed,deploying.
- Constraints: Allowable values are:
- status
Details List<GetCode Engine Allowed Outbound Destination Status Detail> - (List) Nested schema for status_details:
- type String
- (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are:
cidr_blockandprivate_path_service_gateway.- Constraints: The default value is
cidr_block. Allowable values are:cidr_block,private_path_service_gateway. The value must match regular expression/^(cidr_block|private_path_service_gateway)$/.
- Constraints: The default value is
- cidr
Block string - (String) The IPv4 address range.
- Constraints: The maximum length is
18characters. The minimum length is9characters. The value must match regular expression/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(3[0-2]|[1-2][0-9]|[0-9]))$/.
- Constraints: The maximum length is
- entity
Tag string - (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^[\\*\\-a-z0-9]+$/.
- Constraints: The maximum length is
- id string
- (String) The private path service gateway identifier.
- isolation
Policy string - (String) Optional property to specify the isolation policy of the private path service gateway. If set to
shared, other projects within the same account or enterprise account family can connect to Private Path service, too. If set todedicatedthe gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set toshared.- Constraints: The default value is
shared. Allowable values are:shared,dedicated.
- Constraints: The default value is
- name string
- (String) The name of private path service gateway.
- private
Path stringService Gateway Crn - (Forces new resource, String) The CRN of the Private Path service.
- Constraints: The maximum length is
253characters. The minimum length is20characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:is\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:\\:private-path-service-gateway\\:[\\-a-zA-Z0-9\/.]*$/.
- Constraints: The maximum length is
- project
Id string - status string
- (String) The current status of the outbound destination.
- Constraints: Allowable values are:
ready,failed,deploying.
- Constraints: Allowable values are:
- status
Details GetCode Engine Allowed Outbound Destination Status Detail[] - (List) Nested schema for status_details:
- type string
- (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are:
cidr_blockandprivate_path_service_gateway.- Constraints: The default value is
cidr_block. Allowable values are:cidr_block,private_path_service_gateway. The value must match regular expression/^(cidr_block|private_path_service_gateway)$/.
- Constraints: The default value is
- cidr_
block str - (String) The IPv4 address range.
- Constraints: The maximum length is
18characters. The minimum length is9characters. The value must match regular expression/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(3[0-2]|[1-2][0-9]|[0-9]))$/.
- Constraints: The maximum length is
- entity_
tag str - (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^[\\*\\-a-z0-9]+$/.
- Constraints: The maximum length is
- id str
- (String) The private path service gateway identifier.
- isolation_
policy str - (String) Optional property to specify the isolation policy of the private path service gateway. If set to
shared, other projects within the same account or enterprise account family can connect to Private Path service, too. If set todedicatedthe gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set toshared.- Constraints: The default value is
shared. Allowable values are:shared,dedicated.
- Constraints: The default value is
- name str
- (String) The name of private path service gateway.
- private_
path_ strservice_ gateway_ crn - (Forces new resource, String) The CRN of the Private Path service.
- Constraints: The maximum length is
253characters. The minimum length is20characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:is\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:\\:private-path-service-gateway\\:[\\-a-zA-Z0-9\/.]*$/.
- Constraints: The maximum length is
- project_
id str - status str
- (String) The current status of the outbound destination.
- Constraints: Allowable values are:
ready,failed,deploying.
- Constraints: Allowable values are:
- status_
details Sequence[GetCode Engine Allowed Outbound Destination Status Detail] - (List) Nested schema for status_details:
- type str
- (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are:
cidr_blockandprivate_path_service_gateway.- Constraints: The default value is
cidr_block. Allowable values are:cidr_block,private_path_service_gateway. The value must match regular expression/^(cidr_block|private_path_service_gateway)$/.
- Constraints: The default value is
- cidr
Block String - (String) The IPv4 address range.
- Constraints: The maximum length is
18characters. The minimum length is9characters. The value must match regular expression/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(3[0-2]|[1-2][0-9]|[0-9]))$/.
- Constraints: The maximum length is
- entity
Tag String - (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^[\\*\\-a-z0-9]+$/.
- Constraints: The maximum length is
- id String
- (String) The private path service gateway identifier.
- isolation
Policy String - (String) Optional property to specify the isolation policy of the private path service gateway. If set to
shared, other projects within the same account or enterprise account family can connect to Private Path service, too. If set todedicatedthe gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set toshared.- Constraints: The default value is
shared. Allowable values are:shared,dedicated.
- Constraints: The default value is
- name String
- (String) The name of private path service gateway.
- private
Path StringService Gateway Crn - (Forces new resource, String) The CRN of the Private Path service.
- Constraints: The maximum length is
253characters. The minimum length is20characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:is\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:\\:private-path-service-gateway\\:[\\-a-zA-Z0-9\/.]*$/.
- Constraints: The maximum length is
- project
Id String - status String
- (String) The current status of the outbound destination.
- Constraints: Allowable values are:
ready,failed,deploying.
- Constraints: Allowable values are:
- status
Details List<Property Map> - (List) Nested schema for status_details:
- type String
- (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are:
cidr_blockandprivate_path_service_gateway.- Constraints: The default value is
cidr_block. Allowable values are:cidr_block,private_path_service_gateway. The value must match regular expression/^(cidr_block|private_path_service_gateway)$/.
- Constraints: The default value is
Supporting Types
GetCodeEngineAllowedOutboundDestinationStatusDetail
- Endpoint
Gateways List<GetCode Engine Allowed Outbound Destination Status Detail Endpoint Gateway> - (List) Optional information about the endpoint gateway located in the Code Engine VPC that connects to the private path service gateway. Nested schema for endpoint_gateway:
- Private
Path List<GetService Gateways Code Engine Allowed Outbound Destination Status Detail Private Path Service Gateway> - (List) Optional information about the private path service gateway that this allowed outbound destination points to. Nested schema for private_path_service_gateway:
- Reason string
- (String) Optional information to provide more context in case of a 'failed' or 'deploying' status.
- Constraints: Allowable values are:
ready,private_path_crn_invalid,private_path_not_in_same_region,private_path_not_in_same_account_family,private_path_not_found,private_path_not_published,private_path_connection_already_exists,private_path_connection_approval_denied,private_path_connection_approval_pending,deploying,failed.
- Constraints: Allowable values are:
- Endpoint
Gateways []GetCode Engine Allowed Outbound Destination Status Detail Endpoint Gateway - (List) Optional information about the endpoint gateway located in the Code Engine VPC that connects to the private path service gateway. Nested schema for endpoint_gateway:
- Private
Path []GetService Gateways Code Engine Allowed Outbound Destination Status Detail Private Path Service Gateway - (List) Optional information about the private path service gateway that this allowed outbound destination points to. Nested schema for private_path_service_gateway:
- Reason string
- (String) Optional information to provide more context in case of a 'failed' or 'deploying' status.
- Constraints: Allowable values are:
ready,private_path_crn_invalid,private_path_not_in_same_region,private_path_not_in_same_account_family,private_path_not_found,private_path_not_published,private_path_connection_already_exists,private_path_connection_approval_denied,private_path_connection_approval_pending,deploying,failed.
- Constraints: Allowable values are:
- endpoint
Gateways List<GetCode Engine Allowed Outbound Destination Status Detail Endpoint Gateway> - (List) Optional information about the endpoint gateway located in the Code Engine VPC that connects to the private path service gateway. Nested schema for endpoint_gateway:
- private
Path List<GetService Gateways Code Engine Allowed Outbound Destination Status Detail Private Path Service Gateway> - (List) Optional information about the private path service gateway that this allowed outbound destination points to. Nested schema for private_path_service_gateway:
- reason String
- (String) Optional information to provide more context in case of a 'failed' or 'deploying' status.
- Constraints: Allowable values are:
ready,private_path_crn_invalid,private_path_not_in_same_region,private_path_not_in_same_account_family,private_path_not_found,private_path_not_published,private_path_connection_already_exists,private_path_connection_approval_denied,private_path_connection_approval_pending,deploying,failed.
- Constraints: Allowable values are:
- endpoint
Gateways GetCode Engine Allowed Outbound Destination Status Detail Endpoint Gateway[] - (List) Optional information about the endpoint gateway located in the Code Engine VPC that connects to the private path service gateway. Nested schema for endpoint_gateway:
- private
Path GetService Gateways Code Engine Allowed Outbound Destination Status Detail Private Path Service Gateway[] - (List) Optional information about the private path service gateway that this allowed outbound destination points to. Nested schema for private_path_service_gateway:
- reason string
- (String) Optional information to provide more context in case of a 'failed' or 'deploying' status.
- Constraints: Allowable values are:
ready,private_path_crn_invalid,private_path_not_in_same_region,private_path_not_in_same_account_family,private_path_not_found,private_path_not_published,private_path_connection_already_exists,private_path_connection_approval_denied,private_path_connection_approval_pending,deploying,failed.
- Constraints: Allowable values are:
- endpoint_
gateways Sequence[GetCode Engine Allowed Outbound Destination Status Detail Endpoint Gateway] - (List) Optional information about the endpoint gateway located in the Code Engine VPC that connects to the private path service gateway. Nested schema for endpoint_gateway:
- private_
path_ Sequence[Getservice_ gateways Code Engine Allowed Outbound Destination Status Detail Private Path Service Gateway] - (List) Optional information about the private path service gateway that this allowed outbound destination points to. Nested schema for private_path_service_gateway:
- reason str
- (String) Optional information to provide more context in case of a 'failed' or 'deploying' status.
- Constraints: Allowable values are:
ready,private_path_crn_invalid,private_path_not_in_same_region,private_path_not_in_same_account_family,private_path_not_found,private_path_not_published,private_path_connection_already_exists,private_path_connection_approval_denied,private_path_connection_approval_pending,deploying,failed.
- Constraints: Allowable values are:
- endpoint
Gateways List<Property Map> - (List) Optional information about the endpoint gateway located in the Code Engine VPC that connects to the private path service gateway. Nested schema for endpoint_gateway:
- private
Path List<Property Map>Service Gateways - (List) Optional information about the private path service gateway that this allowed outbound destination points to. Nested schema for private_path_service_gateway:
- reason String
- (String) Optional information to provide more context in case of a 'failed' or 'deploying' status.
- Constraints: Allowable values are:
ready,private_path_crn_invalid,private_path_not_in_same_region,private_path_not_in_same_account_family,private_path_not_found,private_path_not_published,private_path_connection_already_exists,private_path_connection_approval_denied,private_path_connection_approval_pending,deploying,failed.
- Constraints: Allowable values are:
GetCodeEngineAllowedOutboundDestinationStatusDetailEndpointGateway
- Account
Id string - (String) The account that created the endpoint gateway.
- Created
At string - (String) The timestamp when the endpoint gateway was created.
- Ips List<string>
- (List) The reserved IPs bound to this endpoint gateway.
- Name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- Account
Id string - (String) The account that created the endpoint gateway.
- Created
At string - (String) The timestamp when the endpoint gateway was created.
- Ips []string
- (List) The reserved IPs bound to this endpoint gateway.
- Name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- account
Id String - (String) The account that created the endpoint gateway.
- created
At String - (String) The timestamp when the endpoint gateway was created.
- ips List<String>
- (List) The reserved IPs bound to this endpoint gateway.
- name String
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- account
Id string - (String) The account that created the endpoint gateway.
- created
At string - (String) The timestamp when the endpoint gateway was created.
- ips string[]
- (List) The reserved IPs bound to this endpoint gateway.
- name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- account_
id str - (String) The account that created the endpoint gateway.
- created_
at str - (String) The timestamp when the endpoint gateway was created.
- ips Sequence[str]
- (List) The reserved IPs bound to this endpoint gateway.
- name str
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- account
Id String - (String) The account that created the endpoint gateway.
- created
At String - (String) The timestamp when the endpoint gateway was created.
- ips List<String>
- (List) The reserved IPs bound to this endpoint gateway.
- name String
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
GetCodeEngineAllowedOutboundDestinationStatusDetailPrivatePathServiceGateway
- Id string
- (String) The private path service gateway identifier.
- Name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- Service
Endpoints List<string> - (List) The fully qualified domain names for this private path service gateway. The domains are used for endpoint gateways to connect to the service and are configured in the VPC for each endpoint gateway.
- Id string
- (String) The private path service gateway identifier.
- Name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- Service
Endpoints []string - (List) The fully qualified domain names for this private path service gateway. The domains are used for endpoint gateways to connect to the service and are configured in the VPC for each endpoint gateway.
- id String
- (String) The private path service gateway identifier.
- name String
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- service
Endpoints List<String> - (List) The fully qualified domain names for this private path service gateway. The domains are used for endpoint gateways to connect to the service and are configured in the VPC for each endpoint gateway.
- id string
- (String) The private path service gateway identifier.
- name string
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- service
Endpoints string[] - (List) The fully qualified domain names for this private path service gateway. The domains are used for endpoint gateways to connect to the service and are configured in the VPC for each endpoint gateway.
- id str
- (String) The private path service gateway identifier.
- name str
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- service_
endpoints Sequence[str] - (List) The fully qualified domain names for this private path service gateway. The domains are used for endpoint gateways to connect to the service and are configured in the VPC for each endpoint gateway.
- id String
- (String) The private path service gateway identifier.
- name String
- The name of your allowed outbound destination.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^a-z?$/.
- Constraints: The maximum length is
- service
Endpoints List<String> - (List) The fully qualified domain names for this private path service gateway. The domains are used for endpoint gateways to connect to the service and are configured in the VPC for each endpoint gateway.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
Viewing docs for ibm 2.0.0
published on Monday, Mar 30, 2026 by ibm-cloud
published on Monday, Mar 30, 2026 by ibm-cloud
