Skip to content

RosTriggerProps

Properties for defining a RosTrigger.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc"
&alicloudroscdkfc.RosTriggerProps {
    FunctionName: interface{},
    ServiceName: interface{},
    TriggerConfig: interface{},
    TriggerName: interface{},
    TriggerType: interface{},
    InvocationRole: interface{},
    Qualifier: interface{},
    SourceArn: interface{},
}

Properties

Name Type Description
FunctionName interface{} No description.
ServiceName interface{} No description.
TriggerConfig interface{} No description.
TriggerName interface{} No description.
TriggerType interface{} No description.
InvocationRole interface{} No description.
Qualifier interface{} No description.
SourceArn interface{} No description.

FunctionNameRequired

FunctionName interface{}
  • Type: interface{}

ServiceNameRequired

ServiceName interface{}
  • Type: interface{}

TriggerConfigRequired

TriggerConfig interface{}
  • Type: interface{}

TriggerNameRequired

TriggerName interface{}
  • Type: interface{}

TriggerTypeRequired

TriggerType interface{}
  • Type: interface{}

InvocationRoleOptional

InvocationRole interface{}
  • Type: interface{}

QualifierOptional

Qualifier interface{}
  • Type: interface{}

SourceArnOptional

SourceArn interface{}
  • Type: interface{}