Location Policy Args
data class LocationPolicyArgs(val locations: Output<Map<String, String>>? = null, val targetShape: Output<LocationPolicyTargetShape>? = null) : ConvertibleToJava<LocationPolicyArgs>
Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).
Constructors
Link copied to clipboard
fun LocationPolicyArgs(locations: Output<Map<String, String>>? = null, targetShape: Output<LocationPolicyTargetShape>? = null)