securityGroups

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

Parameters

value

The security groups to associate with the ENIs in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC. If you specify security groups that were shared with you, you must ensure that you have permissions to them. Specifically, you need the ec2:DescribeSecurityGroups permission.


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


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

Parameters

values

The security groups to associate with the ENIs in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC. If you specify security groups that were shared with you, you must ensure that you have permissions to them. Specifically, you need the ec2:DescribeSecurityGroups permission.