ingress

@JvmName(name = "ijpvygggwhgafnsv")
suspend fun ingress(value: Output<List<SecurityGroupIngressArgs>>)
@JvmName(name = "dhnjrtgvjincmorm")
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 = "aewplsxmwnllwsus")
suspend fun ingress(vararg values: Output<SecurityGroupIngressArgs>)


@JvmName(name = "bmpvvhpuwaisgdtw")
suspend fun ingress(values: List<Output<SecurityGroupIngressArgs>>)
@JvmName(name = "onvcqirxnlqinueb")
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 = "qwkxqtfvhgovgbnw")
suspend fun ingress(argument: List<suspend SecurityGroupIngressArgsBuilder.() -> Unit>)
@JvmName(name = "wkuqscswehpjifwh")
suspend fun ingress(vararg argument: suspend SecurityGroupIngressArgsBuilder.() -> Unit)
@JvmName(name = "suoyefafdwfycsmw")
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.