Skip to content

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.

AliasNameRequired

AliasName interface{}
  • Type: interface{}

Property aliasName: Alias name.


ServiceNameRequired

ServiceName interface{}
  • Type: interface{}

Property serviceName: Service name.


AdditionalVersionOptional

AdditionalVersion interface{}
  • Type: interface{}

Property additionalVersion: Additional version.


AdditionalWeightOptional

AdditionalWeight interface{}
  • Type: interface{}

Property additionalWeight: Traffic weight of additional version.

From 0 to 100.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Version description.


VersionIdOptional

VersionId interface{}
  • Type: interface{}

Property versionId: Version ID.