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 SourceArnRole
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 |
FunctionName
The function name of function compute service.
Declaration
public readonly string FunctionName
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The region that the function compute service belongs to.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceName
The service name of function compute service.
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |
Timeout
Backend service time-out time; unit: millisecond.
Declaration
public readonly int Timeout
Field Value
| Type | Description |
|---|---|
| System.Int32 |