Show / Hide Table of Contents

Class ServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceState
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.FC
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ServiceState : ResourceArgs

Constructors

View Source

ServiceState()

Declaration
public ServiceState()

Properties

View Source

Description

The function compute service description.

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

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>
View Source

LastModified

The date this resource was last modified.

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

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>
View Source

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>
View Source

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>
View Source

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>
View Source

ServiceId

The Function Compute service ID.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.