sourceSecurityGroups

@JvmName(name = "hhuijwcwykqacchx")
suspend fun sourceSecurityGroups(value: Output<List<String>>)
@JvmName(name = "utofctbmnogtmyra")
suspend fun sourceSecurityGroups(value: List<String>?)

Parameters

value

The security group IDs that are allowed SSH access (port 22) to the nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port on the nodes is opened to the internet ( 0.0.0.0/0 ). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide .


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


@JvmName(name = "ntdorcbiyyfwnfrd")
suspend fun sourceSecurityGroups(values: List<Output<String>>)
@JvmName(name = "qpypfjuqrcoyugav")
suspend fun sourceSecurityGroups(vararg values: String)

Parameters

values

The security group IDs that are allowed SSH access (port 22) to the nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port on the nodes is opened to the internet ( 0.0.0.0/0 ). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide .