securityGroupIds

@JvmName(name = "rakxqnullqmcpmpy")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "fjeultrsfkernotv")
suspend fun securityGroupIds(value: List<String>?)

Parameters

value

A list of the one or more VPC security groups to be associated with the serverless cache. The security group will authorize traffic access for the VPC end-point (private-link). If no other information is given this will be the VPC’s Default Security Group that is associated with the cluster VPC end-point.


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


@JvmName(name = "skjoqxsbrklxcotd")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "dptbfwhrmtwunjsu")
suspend fun securityGroupIds(vararg values: String)

Parameters

values

A list of the one or more VPC security groups to be associated with the serverless cache. The security group will authorize traffic access for the VPC end-point (private-link). If no other information is given this will be the VPC’s Default Security Group that is associated with the cluster VPC end-point.