securityGroups

@JvmName(name = "csyfmuorxtlujeic")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "xpekbbsbvjqfdrio")
suspend fun securityGroups(value: List<String>?)

Parameters

value

A list of up to 5 VPC security group IDs (that must be for the same VPC as subnet specified) in effect for the mount target.


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


@JvmName(name = "dhfxcgtmwtqinhke")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "cmhktlhtybmuaioa")
suspend fun securityGroups(vararg values: String)

Parameters

values

A list of up to 5 VPC security group IDs (that must be for the same VPC as subnet specified) in effect for the mount target.