TaskSetServiceRegistriesArgs

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

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

The 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

The 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

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

Link copied to clipboard
val registryArn: Output<String>

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

Functions

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