Class ServiceArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ServiceArgs : ResourceArgs
Constructors
View SourceServiceArgs()
Declaration
public ServiceArgs()
Properties
View SourceDescription
The function compute service description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InternetAccess
Whether to allow the service to access Internet. Default to "true".
Declaration
public Input<bool> InternetAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LogConfig
Provide this to store your FC service logs. Fields documented below. See Create a Service.
Declaration
public Input<ServiceLogConfigArgs> LogConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceLogConfigArgs> |
Name
The Function Compute service name. It is the only in one Alicloud account and is conflict with "name_prefix".
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamePrefix
Setting a prefix to get a only name. It is conflict with "name".
Declaration
public Input<string> NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
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> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcConfig
Provide this to allow your FC service to access your VPC. Fields documented below. See Function Compute Service in VPC.
Declaration
public Input<ServiceVpcConfigArgs> VpcConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceVpcConfigArgs> |