Class ServiceState
Inherited Members
Namespace: Pulumi.AliCloud.FC
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ServiceState : ResourceArgs
Constructors
View SourceServiceState()
Declaration
public ServiceState()
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> |
LastModified
The date this resource was last modified.
Declaration
public Input<string> LastModified { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogConfig
Provide this to store your FC service logs. Fields documented below. See Create a Service.
Declaration
public Input<ServiceLogConfigGetArgs> LogConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceLogConfigGetArgs> |
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> |
ServiceId
The Function Compute service ID.
Declaration
public Input<string> ServiceId { 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<ServiceVpcConfigGetArgs> VpcConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceVpcConfigGetArgs> |