GetRegionBackendServicePlainArgs

data class GetRegionBackendServicePlainArgs(val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetRegionBackendServicePlainArgs>

A collection of arguments for invoking getRegionBackendService.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, region: String? = null)

Properties

Link copied to clipboard

The name of the regional backend service.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val region: String? = null

The region where the backend service resides.

Functions

Link copied to clipboard
open override fun toJava(): GetRegionBackendServicePlainArgs