networkConfiguration

@JvmName(name = "rhprkiouyrnfmfvw")
suspend fun networkConfiguration(value: Output<NetworkConfigurationArgs>)
@JvmName(name = "xmukaadikpprvlfr")
suspend fun networkConfiguration(value: NetworkConfigurationArgs?)

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. The `NetworkConfiguration` property specifies an object representing the network configuration for a task or service.


@JvmName(name = "wurhhjhdhefowccq")
suspend fun networkConfiguration(argument: suspend NetworkConfigurationArgsBuilder.() -> 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. The `NetworkConfiguration` property specifies an object representing the network configuration for a task or service.