Skip to content

ParamListProperty

Initializer

import ros_cdk_eventbridge
ros_cdk_eventbridge.RosRule.ParamListProperty(
  form: typing.Union[str, IResolvable],
  resource_key: typing.Union[str, IResolvable],
  value: typing.Union[str, IResolvable],
  template: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
form typing.Union[str, ros_cdk_core.IResolvable] No description.
resource_key typing.Union[str, ros_cdk_core.IResolvable] No description.
value typing.Union[str, ros_cdk_core.IResolvable] No description.
template typing.Union[str, ros_cdk_core.IResolvable] No description.

formRequired

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

resource_keyRequired

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

valueRequired

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

templateOptional

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