Skip to content

RosAScriptProps

Properties for defining a RosAScript.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-ascript

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.RosAScriptProps {
    AScriptName: interface{},
    ListenerId: interface{},
    ScriptContent: interface{},
    Enabled: interface{},
    ExtAttributeEnabled: interface{},
    ExtAttributes: interface{},
}

Properties

Name Type Description
AScriptName interface{} No description.
ListenerId interface{} No description.
ScriptContent interface{} No description.
Enabled interface{} No description.
ExtAttributeEnabled interface{} No description.
ExtAttributes interface{} No description.

AScriptNameRequired

AScriptName interface{}
  • Type: interface{}

ListenerIdRequired

ListenerId interface{}
  • Type: interface{}

ScriptContentRequired

ScriptContent interface{}
  • Type: interface{}

EnabledOptional

Enabled interface{}
  • Type: interface{}

ExtAttributeEnabledOptional

ExtAttributeEnabled interface{}
  • Type: interface{}

ExtAttributesOptional

ExtAttributes interface{}
  • Type: interface{}