Show / Hide Table of Contents

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 Source

Config

JSON-encoded trigger configuration. See Configure triggers and events for more details.

Declaration
public readonly string Config
Field Value
Type Description
System.String
View Source

CreationTime

FC trigger creation time.

Declaration
public readonly string CreationTime
Field Value
Type Description
System.String
View Source

Id

FC trigger ID.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

LastModificationTime

FC trigger last modification time.

Declaration
public readonly string LastModificationTime
Field Value
Type Description
System.String
View Source

Name

FC trigger name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

SourceArn

Event source resource address. See Create a trigger for more details.

Declaration
public readonly string SourceArn
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.