Skip to content

PolicyAttachmentsProperty

Initializer

import com.aliyun.ros.cdk.ram.RosUser.PolicyAttachmentsProperty;
PolicyAttachmentsProperty.builder()
//  .custom(IResolvable)
//  .custom(java.util.List<java.lang.String)
//  .custom(IResolvable>)
//  .system(IResolvable)
//  .system(java.util.List<java.lang.String)
//  .system(IResolvable>)
    .build();

Properties

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

customOptional

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

systemOptional

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