Skip to content

RosResourceShareProps

Properties for defining a RosResourceShare.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-resourceshare

Initializer

import com.aliyun.ros.cdk.resourcemanager.RosResourceShareProps;
RosResourceShareProps.builder()
    .resourceShareName(java.lang.String)
    .resourceShareName(IResolvable)
//  .allowExternalTargets(java.lang.Boolean)
//  .allowExternalTargets(IResolvable)
//  .permissionNames(IResolvable)
//  .permissionNames(java.util.List<java.lang.String)
//  .permissionNames(IResolvable>)
//  .resources(IResolvable)
//  .resources(java.util.List<IResolvable)
//  .resources(ResourcesProperty>)
//  .targets(IResolvable)
//  .targets(java.util.List<java.lang.String)
//  .targets(IResolvable>)
    .build();

Properties

Name Type Description
resourceShareName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
allowExternalTargets java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
permissionNames com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
resources com.aliyun.ros.cdk.core.IResolvable OR java.util.ListResourcesProperty> No description.
targets com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

resourceShareNameRequired

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

allowExternalTargetsOptional

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

permissionNamesOptional

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

resourcesOptional

public java.lang.Object getResources();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListResourcesProperty>

targetsOptional

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