Skip to content

RosResourceShareAssociationProps

Properties for defining a RosResourceShareAssociation.

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

Initializer

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

Properties

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

ResourceShareIdRequired

ResourceShareId interface{}
  • Type: interface{}

PermissionNamesOptional

PermissionNames interface{}
  • Type: interface{}

ResourcesOptional

Resources interface{}
  • Type: interface{}

TargetsOptional

Targets interface{}
  • Type: interface{}