securityGroups

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

Parameters

value

List of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.


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


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

Parameters

values

List of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.