networkInterfaces

@JvmName(name = "eplbgrmbmlnchmon")
suspend fun networkInterfaces(value: Output<List<ScalingConfigurationNetworkInterfaceArgs>>)
@JvmName(name = "ovfdjctwffblhiqw")
suspend fun networkInterfaces(value: List<ScalingConfigurationNetworkInterfaceArgs>?)

Parameters

value

Specify NetworkInterfaces.N to configure primary and secondary ENIs. In this case, specify at least one primary ENI. If you set NetworkInterfaces.N.InstanceType to Primary, a primary ENI is configured. If you set NetworkInterfaces.N.InstanceType to Secondary or leave the parameter empty, a secondary ENI is configured. See network_interfaces below for details.


@JvmName(name = "yokccfwbbwfddhds")
suspend fun networkInterfaces(vararg values: Output<ScalingConfigurationNetworkInterfaceArgs>)


@JvmName(name = "xthltrqtqfhswemu")
suspend fun networkInterfaces(values: List<Output<ScalingConfigurationNetworkInterfaceArgs>>)
@JvmName(name = "qhwvyppinpxicmwh")
suspend fun networkInterfaces(vararg values: ScalingConfigurationNetworkInterfaceArgs)

Parameters

values

Specify NetworkInterfaces.N to configure primary and secondary ENIs. In this case, specify at least one primary ENI. If you set NetworkInterfaces.N.InstanceType to Primary, a primary ENI is configured. If you set NetworkInterfaces.N.InstanceType to Secondary or leave the parameter empty, a secondary ENI is configured. See network_interfaces below for details.


@JvmName(name = "mevjmqfpdrtdlpdr")
suspend fun networkInterfaces(argument: List<suspend ScalingConfigurationNetworkInterfaceArgsBuilder.() -> Unit>)
@JvmName(name = "pxkbavyvsjetwkhc")
suspend fun networkInterfaces(vararg argument: suspend ScalingConfigurationNetworkInterfaceArgsBuilder.() -> Unit)
@JvmName(name = "inkxqpmitpfvjxqx")
suspend fun networkInterfaces(argument: suspend ScalingConfigurationNetworkInterfaceArgsBuilder.() -> Unit)

Parameters

argument

Specify NetworkInterfaces.N to configure primary and secondary ENIs. In this case, specify at least one primary ENI. If you set NetworkInterfaces.N.InstanceType to Primary, a primary ENI is configured. If you set NetworkInterfaces.N.InstanceType to Secondary or leave the parameter empty, a secondary ENI is configured. See network_interfaces below for details.