ForwardingRulesProps
Properties for defining a ForwardingRules.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-forwardingrules
Initializer
import { ForwardingRulesProps } from '@alicloud/ros-cdk-ga'
const forwardingRulesProps: ForwardingRulesProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
acceleratorId |
string | @alicloud/ros-cdk-core.IResolvable |
Property acceleratorId: The ID of the GA instance. |
forwardingRules |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ForwardingRulesProperty[] |
Property forwardingRules: Details about the forwarding rules. |
listenerId |
string | @alicloud/ros-cdk-core.IResolvable |
Property listenerId: The ID of the listener. |
acceleratorIdRequired
public readonly acceleratorId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property acceleratorId: The ID of the GA instance.
forwardingRulesRequired
public readonly forwardingRules: IResolvable | IResolvable | ForwardingRulesProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ForwardingRulesProperty[]
Property forwardingRules: Details about the forwarding rules.
listenerIdRequired
public readonly listenerId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property listenerId: The ID of the listener.