resourcePath

@JvmName(name = "wxxmxrincqqdstge")
suspend fun resourcePath(value: Output<String>)
@JvmName(name = "jsbqbslgnilxxtyf")
suspend fun resourcePath(value: String?)

Parameters

value

The resource path for this method. Forward slashes (`/`) are encoded as `~1` and the initial slash must include a forward slash. For example, the path value `/resource/subresource` must be encoded as `/~1resource~1subresource`. To specify the root path, use only a slash (`/`). To apply settings to multiple resources and methods, specify an asterisk (`*`) for the `HttpMethod` and `/*` for the `ResourcePath`. This parameter is required when you specify a `MethodSetting`. */