Skip to content

RosMappingProps

Initializer

import ros_cdk_core
ros_cdk_core.RosMappingProps(
  mapping: typing.Mapping[typing.Mapping[typing.Any]] = None
)

Properties

Name Type Description
mapping typing.Mapping[typing.Mapping[typing.Any]] Mapping of key to a set of corresponding set of named values.

mappingOptional

mapping: typing.Mapping[typing.Mapping[typing.Any]]
  • Type: typing.Mapping[typing.Mapping[typing.Any]]
  • Default: No mapping.

Mapping of key to a set of corresponding set of named values.

The key identifies a map of name-value pairs and must be unique within the mapping.

For example, if you want to set values based on a region, you can create a mapping that uses the region name as a key and contains the values you want to specify for each specific region.