Skip to content

AccessControlRulesProperty

Initializer

import com.aliyun.ros.cdk.kms.RosPolicy.AccessControlRulesProperty;
AccessControlRulesProperty.builder()
    .networkRules(IResolvable)
    .networkRules(java.util.List<java.lang.String)
    .networkRules(IResolvable>)
    .build();

Properties

Name Type Description
networkRules com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

networkRulesRequired

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