ProvisionConfigProps
Properties for defining a ProvisionConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-provisionconfig
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc"
&alicloudroscdkfc.ProvisionConfigProps {
FunctionName: interface{},
Qualifier: interface{},
ServiceName: interface{},
Target: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FunctionName |
interface{} |
Property functionName: Function name. |
Qualifier |
interface{} |
Property qualifier: Service's alias. |
ServiceName |
interface{} |
Property serviceName: Service name. |
Target |
interface{} |
Property target: Number of provision. |
FunctionName
Required
FunctionName interface{}
- Type: interface{}
Property functionName: Function name.
Qualifier
Required
Qualifier interface{}
- Type: interface{}
Property qualifier: Service's alias.
Example : "LATEST"
ServiceName
Required
ServiceName interface{}
- Type: interface{}
Property serviceName: Service name.
Target
Required
Target interface{}
- Type: interface{}
Property target: Number of provision.