scaleway.Function
Explore with Pulumi AI
Import
Functions can be imported using, {region}/{id}
, as shown below:
bash
$ pulumi import scaleway:index/function:Function main fr-par/11111111-1111-1111-1111-111111111111
Create Function Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Function(name: string, args: FunctionArgs, opts?: CustomResourceOptions);
@overload
def Function(resource_name: str,
args: FunctionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Function(resource_name: str,
opts: Optional[ResourceOptions] = None,
namespace_id: Optional[str] = None,
runtime: Optional[str] = None,
privacy: Optional[str] = None,
handler: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
memory_limit: Optional[int] = None,
min_scale: Optional[int] = None,
deploy: Optional[bool] = None,
http_option: Optional[str] = None,
environment_variables: Optional[Mapping[str, str]] = None,
max_scale: Optional[int] = None,
region: Optional[str] = None,
description: Optional[str] = None,
sandbox: Optional[str] = None,
secret_environment_variables: Optional[Mapping[str, str]] = None,
timeout: Optional[int] = None,
zip_file: Optional[str] = None,
zip_hash: Optional[str] = None)
func NewFunction(ctx *Context, name string, args FunctionArgs, opts ...ResourceOption) (*Function, error)
public Function(string name, FunctionArgs args, CustomResourceOptions? opts = null)
public Function(String name, FunctionArgs args)
public Function(String name, FunctionArgs args, CustomResourceOptions options)
type: scaleway:Function
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FunctionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FunctionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FunctionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FunctionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FunctionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var functionResource = new Scaleway.Function("functionResource", new()
{
NamespaceId = "string",
Runtime = "string",
Privacy = "string",
Handler = "string",
Name = "string",
ProjectId = "string",
MemoryLimit = 0,
MinScale = 0,
Deploy = false,
HttpOption = "string",
EnvironmentVariables =
{
{ "string", "string" },
},
MaxScale = 0,
Region = "string",
Description = "string",
Sandbox = "string",
SecretEnvironmentVariables =
{
{ "string", "string" },
},
Timeout = 0,
ZipFile = "string",
ZipHash = "string",
});
example, err := scaleway.NewFunction(ctx, "functionResource", &scaleway.FunctionArgs{
NamespaceId: pulumi.String("string"),
Runtime: pulumi.String("string"),
Privacy: pulumi.String("string"),
Handler: pulumi.String("string"),
Name: pulumi.String("string"),
ProjectId: pulumi.String("string"),
MemoryLimit: pulumi.Int(0),
MinScale: pulumi.Int(0),
Deploy: pulumi.Bool(false),
HttpOption: pulumi.String("string"),
EnvironmentVariables: pulumi.StringMap{
"string": pulumi.String("string"),
},
MaxScale: pulumi.Int(0),
Region: pulumi.String("string"),
Description: pulumi.String("string"),
Sandbox: pulumi.String("string"),
SecretEnvironmentVariables: pulumi.StringMap{
"string": pulumi.String("string"),
},
Timeout: pulumi.Int(0),
ZipFile: pulumi.String("string"),
ZipHash: pulumi.String("string"),
})
var functionResource = new Function("functionResource", FunctionArgs.builder()
.namespaceId("string")
.runtime("string")
.privacy("string")
.handler("string")
.name("string")
.projectId("string")
.memoryLimit(0)
.minScale(0)
.deploy(false)
.httpOption("string")
.environmentVariables(Map.of("string", "string"))
.maxScale(0)
.region("string")
.description("string")
.sandbox("string")
.secretEnvironmentVariables(Map.of("string", "string"))
.timeout(0)
.zipFile("string")
.zipHash("string")
.build());
function_resource = scaleway.Function("functionResource",
namespace_id="string",
runtime="string",
privacy="string",
handler="string",
name="string",
project_id="string",
memory_limit=0,
min_scale=0,
deploy=False,
http_option="string",
environment_variables={
"string": "string",
},
max_scale=0,
region="string",
description="string",
sandbox="string",
secret_environment_variables={
"string": "string",
},
timeout=0,
zip_file="string",
zip_hash="string")
const functionResource = new scaleway.Function("functionResource", {
namespaceId: "string",
runtime: "string",
privacy: "string",
handler: "string",
name: "string",
projectId: "string",
memoryLimit: 0,
minScale: 0,
deploy: false,
httpOption: "string",
environmentVariables: {
string: "string",
},
maxScale: 0,
region: "string",
description: "string",
sandbox: "string",
secretEnvironmentVariables: {
string: "string",
},
timeout: 0,
zipFile: "string",
zipHash: "string",
});
type: scaleway:Function
properties:
deploy: false
description: string
environmentVariables:
string: string
handler: string
httpOption: string
maxScale: 0
memoryLimit: 0
minScale: 0
name: string
namespaceId: string
privacy: string
projectId: string
region: string
runtime: string
sandbox: string
secretEnvironmentVariables:
string: string
timeout: 0
zipFile: string
zipHash: string
Function Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Function resource accepts the following input properties:
- Handler string
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- Namespace
Id string The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- Privacy string
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- Runtime string
- Runtime of the function. Runtimes can be fetched using specific route
- Deploy bool
- Description string
- The description of the function.
- Environment
Variables Dictionary<string, string> - The environment variables of the function.
- Http
Option string - HTTP traffic configuration
- Max
Scale int - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - Memory
Limit int - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- Min
Scale int - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - Name string
- The unique name of the function name.
- Project
Id string project_id
) The ID of the project the functions namespace is associated with.- Region string
region
). The region in which the namespace should be created.- Sandbox string
- Execution environment of the function.
- Secret
Environment Dictionary<string, string>Variables - The secret environment variables of the function.
- Timeout int
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- Zip
File string - Path to the zip file containing your function sources to upload.
- Zip
Hash string - The hash of your source zip file, changing it will re-apply function. Can be any string
- Handler string
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- Namespace
Id string The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- Privacy string
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- Runtime string
- Runtime of the function. Runtimes can be fetched using specific route
- Deploy bool
- Description string
- The description of the function.
- Environment
Variables map[string]string - The environment variables of the function.
- Http
Option string - HTTP traffic configuration
- Max
Scale int - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - Memory
Limit int - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- Min
Scale int - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - Name string
- The unique name of the function name.
- Project
Id string project_id
) The ID of the project the functions namespace is associated with.- Region string
region
). The region in which the namespace should be created.- Sandbox string
- Execution environment of the function.
- Secret
Environment map[string]stringVariables - The secret environment variables of the function.
- Timeout int
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- Zip
File string - Path to the zip file containing your function sources to upload.
- Zip
Hash string - The hash of your source zip file, changing it will re-apply function. Can be any string
- handler String
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- namespace
Id String The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- privacy String
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- runtime String
- Runtime of the function. Runtimes can be fetched using specific route
- deploy Boolean
- description String
- The description of the function.
- environment
Variables Map<String,String> - The environment variables of the function.
- http
Option String - HTTP traffic configuration
- max
Scale Integer - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory
Limit Integer - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min
Scale Integer - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name String
- The unique name of the function name.
- project
Id String project_id
) The ID of the project the functions namespace is associated with.- region String
region
). The region in which the namespace should be created.- sandbox String
- Execution environment of the function.
- secret
Environment Map<String,String>Variables - The secret environment variables of the function.
- timeout Integer
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip
File String - Path to the zip file containing your function sources to upload.
- zip
Hash String - The hash of your source zip file, changing it will re-apply function. Can be any string
- handler string
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- namespace
Id string The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- privacy string
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- runtime string
- Runtime of the function. Runtimes can be fetched using specific route
- deploy boolean
- description string
- The description of the function.
- environment
Variables {[key: string]: string} - The environment variables of the function.
- http
Option string - HTTP traffic configuration
- max
Scale number - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory
Limit number - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min
Scale number - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name string
- The unique name of the function name.
- project
Id string project_id
) The ID of the project the functions namespace is associated with.- region string
region
). The region in which the namespace should be created.- sandbox string
- Execution environment of the function.
- secret
Environment {[key: string]: string}Variables - The secret environment variables of the function.
- timeout number
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip
File string - Path to the zip file containing your function sources to upload.
- zip
Hash string - The hash of your source zip file, changing it will re-apply function. Can be any string
- handler str
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- namespace_
id str The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- privacy str
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- runtime str
- Runtime of the function. Runtimes can be fetched using specific route
- deploy bool
- description str
- The description of the function.
- environment_
variables Mapping[str, str] - The environment variables of the function.
- http_
option str - HTTP traffic configuration
- max_
scale int - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory_
limit int - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min_
scale int - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name str
- The unique name of the function name.
- project_
id str project_id
) The ID of the project the functions namespace is associated with.- region str
region
). The region in which the namespace should be created.- sandbox str
- Execution environment of the function.
- secret_
environment_ Mapping[str, str]variables - The secret environment variables of the function.
- timeout int
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip_
file str - Path to the zip file containing your function sources to upload.
- zip_
hash str - The hash of your source zip file, changing it will re-apply function. Can be any string
- handler String
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- namespace
Id String The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- privacy String
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- runtime String
- Runtime of the function. Runtimes can be fetched using specific route
- deploy Boolean
- description String
- The description of the function.
- environment
Variables Map<String> - The environment variables of the function.
- http
Option String - HTTP traffic configuration
- max
Scale Number - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory
Limit Number - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min
Scale Number - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name String
- The unique name of the function name.
- project
Id String project_id
) The ID of the project the functions namespace is associated with.- region String
region
). The region in which the namespace should be created.- sandbox String
- Execution environment of the function.
- secret
Environment Map<String>Variables - The secret environment variables of the function.
- timeout Number
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip
File String - Path to the zip file containing your function sources to upload.
- zip
Hash String - The hash of your source zip file, changing it will re-apply function. Can be any string
Outputs
All input properties are implicitly available as output properties. Additionally, the Function resource produces the following output properties:
- Cpu
Limit int - The CPU limit in mVCPU for your function.
- Domain
Name string - The native domain name of the function.
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - The organization ID the function is associated with.
- Cpu
Limit int - The CPU limit in mVCPU for your function.
- Domain
Name string - The native domain name of the function.
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - The organization ID the function is associated with.
- cpu
Limit Integer - The CPU limit in mVCPU for your function.
- domain
Name String - The native domain name of the function.
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - The organization ID the function is associated with.
- cpu
Limit number - The CPU limit in mVCPU for your function.
- domain
Name string - The native domain name of the function.
- id string
- The provider-assigned unique ID for this managed resource.
- organization
Id string - The organization ID the function is associated with.
- cpu_
limit int - The CPU limit in mVCPU for your function.
- domain_
name str - The native domain name of the function.
- id str
- The provider-assigned unique ID for this managed resource.
- organization_
id str - The organization ID the function is associated with.
- cpu
Limit Number - The CPU limit in mVCPU for your function.
- domain
Name String - The native domain name of the function.
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - The organization ID the function is associated with.
Look up Existing Function Resource
Get an existing Function resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FunctionState, opts?: CustomResourceOptions): Function
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cpu_limit: Optional[int] = None,
deploy: Optional[bool] = None,
description: Optional[str] = None,
domain_name: Optional[str] = None,
environment_variables: Optional[Mapping[str, str]] = None,
handler: Optional[str] = None,
http_option: Optional[str] = None,
max_scale: Optional[int] = None,
memory_limit: Optional[int] = None,
min_scale: Optional[int] = None,
name: Optional[str] = None,
namespace_id: Optional[str] = None,
organization_id: Optional[str] = None,
privacy: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
runtime: Optional[str] = None,
sandbox: Optional[str] = None,
secret_environment_variables: Optional[Mapping[str, str]] = None,
timeout: Optional[int] = None,
zip_file: Optional[str] = None,
zip_hash: Optional[str] = None) -> Function
func GetFunction(ctx *Context, name string, id IDInput, state *FunctionState, opts ...ResourceOption) (*Function, error)
public static Function Get(string name, Input<string> id, FunctionState? state, CustomResourceOptions? opts = null)
public static Function get(String name, Output<String> id, FunctionState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cpu
Limit int - The CPU limit in mVCPU for your function.
- Deploy bool
- Description string
- The description of the function.
- Domain
Name string - The native domain name of the function.
- Environment
Variables Dictionary<string, string> - The environment variables of the function.
- Handler string
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- Http
Option string - HTTP traffic configuration
- Max
Scale int - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - Memory
Limit int - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- Min
Scale int - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - Name string
- The unique name of the function name.
- Namespace
Id string The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- Organization
Id string - The organization ID the function is associated with.
- Privacy string
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- Project
Id string project_id
) The ID of the project the functions namespace is associated with.- Region string
region
). The region in which the namespace should be created.- Runtime string
- Runtime of the function. Runtimes can be fetched using specific route
- Sandbox string
- Execution environment of the function.
- Secret
Environment Dictionary<string, string>Variables - The secret environment variables of the function.
- Timeout int
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- Zip
File string - Path to the zip file containing your function sources to upload.
- Zip
Hash string - The hash of your source zip file, changing it will re-apply function. Can be any string
- Cpu
Limit int - The CPU limit in mVCPU for your function.
- Deploy bool
- Description string
- The description of the function.
- Domain
Name string - The native domain name of the function.
- Environment
Variables map[string]string - The environment variables of the function.
- Handler string
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- Http
Option string - HTTP traffic configuration
- Max
Scale int - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - Memory
Limit int - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- Min
Scale int - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - Name string
- The unique name of the function name.
- Namespace
Id string The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- Organization
Id string - The organization ID the function is associated with.
- Privacy string
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- Project
Id string project_id
) The ID of the project the functions namespace is associated with.- Region string
region
). The region in which the namespace should be created.- Runtime string
- Runtime of the function. Runtimes can be fetched using specific route
- Sandbox string
- Execution environment of the function.
- Secret
Environment map[string]stringVariables - The secret environment variables of the function.
- Timeout int
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- Zip
File string - Path to the zip file containing your function sources to upload.
- Zip
Hash string - The hash of your source zip file, changing it will re-apply function. Can be any string
- cpu
Limit Integer - The CPU limit in mVCPU for your function.
- deploy Boolean
- description String
- The description of the function.
- domain
Name String - The native domain name of the function.
- environment
Variables Map<String,String> - The environment variables of the function.
- handler String
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- http
Option String - HTTP traffic configuration
- max
Scale Integer - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory
Limit Integer - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min
Scale Integer - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name String
- The unique name of the function name.
- namespace
Id String The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- organization
Id String - The organization ID the function is associated with.
- privacy String
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- project
Id String project_id
) The ID of the project the functions namespace is associated with.- region String
region
). The region in which the namespace should be created.- runtime String
- Runtime of the function. Runtimes can be fetched using specific route
- sandbox String
- Execution environment of the function.
- secret
Environment Map<String,String>Variables - The secret environment variables of the function.
- timeout Integer
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip
File String - Path to the zip file containing your function sources to upload.
- zip
Hash String - The hash of your source zip file, changing it will re-apply function. Can be any string
- cpu
Limit number - The CPU limit in mVCPU for your function.
- deploy boolean
- description string
- The description of the function.
- domain
Name string - The native domain name of the function.
- environment
Variables {[key: string]: string} - The environment variables of the function.
- handler string
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- http
Option string - HTTP traffic configuration
- max
Scale number - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory
Limit number - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min
Scale number - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name string
- The unique name of the function name.
- namespace
Id string The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- organization
Id string - The organization ID the function is associated with.
- privacy string
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- project
Id string project_id
) The ID of the project the functions namespace is associated with.- region string
region
). The region in which the namespace should be created.- runtime string
- Runtime of the function. Runtimes can be fetched using specific route
- sandbox string
- Execution environment of the function.
- secret
Environment {[key: string]: string}Variables - The secret environment variables of the function.
- timeout number
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip
File string - Path to the zip file containing your function sources to upload.
- zip
Hash string - The hash of your source zip file, changing it will re-apply function. Can be any string
- cpu_
limit int - The CPU limit in mVCPU for your function.
- deploy bool
- description str
- The description of the function.
- domain_
name str - The native domain name of the function.
- environment_
variables Mapping[str, str] - The environment variables of the function.
- handler str
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- http_
option str - HTTP traffic configuration
- max_
scale int - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory_
limit int - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min_
scale int - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name str
- The unique name of the function name.
- namespace_
id str The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- organization_
id str - The organization ID the function is associated with.
- privacy str
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- project_
id str project_id
) The ID of the project the functions namespace is associated with.- region str
region
). The region in which the namespace should be created.- runtime str
- Runtime of the function. Runtimes can be fetched using specific route
- sandbox str
- Execution environment of the function.
- secret_
environment_ Mapping[str, str]variables - The secret environment variables of the function.
- timeout int
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip_
file str - Path to the zip file containing your function sources to upload.
- zip_
hash str - The hash of your source zip file, changing it will re-apply function. Can be any string
- cpu
Limit Number - The CPU limit in mVCPU for your function.
- deploy Boolean
- description String
- The description of the function.
- domain
Name String - The native domain name of the function.
- environment
Variables Map<String> - The environment variables of the function.
- handler String
- Handler of the function, depends on the runtime. Refer to the dedicated documentation for the list of supported runtimes.
- http
Option String - HTTP traffic configuration
- max
Scale Number - The maximum number of instances this function can scale to. Default to 20. Your function will scale automatically based on the incoming workload, but will never exceed the configured
max_scale
value. - memory
Limit Number - The memory resources in MB to allocate to each function. Defaults to 256 MB.
- min
Scale Number - The minimum number of function instances running continuously. Defaults to 0. Functions are billed when executed, and using a
min_scale
greater than 0 will cause your function to run constantly. - name String
- The unique name of the function name.
- namespace
Id String The Functions namespace ID of the function.
Important Updating the
name
argument will recreate the function.- organization
Id String - The organization ID the function is associated with.
- privacy String
- The privacy type defines the way to authenticate to your function. Please check our dedicated section.
- project
Id String project_id
) The ID of the project the functions namespace is associated with.- region String
region
). The region in which the namespace should be created.- runtime String
- Runtime of the function. Runtimes can be fetched using specific route
- sandbox String
- Execution environment of the function.
- secret
Environment Map<String>Variables - The secret environment variables of the function.
- timeout Number
- The maximum amount of time your function can spend processing a request before being stopped. Defaults to 300s.
- zip
File String - Path to the zip file containing your function sources to upload.
- zip
Hash String - The hash of your source zip file, changing it will re-apply function. Can be any string
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.