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],
concurrent_config: typing.Union[IResolvable, ConcurrentConfigProperty] = None,
dead_letter_queue: typing.Union[IResolvable, DeadLetterQueueProperty] = None,
errors_tolerance: typing.Union[str, IResolvable] = None,
push_retry_strategy: typing.Union[str, IResolvable] = None
)
Properties
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]
concurrent_configOptional
concurrent_config: typing.Union[IResolvable, ConcurrentConfigProperty]
dead_letter_queueOptional
dead_letter_queue: typing.Union[IResolvable, DeadLetterQueueProperty]
errors_toleranceOptional
errors_tolerance: 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]
Protocols