securityGroupIds property
A list of security groups IDs that are available to attach to your server's endpoint.
You can only edit the SecurityGroupIds
property in the
UpdateServer
API and only if you are changing the
EndpointType
from PUBLIC
or
VPC_ENDPOINT
to VPC
.
Implementation
final List<String>? securityGroupIds;