MatchExpressProperty
Initializer
import com.aliyun.ros.cdk.cms.RosDynamicTagGroup.MatchExpressProperty;
MatchExpressProperty.builder()
.tagValue(java.lang.String)
.tagValue(IResolvable)
.tagValueMatchFunction(java.lang.String)
.tagValueMatchFunction(IResolvable)
.build();
Properties
Name |
Type |
Description |
tagValue |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
tagValueMatchFunction |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
tagValue
Required
public java.lang.Object getTagValue();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
tagValueMatchFunction
Required
public java.lang.Object getTagValueMatchFunction();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable