Skip to content

PartitionsProperty

Initializer

import ros_cdk_maxcompute
ros_cdk_maxcompute.RosTable.PartitionsProperty(
  name: typing.Union[str, IResolvable],
  type: typing.Union[str, IResolvable],
  comment: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
name typing.Union[str, ros_cdk_core.IResolvable] No description.
type typing.Union[str, ros_cdk_core.IResolvable] No description.
comment 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]

commentOptional

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