resourcePolicies property

Map<String, String>? resourcePolicies
getter/setter pair

Resource policies to be added to this reservation.

The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.

Implementation

core.Map<core.String, core.String>? resourcePolicies;