1. Packages
  2. Scaleway
  3. API Docs
  4. getFunction
Scaleway v1.12.1 published on Monday, Apr 15, 2024 by pulumiverse

scaleway.getFunction

Explore with Pulumi AI

scaleway logo
Scaleway v1.12.1 published on Monday, Apr 15, 2024 by pulumiverse

    Gets information about a function.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scaleway from "@pulumi/scaleway";
    
    const myFunction = scaleway.getFunction({
        functionId: "11111111-1111-1111-1111-111111111111",
        namespaceId: "11111111-1111-1111-1111-111111111111",
    });
    
    import pulumi
    import pulumi_scaleway as scaleway
    
    my_function = scaleway.get_function(function_id="11111111-1111-1111-1111-111111111111",
        namespace_id="11111111-1111-1111-1111-111111111111")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumiverse/pulumi-scaleway/sdk/go/scaleway"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := scaleway.LookupFunction(ctx, &scaleway.LookupFunctionArgs{
    			FunctionId:  pulumi.StringRef("11111111-1111-1111-1111-111111111111"),
    			NamespaceId: "11111111-1111-1111-1111-111111111111",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scaleway = Pulumi.Scaleway;
    
    return await Deployment.RunAsync(() => 
    {
        var myFunction = Scaleway.GetFunction.Invoke(new()
        {
            FunctionId = "11111111-1111-1111-1111-111111111111",
            NamespaceId = "11111111-1111-1111-1111-111111111111",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scaleway.ScalewayFunctions;
    import com.pulumi.scaleway.inputs.GetFunctionArgs;
    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 myFunction = ScalewayFunctions.getFunction(GetFunctionArgs.builder()
                .functionId("11111111-1111-1111-1111-111111111111")
                .namespaceId("11111111-1111-1111-1111-111111111111")
                .build());
    
        }
    }
    
    variables:
      myFunction:
        fn::invoke:
          Function: scaleway:getFunction
          Arguments:
            functionId: 11111111-1111-1111-1111-111111111111
            namespaceId: 11111111-1111-1111-1111-111111111111
    

    Using getFunction

    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 getFunction(args: GetFunctionArgs, opts?: InvokeOptions): Promise<GetFunctionResult>
    function getFunctionOutput(args: GetFunctionOutputArgs, opts?: InvokeOptions): Output<GetFunctionResult>
    def get_function(function_id: Optional[str] = None,
                     name: Optional[str] = None,
                     namespace_id: Optional[str] = None,
                     project_id: Optional[str] = None,
                     region: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetFunctionResult
    def get_function_output(function_id: Optional[pulumi.Input[str]] = None,
                     name: Optional[pulumi.Input[str]] = None,
                     namespace_id: Optional[pulumi.Input[str]] = None,
                     project_id: Optional[pulumi.Input[str]] = None,
                     region: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetFunctionResult]
    func LookupFunction(ctx *Context, args *LookupFunctionArgs, opts ...InvokeOption) (*LookupFunctionResult, error)
    func LookupFunctionOutput(ctx *Context, args *LookupFunctionOutputArgs, opts ...InvokeOption) LookupFunctionResultOutput

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

    public static class GetFunction 
    {
        public static Task<GetFunctionResult> InvokeAsync(GetFunctionArgs args, InvokeOptions? opts = null)
        public static Output<GetFunctionResult> Invoke(GetFunctionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFunctionResult> getFunction(GetFunctionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scaleway:index/getFunction:getFunction
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NamespaceId string
    The namespace id associated with this function.
    FunctionId string
    The function id. Only one of name and function_id should be specified.
    Name string
    The function name. Only one of name and namespace_id should be specified.
    ProjectId string
    The ID of the project the function is associated with.
    Region string
    region) The region in which the function exists.
    NamespaceId string
    The namespace id associated with this function.
    FunctionId string
    The function id. Only one of name and function_id should be specified.
    Name string
    The function name. Only one of name and namespace_id should be specified.
    ProjectId string
    The ID of the project the function is associated with.
    Region string
    region) The region in which the function exists.
    namespaceId String
    The namespace id associated with this function.
    functionId String
    The function id. Only one of name and function_id should be specified.
    name String
    The function name. Only one of name and namespace_id should be specified.
    projectId String
    The ID of the project the function is associated with.
    region String
    region) The region in which the function exists.
    namespaceId string
    The namespace id associated with this function.
    functionId string
    The function id. Only one of name and function_id should be specified.
    name string
    The function name. Only one of name and namespace_id should be specified.
    projectId string
    The ID of the project the function is associated with.
    region string
    region) The region in which the function exists.
    namespace_id str
    The namespace id associated with this function.
    function_id str
    The function id. Only one of name and function_id should be specified.
    name str
    The function name. Only one of name and namespace_id should be specified.
    project_id str
    The ID of the project the function is associated with.
    region str
    region) The region in which the function exists.
    namespaceId String
    The namespace id associated with this function.
    functionId String
    The function id. Only one of name and function_id should be specified.
    name String
    The function name. Only one of name and namespace_id should be specified.
    projectId String
    The ID of the project the function is associated with.
    region String
    region) The region in which the function exists.

    getFunction Result

    The following output properties are available:

    CpuLimit int
    Deploy bool
    Description string
    DomainName string
    EnvironmentVariables Dictionary<string, string>
    Handler string
    HttpOption string
    Id string
    The provider-assigned unique ID for this managed resource.
    MaxScale int
    MemoryLimit int
    MinScale int
    NamespaceId string
    OrganizationId string
    Privacy string
    Runtime string
    SecretEnvironmentVariables Dictionary<string, string>
    Timeout int
    ZipFile string
    ZipHash string
    FunctionId string
    Name string
    ProjectId string
    Region string
    CpuLimit int
    Deploy bool
    Description string
    DomainName string
    EnvironmentVariables map[string]string
    Handler string
    HttpOption string
    Id string
    The provider-assigned unique ID for this managed resource.
    MaxScale int
    MemoryLimit int
    MinScale int
    NamespaceId string
    OrganizationId string
    Privacy string
    Runtime string
    SecretEnvironmentVariables map[string]string
    Timeout int
    ZipFile string
    ZipHash string
    FunctionId string
    Name string
    ProjectId string
    Region string
    cpuLimit Integer
    deploy Boolean
    description String
    domainName String
    environmentVariables Map<String,String>
    handler String
    httpOption String
    id String
    The provider-assigned unique ID for this managed resource.
    maxScale Integer
    memoryLimit Integer
    minScale Integer
    namespaceId String
    organizationId String
    privacy String
    runtime String
    secretEnvironmentVariables Map<String,String>
    timeout Integer
    zipFile String
    zipHash String
    functionId String
    name String
    projectId String
    region String
    cpuLimit number
    deploy boolean
    description string
    domainName string
    environmentVariables {[key: string]: string}
    handler string
    httpOption string
    id string
    The provider-assigned unique ID for this managed resource.
    maxScale number
    memoryLimit number
    minScale number
    namespaceId string
    organizationId string
    privacy string
    runtime string
    secretEnvironmentVariables {[key: string]: string}
    timeout number
    zipFile string
    zipHash string
    functionId string
    name string
    projectId string
    region string
    cpu_limit int
    deploy bool
    description str
    domain_name str
    environment_variables Mapping[str, str]
    handler str
    http_option str
    id str
    The provider-assigned unique ID for this managed resource.
    max_scale int
    memory_limit int
    min_scale int
    namespace_id str
    organization_id str
    privacy str
    runtime str
    secret_environment_variables Mapping[str, str]
    timeout int
    zip_file str
    zip_hash str
    function_id str
    name str
    project_id str
    region str
    cpuLimit Number
    deploy Boolean
    description String
    domainName String
    environmentVariables Map<String>
    handler String
    httpOption String
    id String
    The provider-assigned unique ID for this managed resource.
    maxScale Number
    memoryLimit Number
    minScale Number
    namespaceId String
    organizationId String
    privacy String
    runtime String
    secretEnvironmentVariables Map<String>
    timeout Number
    zipFile String
    zipHash String
    functionId String
    name String
    projectId String
    region String

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.12.1 published on Monday, Apr 15, 2024 by pulumiverse