networkConfiguration

@JvmName(name = "gjixbqylmkxixhwn")
suspend fun networkConfiguration(value: Output<ServiceNetworkConfigurationArgs>)
@JvmName(name = "vyrgcmnjtkeqjhfn")
suspend fun networkConfiguration(value: ServiceNetworkConfigurationArgs?)

Parameters

value

The network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see Task Networking in the Amazon Elastic Container Service Developer Guide.


@JvmName(name = "jgqqdslywgwfrkym")
suspend fun networkConfiguration(argument: suspend ServiceNetworkConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see Task Networking in the Amazon Elastic Container Service Developer Guide.