Skip to content

RosGroupProps

Properties for defining a RosGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-group

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.RosGroupProps {
    GroupName: interface{},
    Comments: interface{},
    DeletionForce: interface{},
    IgnoreExisting: interface{},
    Policies: interface{},
    PolicyAttachments: interface{},
}

Properties

Name Type Description
GroupName interface{} No description.
Comments interface{} No description.
DeletionForce interface{} No description.
IgnoreExisting interface{} No description.
Policies interface{} No description.
PolicyAttachments interface{} No description.

GroupNameRequired

GroupName interface{}
  • Type: interface{}

CommentsOptional

Comments interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

IgnoreExistingOptional

IgnoreExisting interface{}
  • Type: interface{}

PoliciesOptional

Policies interface{}
  • Type: interface{}

PolicyAttachmentsOptional

PolicyAttachments interface{}
  • Type: interface{}