ingress

@JvmName(name = "lkkgkkwxcipxvjix")
suspend fun ingress(value: Output<List<SecurityGroupIngressArgs>>)
@JvmName(name = "rivjgxhbhlpknmab")
suspend fun ingress(value: List<SecurityGroupIngressArgs>?)

Parameters

value

Configuration block for ingress rules. Can be specified multiple times for each ingress rule. Each ingress block supports fields documented below. This argument is processed in attribute-as-blocks mode.


@JvmName(name = "wlkvnyqqqwwxuhwt")
suspend fun ingress(vararg values: Output<SecurityGroupIngressArgs>)


@JvmName(name = "qyvfuqjtfmjrjnxt")
suspend fun ingress(values: List<Output<SecurityGroupIngressArgs>>)
@JvmName(name = "bdroiratxjemovdb")
suspend fun ingress(vararg values: SecurityGroupIngressArgs)

Parameters

values

Configuration block for ingress rules. Can be specified multiple times for each ingress rule. Each ingress block supports fields documented below. This argument is processed in attribute-as-blocks mode.


@JvmName(name = "fanpnmjtoliokaie")
suspend fun ingress(argument: List<suspend SecurityGroupIngressArgsBuilder.() -> Unit>)
@JvmName(name = "bhaebygikowmkuwo")
suspend fun ingress(vararg argument: suspend SecurityGroupIngressArgsBuilder.() -> Unit)
@JvmName(name = "bfwryhmkdvwrvcgo")
suspend fun ingress(argument: suspend SecurityGroupIngressArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for ingress rules. Can be specified multiple times for each ingress rule. Each ingress block supports fields documented below. This argument is processed in attribute-as-blocks mode.