Service Correlation Args
data class ServiceCorrelationArgs(val scheme: Output<Either<String, ServiceCorrelationScheme>>, val serviceName: Output<String>) : ConvertibleToJava<ServiceCorrelationArgs>
Creates a particular correlation between services.
Constructors
Link copied to clipboard
fun ServiceCorrelationArgs(scheme: Output<Either<String, ServiceCorrelationScheme>>, serviceName: Output<String>)