sourceSecurityGroupIds

@JvmName(name = "adjghxcjtocmodby")
suspend fun sourceSecurityGroupIds(value: Output<List<String>>)
@JvmName(name = "senejsniqvmxsxbb")
suspend fun sourceSecurityGroupIds(value: List<String>?)

Parameters

value

Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes. If you specify ec2_ssh_key, but do not specify this configuration when you create an EKS Node Group, port 22 on the worker nodes is opened to the Internet (0.0.0.0/0).


@JvmName(name = "swmvsimivtxfydvi")
suspend fun sourceSecurityGroupIds(vararg values: Output<String>)


@JvmName(name = "abguivacmaaedoih")
suspend fun sourceSecurityGroupIds(values: List<Output<String>>)
@JvmName(name = "yosjxrrjviurrhll")
suspend fun sourceSecurityGroupIds(vararg values: String)

Parameters

values

Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes. If you specify ec2_ssh_key, but do not specify this configuration when you create an EKS Node Group, port 22 on the worker nodes is opened to the Internet (0.0.0.0/0).