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. |
FunctionNameRequired
FunctionName interface{}
- Type: interface{}
Property functionName: Function name.
QualifierRequired
Qualifier interface{}
- Type: interface{}
Property qualifier: Service's alias.
Example : "LATEST"
ServiceNameRequired
ServiceName interface{}
- Type: interface{}
Property serviceName: Service name.
TargetRequired
Target interface{}
- Type: interface{}
Property target: Number of provision.