Show / Hide Table of Contents

Class ApiFcServiceConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiFcServiceConfigGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

ApiFcServiceConfigGetArgs()

Declaration
public ApiFcServiceConfigGetArgs()

Properties

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 Input<string> ArnRole { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FunctionName

The function name of function compute service.

Declaration
public Input<string> FunctionName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Region

The region that the function compute service belongs to.

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceName

The service name of function compute service.

Declaration
public Input<string> ServiceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Timeout

Backend service time-out time; unit: millisecond.

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.