Skip to content

RosFunctionProps

Properties for defining a RosFunction.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc3-function

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc3"
&alicloudroscdkfc3.RosFunctionProps {
    FunctionName: interface{},
    Handler: interface{},
    Runtime: interface{},
    Code: interface{},
    Cpu: interface{},
    CustomContainerConfig: interface{},
    CustomDns: interface{},
    CustomRuntimeConfig: interface{},
    Description: interface{},
    DiskSize: interface{},
    EnvironmentVariables: interface{},
    GpuConfig: interface{},
    InstanceConcurrency: interface{},
    InstanceLifecycleConfig: interface{},
    InternetAccess: interface{},
    Layers: interface{},
    LogConfig: interface{},
    MemorySize: interface{},
    NasConfig: interface{},
    OssMountConfig: interface{},
    Role: interface{},
    Timeout: interface{},
    TracingConfig: interface{},
    VpcConfig: interface{},
}

Properties

Name Type Description
FunctionName interface{} No description.
Handler interface{} No description.
Runtime interface{} No description.
Code interface{} No description.
Cpu interface{} No description.
CustomContainerConfig interface{} No description.
CustomDns interface{} No description.
CustomRuntimeConfig interface{} No description.
Description interface{} No description.
DiskSize interface{} No description.
EnvironmentVariables interface{} No description.
GpuConfig interface{} No description.
InstanceConcurrency interface{} No description.
InstanceLifecycleConfig interface{} No description.
InternetAccess interface{} No description.
Layers interface{} No description.
LogConfig interface{} No description.
MemorySize interface{} No description.
NasConfig interface{} No description.
OssMountConfig interface{} No description.
Role interface{} No description.
Timeout interface{} No description.
TracingConfig interface{} No description.
VpcConfig interface{} No description.

FunctionNameRequired

FunctionName interface{}
  • Type: interface{}

HandlerRequired

Handler interface{}
  • Type: interface{}

RuntimeRequired

Runtime interface{}
  • Type: interface{}

CodeOptional

Code interface{}
  • Type: interface{}

CpuOptional

Cpu interface{}
  • Type: interface{}

CustomContainerConfigOptional

CustomContainerConfig interface{}
  • Type: interface{}

CustomDnsOptional

CustomDns interface{}
  • Type: interface{}

CustomRuntimeConfigOptional

CustomRuntimeConfig interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DiskSizeOptional

DiskSize interface{}
  • Type: interface{}

EnvironmentVariablesOptional

EnvironmentVariables interface{}
  • Type: interface{}

GpuConfigOptional

GpuConfig interface{}
  • Type: interface{}

InstanceConcurrencyOptional

InstanceConcurrency interface{}
  • Type: interface{}

InstanceLifecycleConfigOptional

InstanceLifecycleConfig interface{}
  • Type: interface{}

InternetAccessOptional

InternetAccess interface{}
  • Type: interface{}

LayersOptional

Layers interface{}
  • Type: interface{}

LogConfigOptional

LogConfig interface{}
  • Type: interface{}

MemorySizeOptional

MemorySize interface{}
  • Type: interface{}

NasConfigOptional

NasConfig interface{}
  • Type: interface{}

OssMountConfigOptional

OssMountConfig interface{}
  • Type: interface{}

RoleOptional

Role interface{}
  • Type: interface{}

TimeoutOptional

Timeout interface{}
  • Type: interface{}

TracingConfigOptional

TracingConfig interface{}
  • Type: interface{}

VpcConfigOptional

VpcConfig interface{}
  • Type: interface{}