Skip to content

SerialNumberBindingProps

Properties for defining a SerialNumberBinding.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-serialnumberbinding

Initializer

import ros_cdk_sag
ros_cdk_sag.SerialNumberBindingProps(
  serial_number: typing.Union[str, IResolvable],
  smart_ag_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
serial_number typing.Union[str, ros_cdk_core.IResolvable] Property serialNumber: The serial number (SN) of the SAG device.
smart_ag_id typing.Union[str, ros_cdk_core.IResolvable] Property smartAgId: The ID of the SAG instance.

serial_numberRequired

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

Property serialNumber: The serial number (SN) of the SAG device.


smart_ag_idRequired

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

Property smartAgId: The ID of the SAG instance.