TaskSetServiceRegistryArgs

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

Constructors

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

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. If the task definition that your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition that your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value, but not both.

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. If the task definition your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value, but not both.

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

The port value used if your service discovery service specified an SRV record. This field may be used if both the awsvpc network mode and SRV records are used.

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

The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is AWS Cloud Map. For more information, see https://docs.aws.amazon.com/cloud-map/latest/api/API_CreateService.html

Functions

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