Skip to content

TargetsProperty

Initializer

import ros_cdk_eventbridge
ros_cdk_eventbridge.RosRule.TargetsProperty(
  endpoint: typing.Union[str, IResolvable],
  identity: typing.Union[str, IResolvable],
  param_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ParamListProperty]]],
  type: typing.Union[str, IResolvable],
  push_retry_strategy: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
endpoint typing.Union[str, ros_cdk_core.IResolvable] No description.
identity typing.Union[str, ros_cdk_core.IResolvable] No description.
param_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ParamListProperty]]] No description.
type typing.Union[str, ros_cdk_core.IResolvable] No description.
push_retry_strategy typing.Union[str, ros_cdk_core.IResolvable] No description.

endpointRequired

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

identityRequired

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

param_listRequired

param_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ParamListProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ParamListProperty]]]

typeRequired

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

push_retry_strategyOptional

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