RosMappingProps
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.RosMappingProps {
Mapping: *map[string]*map[string]interface{},
}
Properties
Name | Type | Description |
---|---|---|
Mapping |
map[string]map[string]interface{} |
Mapping of key to a set of corresponding set of named values. |
Mapping
Optional
Mapping *map[string]*map[string]interface{}
- Type: map[string]map[string]interface{}
- 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.