ForwardingRulesProps
Properties for defining a ForwardingRules
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-forwardingrules
Initializer
import com.aliyun.ros.cdk.ga.ForwardingRulesProps;
ForwardingRulesProps.builder()
.acceleratorId(java.lang.String)
.acceleratorId(IResolvable)
.forwardingRules(IResolvable)
.forwardingRules(java.util.List<IResolvable)
.forwardingRules(ForwardingRulesProperty>)
.listenerId(java.lang.String)
.listenerId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
acceleratorId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property acceleratorId: The ID of the GA instance. |
forwardingRules |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property forwardingRules: Details about the forwarding rules. |
listenerId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property listenerId: The ID of the listener. |
acceleratorId
Required
public java.lang.Object getAcceleratorId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property acceleratorId: The ID of the GA instance.
forwardingRules
Required
public java.lang.Object getForwardingRules();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
ForwardingRulesProperty>
Property forwardingRules: Details about the forwarding rules.
listenerId
Required
public java.lang.Object getListenerId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property listenerId: The ID of the listener.