securityGroupIds

@JvmName(name = "hulcwppwfmepxafx")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "yvbvqatljksgruyi")
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 = "bgqradiprkobkvns")
suspend fun securityGroupIds(vararg values: Output<String>)


@JvmName(name = "olialkmwsygpahpr")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "lhvswxkapwjibdag")
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.