ServiceCorrelationDescriptionArgs

data class ServiceCorrelationDescriptionArgs(val scheme: Output<Either<String, ServiceCorrelationScheme>>, val serviceName: Output<String>) : ConvertibleToJava<ServiceCorrelationDescriptionArgs>

Creates a particular correlation between services.

Constructors

Link copied to clipboard
constructor(scheme: Output<Either<String, ServiceCorrelationScheme>>, serviceName: Output<String>)

Properties

Link copied to clipboard
val scheme: Output<Either<String, ServiceCorrelationScheme>>

The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.

Link copied to clipboard
val serviceName: Output<String>

The name of the service that the correlation relationship is established with.

Functions

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