Skip to content

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.

tagValueRequired

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

tagValueMatchFunctionRequired

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