Skip to content

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_tokenRequired

service_token: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

timeoutRequired

timeout: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

http_configOptional

http_config: typing.Union[IResolvable, HttpConfigProperty]

parametersOptional

parameters: typing.Union[IResolvable, typing.Mapping[typing.Any]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]