sourceSecurityGroupIds

@JvmName(name = "eyiaeemvknhihohb")
suspend fun sourceSecurityGroupIds(value: Output<List<String>>)
@JvmName(name = "mprxbpqnbixkyrmc")
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 = "wgkjhirpljpygusr")
suspend fun sourceSecurityGroupIds(vararg values: Output<String>)


@JvmName(name = "nylpjtlsjlgwsdwm")
suspend fun sourceSecurityGroupIds(values: List<Output<String>>)
@JvmName(name = "vqljrgibvkjnuibm")
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).