ScalingConfigurationNetworkInterface

data class ScalingConfigurationNetworkInterface(val instanceType: String? = null, val ipv6AddressCount: Int? = null, val networkInterfaceTrafficMode: String? = null, val securityGroupIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, ipv6AddressCount: Int? = null, networkInterfaceTrafficMode: String? = null, securityGroupIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

The ENI type. If you specify NetworkInterfaces.N, specify at least one primary ENI. You cannot specify SecurityGroupId or SecurityGroupIds.N. Valid values: Primary, Secondary.

Link copied to clipboard
val ipv6AddressCount: Int? = null

The number of randomly generated IPv6 addresses that you want to assign to primary ENI N.

Link copied to clipboard

The communication mode of the ENI. Valid values: Standard, HighPerformance.

Link copied to clipboard

The ID of security group N to which ENI N belongs.