Skip to content

RosCenInstancesProps

Properties for defining a RosCenInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-ceninstances

Initializer

import com.aliyun.ros.cdk.cen.datasource.RosCenInstancesProps;
RosCenInstancesProps.builder()
//  .filter(IResolvable)
//  .filter(java.util.List<FilterProperty)
//  .filter(IResolvable>)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
filter com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

filterOptional

public java.lang.Object getFilter();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

refreshOptionsOptional

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