Skip to content

RosMappingProps

Initializer

import { RosMappingProps } from '@alicloud/ros-cdk-core'
const rosMappingProps: RosMappingProps = { ... }

Properties

Name Type Description
mapping {[ key: string ]: {[ key: string ]: any}} Mapping of key to a set of corresponding set of named values.

mappingOptional

public readonly mapping: {[ key: string ]: {[ key: string ]: any}};
  • Type: {[ key: string ]: {[ key: string ]: 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.