SdsConfigArgs

data class SdsConfigArgs(val grpcServiceConfig: Output<GrpcServiceConfigArgs>? = null) : ConvertibleToJava<SdsConfigArgs>

Deprecated The configuration to access the SDS server. The configuration to access the SDS server.

Constructors

Link copied to clipboard
fun SdsConfigArgs(grpcServiceConfig: Output<GrpcServiceConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard

The configuration to access the SDS server over GRPC.