Show / Hide Table of Contents

Class ApiFcServiceConfig

Inheritance
System.Object
ApiFcServiceConfig
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.ApiGateway.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiFcServiceConfig

Fields

View Source

ArnRole

RAM role arn attached to the Function Compute service. This governs both who / what can invoke your Function, as well as what resources our Function has access to. See User Permissions for more details.

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

FunctionName

The function name of function compute service.

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

Region

The region that the function compute service belongs to.

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

ServiceName

The service name of function compute service.

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

Timeout

Backend service time-out time; unit: millisecond.

Declaration
public readonly int Timeout
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.