Skip to content

RosServiceProps

Properties for defining a RosService.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-service

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc"
&alicloudroscdkfc.RosServiceProps {
    ServiceName: interface{},
    DeletionForce: interface{},
    Description: interface{},
    InternetAccess: interface{},
    LogConfig: interface{},
    NasConfig: interface{},
    OssMountConfig: interface{},
    Role: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc.RosService.TagsProperty,
    TracingConfig: interface{},
    VpcBindings: interface{},
    VpcConfig: interface{},
}

Properties

Name Type Description
ServiceName interface{} No description.
DeletionForce interface{} No description.
Description interface{} No description.
InternetAccess interface{} No description.
LogConfig interface{} No description.
NasConfig interface{} No description.
OssMountConfig interface{} No description.
Role interface{} No description.
Tags *[]TagsProperty No description.
TracingConfig interface{} No description.
VpcBindings interface{} No description.
VpcConfig interface{} No description.

ServiceNameRequired

ServiceName interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

InternetAccessOptional

InternetAccess interface{}
  • Type: interface{}

LogConfigOptional

LogConfig interface{}
  • Type: interface{}

NasConfigOptional

NasConfig interface{}
  • Type: interface{}

OssMountConfigOptional

OssMountConfig interface{}
  • Type: interface{}

RoleOptional

Role interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TracingConfigOptional

TracingConfig interface{}
  • Type: interface{}

VpcBindingsOptional

VpcBindings interface{}
  • Type: interface{}

VpcConfigOptional

VpcConfig interface{}
  • Type: interface{}