ServiceServiceRegistriesArgs

data class ServiceServiceRegistriesArgs(val containerName: Output<String>? = null, val containerPort: Output<Int>? = null, val port: Output<Int>? = null, val registryArn: Output<String>) : ConvertibleToJava<ServiceServiceRegistriesArgs>

Constructors

Link copied to clipboard
constructor(containerName: Output<String>? = null, containerPort: Output<Int>? = null, port: Output<Int>? = null, registryArn: Output<String>)

Properties

Link copied to clipboard
val containerName: Output<String>? = null

Container name value, already specified in the task definition, to be used for your service discovery service.

Link copied to clipboard
val containerPort: Output<Int>? = null

Port value, already specified in the task definition, to be used for your service discovery service.

Link copied to clipboard
val port: Output<Int>? = null

Port value used if your Service Discovery service specified an SRV record.

Link copied to clipboard
val registryArn: Output<String>

ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service(aws.servicediscovery.Service). For more information, see Service

Functions

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