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. |
GroupName
Required
GroupName interface{}
- Type: interface{}
Comments
Optional
Comments interface{}
- Type: interface{}
DeletionForce
Optional
DeletionForce interface{}
- Type: interface{}
IgnoreExisting
Optional
IgnoreExisting interface{}
- Type: interface{}
Policies
Optional
Policies interface{}
- Type: interface{}
PolicyAttachments
Optional
PolicyAttachments interface{}
- Type: interface{}