securityGroups

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

Parameters

value

A 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 = "ngrrfbtoqckhkixk")
suspend fun securityGroups(vararg values: Output<String>)


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

Parameters

values

A 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.