Skip to content

RosResourceShareProps

Properties for defining a RosResourceShare.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkresourcemanager"
&alicloudroscdkresourcemanager.RosResourceShareProps {
    ResourceShareName: interface{},
    AllowExternalTargets: interface{},
    PermissionNames: interface{},
    Resources: interface{},
    Targets: interface{},
}

Properties

Name Type Description
ResourceShareName interface{} No description.
AllowExternalTargets interface{} No description.
PermissionNames interface{} No description.
Resources interface{} No description.
Targets interface{} No description.

ResourceShareNameRequired

ResourceShareName interface{}
  • Type: interface{}

AllowExternalTargetsOptional

AllowExternalTargets interface{}
  • Type: interface{}

PermissionNamesOptional

PermissionNames interface{}
  • Type: interface{}

ResourcesOptional

Resources interface{}
  • Type: interface{}

TargetsOptional

Targets interface{}
  • Type: interface{}