RosUserInfoProps
Properties for defining a RosUserInfo
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-userinfo
Initializer
import ros_cdk_cr
ros_cdk_cr.RosUserInfoProps(
user: typing.Union[IResolvable, UserProperty],
instance_id: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
user |
typing.Union[ros_cdk_core.IResolvable, UserProperty] |
No description. |
instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
user
Required
user: typing.Union[IResolvable, UserProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, UserProperty]
instance_id
Optional
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]