1. Packages
  2. Ibm Provider
  3. API Docs
  4. getCodeEngineAllowedOutboundDestination
Viewing docs for ibm 2.0.0
published on Monday, Mar 30, 2026 by ibm-cloud
ibm logo
Viewing docs for ibm 2.0.0
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 dictionary

    The following arguments are supported:

    Name string
    The name of your allowed outbound destination.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    ProjectId string
    The ID of the project.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. 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}$/.
    Id string
    (String) The private path service gateway identifier.
    Name string
    The name of your allowed outbound destination.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    ProjectId string
    The ID of the project.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. 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}$/.
    Id string
    (String) The private path service gateway identifier.
    name String
    The name of your allowed outbound destination.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    projectId String
    The ID of the project.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. 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}$/.
    id String
    (String) The private path service gateway identifier.
    name string
    The name of your allowed outbound destination.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    projectId string
    The ID of the project.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. 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}$/.
    id string
    (String) The private path service gateway identifier.
    name str
    The name of your allowed outbound destination.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    project_id str
    The ID of the project.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. 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}$/.
    id str
    (String) The private path service gateway identifier.
    name String
    The name of your allowed outbound destination.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    projectId String
    The ID of the project.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. 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}$/.
    id String
    (String) The private path service gateway identifier.

    getCodeEngineAllowedOutboundDestination Result

    The following output properties are available:

    CidrBlock string
    (String) The IPv4 address range.

    • Constraints: The maximum length is 18 characters. The minimum length is 9 characters. 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]))$/.
    EntityTag string
    (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[\\*\\-a-z0-9]+$/.
    Id string
    (String) The private path service gateway identifier.
    IsolationPolicy 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 to dedicated the gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set to shared.

    • Constraints: The default value is shared. Allowable values are: shared, dedicated.
    Name string
    (String) The name of private path service gateway.
    PrivatePathServiceGatewayCrn string
    (Forces new resource, String) The CRN of the Private Path service.

    • Constraints: The maximum length is 253 characters. The minimum length is 20 characters. 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\/.]*$/.
    ProjectId string
    Status string
    (String) The current status of the outbound destination.

    • Constraints: Allowable values are: ready, failed, deploying.
    StatusDetails List<GetCodeEngineAllowedOutboundDestinationStatusDetail>
    (List) Nested schema for status_details:
    Type string
    (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are: cidr_block and private_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)$/.
    CidrBlock string
    (String) The IPv4 address range.

    • Constraints: The maximum length is 18 characters. The minimum length is 9 characters. 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]))$/.
    EntityTag string
    (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[\\*\\-a-z0-9]+$/.
    Id string
    (String) The private path service gateway identifier.
    IsolationPolicy 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 to dedicated the gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set to shared.

    • Constraints: The default value is shared. Allowable values are: shared, dedicated.
    Name string
    (String) The name of private path service gateway.
    PrivatePathServiceGatewayCrn string
    (Forces new resource, String) The CRN of the Private Path service.

    • Constraints: The maximum length is 253 characters. The minimum length is 20 characters. 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\/.]*$/.
    ProjectId string
    Status string
    (String) The current status of the outbound destination.

    • Constraints: Allowable values are: ready, failed, deploying.
    StatusDetails []GetCodeEngineAllowedOutboundDestinationStatusDetail
    (List) Nested schema for status_details:
    Type string
    (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are: cidr_block and private_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)$/.
    cidrBlock String
    (String) The IPv4 address range.

    • Constraints: The maximum length is 18 characters. The minimum length is 9 characters. 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]))$/.
    entityTag String
    (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[\\*\\-a-z0-9]+$/.
    id String
    (String) The private path service gateway identifier.
    isolationPolicy 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 to dedicated the gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set to shared.

    • Constraints: The default value is shared. Allowable values are: shared, dedicated.
    name String
    (String) The name of private path service gateway.
    privatePathServiceGatewayCrn String
    (Forces new resource, String) The CRN of the Private Path service.

    • Constraints: The maximum length is 253 characters. The minimum length is 20 characters. 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\/.]*$/.
    projectId String
    status String
    (String) The current status of the outbound destination.

    • Constraints: Allowable values are: ready, failed, deploying.
    statusDetails List<GetCodeEngineAllowedOutboundDestinationStatusDetail>
    (List) Nested schema for status_details:
    type String
    (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are: cidr_block and private_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)$/.
    cidrBlock string
    (String) The IPv4 address range.

    • Constraints: The maximum length is 18 characters. The minimum length is 9 characters. 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]))$/.
    entityTag string
    (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[\\*\\-a-z0-9]+$/.
    id string
    (String) The private path service gateway identifier.
    isolationPolicy 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 to dedicated the gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set to shared.

    • Constraints: The default value is shared. Allowable values are: shared, dedicated.
    name string
    (String) The name of private path service gateway.
    privatePathServiceGatewayCrn string
    (Forces new resource, String) The CRN of the Private Path service.

    • Constraints: The maximum length is 253 characters. The minimum length is 20 characters. 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\/.]*$/.
    projectId string
    status string
    (String) The current status of the outbound destination.

    • Constraints: Allowable values are: ready, failed, deploying.
    statusDetails GetCodeEngineAllowedOutboundDestinationStatusDetail[]
    (List) Nested schema for status_details:
    type string
    (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are: cidr_block and private_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)$/.
    cidr_block str
    (String) The IPv4 address range.

    • Constraints: The maximum length is 18 characters. The minimum length is 9 characters. 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]))$/.
    entity_tag str
    (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[\\*\\-a-z0-9]+$/.
    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 to dedicated the gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set to shared.

    • Constraints: The default value is shared. Allowable values are: shared, dedicated.
    name str
    (String) The name of private path service gateway.
    private_path_service_gateway_crn str
    (Forces new resource, String) The CRN of the Private Path service.

    • Constraints: The maximum length is 253 characters. The minimum length is 20 characters. 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\/.]*$/.
    project_id str
    status str
    (String) The current status of the outbound destination.

    • Constraints: Allowable values are: ready, failed, deploying.
    status_details Sequence[GetCodeEngineAllowedOutboundDestinationStatusDetail]
    (List) Nested schema for status_details:
    type str
    (Forces new resource, String) Specify the type of the allowed outbound destination. Allowed types are: cidr_block and private_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)$/.
    cidrBlock String
    (String) The IPv4 address range.

    • Constraints: The maximum length is 18 characters. The minimum length is 9 characters. 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]))$/.
    entityTag String
    (String) The version of the allowed outbound destination, which is used to achieve optimistic locking.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[\\*\\-a-z0-9]+$/.
    id String
    (String) The private path service gateway identifier.
    isolationPolicy 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 to dedicated the gateway can only be used by a single Code Engine project. If not specified the isolation policy will be set to shared.

    • Constraints: The default value is shared. Allowable values are: shared, dedicated.
    name String
    (String) The name of private path service gateway.
    privatePathServiceGatewayCrn String
    (Forces new resource, String) The CRN of the Private Path service.

    • Constraints: The maximum length is 253 characters. The minimum length is 20 characters. 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\/.]*$/.
    projectId String
    status String
    (String) The current status of the outbound destination.

    • Constraints: Allowable values are: ready, failed, deploying.
    statusDetails 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_block and private_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)$/.

    Supporting Types

    GetCodeEngineAllowedOutboundDestinationStatusDetail

    EndpointGateways List<GetCodeEngineAllowedOutboundDestinationStatusDetailEndpointGateway>
    (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:
    PrivatePathServiceGateways List<GetCodeEngineAllowedOutboundDestinationStatusDetailPrivatePathServiceGateway>
    (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.
    EndpointGateways []GetCodeEngineAllowedOutboundDestinationStatusDetailEndpointGateway
    (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:
    PrivatePathServiceGateways []GetCodeEngineAllowedOutboundDestinationStatusDetailPrivatePathServiceGateway
    (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.
    endpointGateways List<GetCodeEngineAllowedOutboundDestinationStatusDetailEndpointGateway>
    (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:
    privatePathServiceGateways List<GetCodeEngineAllowedOutboundDestinationStatusDetailPrivatePathServiceGateway>
    (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.
    endpointGateways GetCodeEngineAllowedOutboundDestinationStatusDetailEndpointGateway[]
    (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:
    privatePathServiceGateways GetCodeEngineAllowedOutboundDestinationStatusDetailPrivatePathServiceGateway[]
    (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.
    endpoint_gateways Sequence[GetCodeEngineAllowedOutboundDestinationStatusDetailEndpointGateway]
    (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_service_gateways Sequence[GetCodeEngineAllowedOutboundDestinationStatusDetailPrivatePathServiceGateway]
    (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.
    endpointGateways 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:
    privatePathServiceGateways List<Property Map>
    (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.

    GetCodeEngineAllowedOutboundDestinationStatusDetailEndpointGateway

    AccountId string
    (String) The account that created the endpoint gateway.
    CreatedAt 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    AccountId string
    (String) The account that created the endpoint gateway.
    CreatedAt 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    accountId String
    (String) The account that created the endpoint gateway.
    createdAt 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    accountId string
    (String) The account that created the endpoint gateway.
    createdAt 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    accountId String
    (String) The account that created the endpoint gateway.
    createdAt 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.

    GetCodeEngineAllowedOutboundDestinationStatusDetailPrivatePathServiceGateway

    Id string
    (String) The private path service gateway identifier.
    Name string
    The name of your allowed outbound destination.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    ServiceEndpoints 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    ServiceEndpoints []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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    serviceEndpoints 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    serviceEndpoints 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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    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 63 characters. The minimum length is 1 character. The value must match regular expression /^a-z?$/.
    serviceEndpoints 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 ibm Terraform Provider.
    ibm logo
    Viewing docs for ibm 2.0.0
    published on Monday, Mar 30, 2026 by ibm-cloud
      Try Pulumi Cloud free. Your team will thank you.