RosCustomResourceProps
Properties for defining a RosCustomResource
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-customresource
Initializer
import ros_cdk_ros
ros_cdk_ros.RosCustomResourceProps(
service_token: typing.Union[str, IResolvable],
timeout: typing.Union[typing.Union[int, float], IResolvable],
http_config: typing.Union[IResolvable, HttpConfigProperty] = None,
parameters: typing.Union[IResolvable, typing.Mapping[typing.Any]] = None
)
Properties
Name | Type | Description |
---|---|---|
service_token |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
timeout |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
http_config |
typing.Union[ros_cdk_core.IResolvable, HttpConfigProperty] |
No description. |
parameters |
typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] |
No description. |
service_token
Required
service_token: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
timeout
Required
timeout: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
http_config
Optional
http_config: typing.Union[IResolvable, HttpConfigProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, HttpConfigProperty]
parameters
Optional
parameters: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]