links

@JvmName(name = "nyeakbfujfphshul")
suspend fun links(value: Output<List<String>>)
@JvmName(name = "qcedyogwdipgpymu")
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.. This parameter maps to `Links` in the docker container create command 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 = "mcjkgcraeuwnqecq")
suspend fun links(vararg values: Output<String>)


@JvmName(name = "fpagindhexnuiarc")
suspend fun links(values: List<Output<String>>)
@JvmName(name = "smtsyjcmbmchogku")
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.. This parameter maps to `Links` in the docker container create command 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.