1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getVpcepPublicServiceV1
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getVpcepPublicServiceV1

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Up-to-date reference of API arguments for VPCEP public service you can get at documentation portal

    Use this data source to get details about a specific VPCEP public service.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const obs = opentelekomcloud.getVpcepPublicServiceV1({
        name: "com.t-systems.otc.eu-de.obs",
    });
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    obs = opentelekomcloud.get_vpcep_public_service_v1(name="com.t-systems.otc.eu-de.obs")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := opentelekomcloud.GetVpcepPublicServiceV1(ctx, &opentelekomcloud.GetVpcepPublicServiceV1Args{
    			Name: pulumi.StringRef("com.t-systems.otc.eu-de.obs"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Opentelekomcloud = Pulumi.Opentelekomcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var obs = Opentelekomcloud.GetVpcepPublicServiceV1.Invoke(new()
        {
            Name = "com.t-systems.otc.eu-de.obs",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
    import com.pulumi.opentelekomcloud.inputs.GetVpcepPublicServiceV1Args;
    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 obs = OpentelekomcloudFunctions.getVpcepPublicServiceV1(GetVpcepPublicServiceV1Args.builder()
                .name("com.t-systems.otc.eu-de.obs")
                .build());
    
        }
    }
    
    variables:
      obs:
        fn::invoke:
          function: opentelekomcloud:getVpcepPublicServiceV1
          arguments:
            name: com.t-systems.otc.eu-de.obs
    

    Using getVpcepPublicServiceV1

    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 getVpcepPublicServiceV1(args: GetVpcepPublicServiceV1Args, opts?: InvokeOptions): Promise<GetVpcepPublicServiceV1Result>
    function getVpcepPublicServiceV1Output(args: GetVpcepPublicServiceV1OutputArgs, opts?: InvokeOptions): Output<GetVpcepPublicServiceV1Result>
    def get_vpcep_public_service_v1(id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetVpcepPublicServiceV1Result
    def get_vpcep_public_service_v1_output(id: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetVpcepPublicServiceV1Result]
    func GetVpcepPublicServiceV1(ctx *Context, args *GetVpcepPublicServiceV1Args, opts ...InvokeOption) (*GetVpcepPublicServiceV1Result, error)
    func GetVpcepPublicServiceV1Output(ctx *Context, args *GetVpcepPublicServiceV1OutputArgs, opts ...InvokeOption) GetVpcepPublicServiceV1ResultOutput

    > Note: This function is named GetVpcepPublicServiceV1 in the Go SDK.

    public static class GetVpcepPublicServiceV1 
    {
        public static Task<GetVpcepPublicServiceV1Result> InvokeAsync(GetVpcepPublicServiceV1Args args, InvokeOptions? opts = null)
        public static Output<GetVpcepPublicServiceV1Result> Invoke(GetVpcepPublicServiceV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcepPublicServiceV1Result> getVpcepPublicServiceV1(GetVpcepPublicServiceV1Args args, InvokeOptions options)
    public static Output<GetVpcepPublicServiceV1Result> getVpcepPublicServiceV1(GetVpcepPublicServiceV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getVpcepPublicServiceV1:getVpcepPublicServiceV1
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Specifies the unique ID of the public VPC endpoint service.
    Name string
    Specifies the name of the public VPC endpoint service. The value is not case-sensitive and supports fuzzy match.
    Id string
    Specifies the unique ID of the public VPC endpoint service.
    Name string
    Specifies the name of the public VPC endpoint service. The value is not case-sensitive and supports fuzzy match.
    id String
    Specifies the unique ID of the public VPC endpoint service.
    name String
    Specifies the name of the public VPC endpoint service. The value is not case-sensitive and supports fuzzy match.
    id string
    Specifies the unique ID of the public VPC endpoint service.
    name string
    Specifies the name of the public VPC endpoint service. The value is not case-sensitive and supports fuzzy match.
    id str
    Specifies the unique ID of the public VPC endpoint service.
    name str
    Specifies the name of the public VPC endpoint service. The value is not case-sensitive and supports fuzzy match.
    id String
    Specifies the unique ID of the public VPC endpoint service.
    name String
    Specifies the name of the public VPC endpoint service. The value is not case-sensitive and supports fuzzy match.

    getVpcepPublicServiceV1 Result

    The following output properties are available:

    CreatedAt string
    Specifies the creation time of the VPC endpoint service.
    Id string
    IsCharge bool
    Specifies whether the associated VPC endpoint carries a charge.
    Name string
    Owner string
    Specifies the owner of the VPC endpoint service.
    ServiceType string
    Specifies the type of the VPC endpoint service.
    CreatedAt string
    Specifies the creation time of the VPC endpoint service.
    Id string
    IsCharge bool
    Specifies whether the associated VPC endpoint carries a charge.
    Name string
    Owner string
    Specifies the owner of the VPC endpoint service.
    ServiceType string
    Specifies the type of the VPC endpoint service.
    createdAt String
    Specifies the creation time of the VPC endpoint service.
    id String
    isCharge Boolean
    Specifies whether the associated VPC endpoint carries a charge.
    name String
    owner String
    Specifies the owner of the VPC endpoint service.
    serviceType String
    Specifies the type of the VPC endpoint service.
    createdAt string
    Specifies the creation time of the VPC endpoint service.
    id string
    isCharge boolean
    Specifies whether the associated VPC endpoint carries a charge.
    name string
    owner string
    Specifies the owner of the VPC endpoint service.
    serviceType string
    Specifies the type of the VPC endpoint service.
    created_at str
    Specifies the creation time of the VPC endpoint service.
    id str
    is_charge bool
    Specifies whether the associated VPC endpoint carries a charge.
    name str
    owner str
    Specifies the owner of the VPC endpoint service.
    service_type str
    Specifies the type of the VPC endpoint service.
    createdAt String
    Specifies the creation time of the VPC endpoint service.
    id String
    isCharge Boolean
    Specifies whether the associated VPC endpoint carries a charge.
    name String
    owner String
    Specifies the owner of the VPC endpoint service.
    serviceType String
    Specifies the type of the VPC endpoint service.

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud