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
constructor(grpcServiceConfig: Output<GrpcServiceConfigArgs>? = null)

Properties

Link copied to clipboard

The configuration to access the SDS server over GRPC.

Functions

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