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. |
form: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
resource_key
Required
resource_key: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
value
Required
value: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
template
Optional
template: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]