links

@JvmName(name = "hdegmrlitnqavofv")
suspend fun links(value: Output<List<String>>)
@JvmName(name = "qtrobfaryjcpbpyl")
suspend fun links(value: List<String>?)

Parameters

value

The `links` parameter allows containers to communicate with each other without the need for port mappings. This parameter is only supported if the network mode of a task definition is `bridge`. The `name:internalName` construct is analogous to `name:alias` in Docker links. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. For more information about linking Docker containers, go to Legacy container links in the Docker documentation. This parameter maps to `Links` in the Create a container section of the Docker Remote API and the `--link` option to docker run. This parameter is not supported for Windows containers. Containers that are collocated on a single container instance may be able to communicate with each other without requiring links or host port mappings. Network isolation is achieved on the container instance using security groups and VPC settings.


@JvmName(name = "yfkpqlsehhrfskrs")
suspend fun links(vararg values: Output<String>)


@JvmName(name = "wgngrglnxetysyrn")
suspend fun links(values: List<Output<String>>)
@JvmName(name = "pnnsvpkebgfersbq")
suspend fun links(vararg values: String)

Parameters

values

The `links` parameter allows containers to communicate with each other without the need for port mappings. This parameter is only supported if the network mode of a task definition is `bridge`. The `name:internalName` construct is analogous to `name:alias` in Docker links. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. For more information about linking Docker containers, go to Legacy container links in the Docker documentation. This parameter maps to `Links` in the Create a container section of the Docker Remote API and the `--link` option to docker run. This parameter is not supported for Windows containers. Containers that are collocated on a single container instance may be able to communicate with each other without requiring links or host port mappings. Network isolation is achieved on the container instance using security groups and VPC settings.