securityGroupIds

@JvmName(name = "qkgjnytcrkgynxhd")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "penmedokjocfnxwa")
suspend fun securityGroupIds(value: List<String>)

Parameters

value

A list of security group IDs associated with access to the provided subnets. identity_provider requires the following:

NOTE: identity_provider cannot be removed without force recreating.


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


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

Parameters

values

A list of security group IDs associated with access to the provided subnets. identity_provider requires the following:

NOTE: identity_provider cannot be removed without force recreating.