ingress

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


@JvmName(name = "cywuywauufoexkot")
suspend fun ingress(values: List<Output<SecurityGroupIngressArgs>>)
@JvmName(name = "qifcynytakivdsyq")
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 = "qvbwavmyqfafmjbg")
suspend fun ingress(argument: List<suspend SecurityGroupIngressArgsBuilder.() -> Unit>)
@JvmName(name = "msslstfqnrssjcpk")
suspend fun ingress(vararg argument: suspend SecurityGroupIngressArgsBuilder.() -> Unit)
@JvmName(name = "lhoqbweligcqoupc")
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.