AliasProps
Properties for defining a Alias
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-alias
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc"
&alicloudroscdkfc.AliasProps {
AliasName: interface{},
ServiceName: interface{},
AdditionalVersion: interface{},
AdditionalWeight: interface{},
Description: interface{},
VersionId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AliasName |
interface{} |
Property aliasName: Alias name. |
ServiceName |
interface{} |
Property serviceName: Service name. |
AdditionalVersion |
interface{} |
Property additionalVersion: Additional version. |
AdditionalWeight |
interface{} |
Property additionalWeight: Traffic weight of additional version. |
Description |
interface{} |
Property description: Version description. |
VersionId |
interface{} |
Property versionId: Version ID. |
AliasName
Required
AliasName interface{}
- Type: interface{}
Property aliasName: Alias name.
ServiceName
Required
ServiceName interface{}
- Type: interface{}
Property serviceName: Service name.
AdditionalVersion
Optional
AdditionalVersion interface{}
- Type: interface{}
Property additionalVersion: Additional version.
AdditionalWeight
Optional
AdditionalWeight interface{}
- Type: interface{}
Property additionalWeight: Traffic weight of additional version.
From 0 to 100.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Version description.
VersionId
Optional
VersionId interface{}
- Type: interface{}
Property versionId: Version ID.