ServiceConfigurationArgs

data class ServiceConfigurationArgs(val port: Output<Double>, val serviceName: Output<Either<String, ServiceName>>) : ConvertibleToJava<ServiceConfigurationArgs>

Service configuration details

Constructors

Link copied to clipboard
constructor(port: Output<Double>, serviceName: Output<Either<String, ServiceName>>)

Properties

Link copied to clipboard
val port: Output<Double>

The port on which service is enabled.

Link copied to clipboard
val serviceName: Output<Either<String, ServiceName>>

Name of the service.

Functions

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