TriggerProps
Properties for defining a Trigger
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc3-trigger
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new TriggerProps {
object FunctionName,
object TriggerConfig,
object TriggerName,
object TriggerType,
object Description = null,
object InvocationRole = null,
object Qualifier = null,
object SourceArn = null
};
Properties
Name | Type | Description |
---|---|---|
FunctionName |
object |
Property functionName: The name of the function. |
TriggerConfig |
object |
Property triggerConfig: Trigger config. |
TriggerName |
object |
Property triggerName: Name of the trigger. |
TriggerType |
object |
Property triggerType: Type of the trigger. |
Description |
object |
Property description: Description of the trigger. |
InvocationRole |
object |
Property invocationRole: Invocation role. |
Qualifier |
object |
Property qualifier: Qualifier of the trigger. |
SourceArn |
object |
Property sourceArn: Source ARN of the trigger. |
FunctionName
Required
public object FunctionName { get; set; }
- Type: object
Property functionName: The name of the function.
TriggerConfig
Required
public object TriggerConfig { get; set; }
- Type: object
Property triggerConfig: Trigger config.
TriggerName
Required
public object TriggerName { get; set; }
- Type: object
Property triggerName: Name of the trigger.
TriggerType
Required
public object TriggerType { get; set; }
- Type: object
Property triggerType: Type of the trigger.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Description of the trigger.
InvocationRole
Optional
public object InvocationRole { get; set; }
- Type: object
Property invocationRole: Invocation role.
Qualifier
Optional
public object Qualifier { get; set; }
- Type: object
Property qualifier: Qualifier of the trigger.
SourceArn
Optional
public object SourceArn { get; set; }
- Type: object
Property sourceArn: Source ARN of the trigger.