Class ApiFcServiceConfigGetArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiFcServiceConfigGetArgs : ResourceArgs
Constructors
View SourceApiFcServiceConfigGetArgs()
Declaration
public ApiFcServiceConfigGetArgs()
Properties
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 Input<string> ArnRole { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FunctionName
The function name of function compute service.
Declaration
public Input<string> FunctionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region that the function compute service belongs to.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
The service name of function compute service.
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeout
Backend service time-out time; unit: millisecond.
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |