Skip to content

ForwardingRulesProps

Properties for defining a ForwardingRules.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-forwardingrules

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.ForwardingRulesProps {
    AcceleratorId: interface{},
    ForwardingRules: interface{},
    ListenerId: interface{},
}

Properties

Name Type Description
AcceleratorId interface{} Property acceleratorId: The ID of the GA instance.
ForwardingRules interface{} Property forwardingRules: Details about the forwarding rules.
ListenerId interface{} Property listenerId: The ID of the listener.

AcceleratorIdRequired

AcceleratorId interface{}
  • Type: interface{}

Property acceleratorId: The ID of the GA instance.


ForwardingRulesRequired

ForwardingRules interface{}
  • Type: interface{}

Property forwardingRules: Details about the forwarding rules.


ListenerIdRequired

ListenerId interface{}
  • Type: interface{}

Property listenerId: The ID of the listener.