Skip to content

ResourcesProperty

Initializer

import com.aliyun.ros.cdk.vpc.RosNetworkAclAssociation.ResourcesProperty;
ResourcesProperty.builder()
    .resourceId(java.lang.String)
    .resourceId(IResolvable)
//  .resourceType(java.lang.String)
//  .resourceType(IResolvable)
    .build();

Properties

Name Type Description
resourceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
resourceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

resourceIdRequired

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

resourceTypeOptional

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