Class GetTriggersTriggerResult
Inheritance
System.Object
GetTriggersTriggerResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.FC.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetTriggersTriggerResult
Fields
View SourceConfig
JSON-encoded trigger configuration. See Configure triggers and events for more details.
Declaration
public readonly string Config
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
FC trigger creation time.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
FC trigger ID.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InvocationRole
RAM role arn attached to the Function Compute trigger. Role used by the event source to call the function. The value format is "acs:ram::$account-id:role/$role-name". See Create a trigger for more details.
Declaration
public readonly string InvocationRole
Field Value
| Type | Description |
|---|---|
| System.String |
LastModificationTime
FC trigger last modification time.
Declaration
public readonly string LastModificationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Name
FC trigger name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SourceArn
Event source resource address. See Create a trigger for more details.
Declaration
public readonly string SourceArn
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Type of the trigger. Valid values: oss, log, timer, http and mns_topic.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |