ingress

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


@JvmName(name = "mcqcuadjkbhdthcq")
suspend fun ingress(values: List<Output<SecurityGroupIngressArgs>>)
@JvmName(name = "qqxfovribtsnpvwk")
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 = "mimakxddtcpqlddk")
suspend fun ingress(argument: List<suspend SecurityGroupIngressArgsBuilder.() -> Unit>)
@JvmName(name = "xpwpdxaktwxbiolf")
suspend fun ingress(vararg argument: suspend SecurityGroupIngressArgsBuilder.() -> Unit)
@JvmName(name = "ekffowvnmdgkermy")
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.