Skip to content

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.ListForwardingRulesProperty> 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.

acceleratorIdRequired

public java.lang.Object getAcceleratorId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property acceleratorId: The ID of the GA instance.


forwardingRulesRequired

public java.lang.Object getForwardingRules();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListForwardingRulesProperty>

Property forwardingRules: Details about the forwarding rules.


listenerIdRequired

public java.lang.Object getListenerId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property listenerId: The ID of the listener.