Skip to content

FiltersProperty

Initializer

from ros_cdk_ecs import datasource
datasource.RosSnapshots.FiltersProperty(
  key: typing.Union[str, IResolvable],
  value: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
key typing.Union[str, ros_cdk_core.IResolvable] No description.
value typing.Union[str, ros_cdk_core.IResolvable] No description.

keyRequired

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

valueOptional

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