Skip to content

PrimaryKeyProperty

Initializer

import ros_cdk_ots
ros_cdk_ots.RosTable.PrimaryKeyProperty(
  name: typing.Union[str, IResolvable],
  type: typing.Union[str, IResolvable]
)

Properties

Name Type Description
name typing.Union[str, ros_cdk_core.IResolvable] No description.
type typing.Union[str, ros_cdk_core.IResolvable] No description.

nameRequired

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

typeRequired

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