1. Packages
  2. AWS Native
  3. API Docs
  4. ec2
  5. getVpcEndpointService

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.ec2.getVpcEndpointService

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Resource Type definition for AWS::EC2::VPCEndpointService

    Using getVpcEndpointService

    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 getVpcEndpointService(args: GetVpcEndpointServiceArgs, opts?: InvokeOptions): Promise<GetVpcEndpointServiceResult>
    function getVpcEndpointServiceOutput(args: GetVpcEndpointServiceOutputArgs, opts?: InvokeOptions): Output<GetVpcEndpointServiceResult>
    def get_vpc_endpoint_service(service_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetVpcEndpointServiceResult
    def get_vpc_endpoint_service_output(service_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetVpcEndpointServiceResult]
    func LookupVpcEndpointService(ctx *Context, args *LookupVpcEndpointServiceArgs, opts ...InvokeOption) (*LookupVpcEndpointServiceResult, error)
    func LookupVpcEndpointServiceOutput(ctx *Context, args *LookupVpcEndpointServiceOutputArgs, opts ...InvokeOption) LookupVpcEndpointServiceResultOutput

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

    public static class GetVpcEndpointService 
    {
        public static Task<GetVpcEndpointServiceResult> InvokeAsync(GetVpcEndpointServiceArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcEndpointServiceResult> Invoke(GetVpcEndpointServiceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcEndpointServiceResult> getVpcEndpointService(GetVpcEndpointServiceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ec2:getVpcEndpointService
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ServiceId string
    The ID of the endpoint service.
    ServiceId string
    The ID of the endpoint service.
    serviceId String
    The ID of the endpoint service.
    serviceId string
    The ID of the endpoint service.
    service_id str
    The ID of the endpoint service.
    serviceId String
    The ID of the endpoint service.

    getVpcEndpointService Result

    The following output properties are available:

    AcceptanceRequired bool
    Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
    GatewayLoadBalancerArns List<string>
    The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
    NetworkLoadBalancerArns List<string>
    The Amazon Resource Names (ARNs) of the Network Load Balancers.
    PayerResponsibility string
    The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
    ServiceId string
    The ID of the endpoint service.
    AcceptanceRequired bool
    Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
    GatewayLoadBalancerArns []string
    The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
    NetworkLoadBalancerArns []string
    The Amazon Resource Names (ARNs) of the Network Load Balancers.
    PayerResponsibility string
    The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
    ServiceId string
    The ID of the endpoint service.
    acceptanceRequired Boolean
    Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
    gatewayLoadBalancerArns List<String>
    The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
    networkLoadBalancerArns List<String>
    The Amazon Resource Names (ARNs) of the Network Load Balancers.
    payerResponsibility String
    The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
    serviceId String
    The ID of the endpoint service.
    acceptanceRequired boolean
    Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
    gatewayLoadBalancerArns string[]
    The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
    networkLoadBalancerArns string[]
    The Amazon Resource Names (ARNs) of the Network Load Balancers.
    payerResponsibility string
    The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
    serviceId string
    The ID of the endpoint service.
    acceptance_required bool
    Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
    gateway_load_balancer_arns Sequence[str]
    The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
    network_load_balancer_arns Sequence[str]
    The Amazon Resource Names (ARNs) of the Network Load Balancers.
    payer_responsibility str
    The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
    service_id str
    The ID of the endpoint service.
    acceptanceRequired Boolean
    Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
    gatewayLoadBalancerArns List<String>
    The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
    networkLoadBalancerArns List<String>
    The Amazon Resource Names (ARNs) of the Network Load Balancers.
    payerResponsibility String
    The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
    serviceId String
    The ID of the endpoint service.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi