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. |
endpoint
Required
endpoint: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
identity
Required
identity: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
param_list
Required
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]]]
type
Required
type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
push_retry_strategy
Optional
push_retry_strategy: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]