get Rules
This data source provides the Alb Rules of the current Alibaba Cloud user.
NOTE: Available since v1.133.0.
Return
A collection of values returned by getRules.
Parameters
argument
A collection of arguments for invoking getRules.
suspend fun getRules(ids: List<String>? = null, listenerIds: List<String>? = null, loadBalancerIds: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, ruleIds: List<String>? = null, status: String? = null): GetRulesResult
Return
A collection of values returned by getRules.
Parameters
ids
A list of Rule IDs.
listener Ids
The listener ids.
load Balancer Ids
The load balancer ids.
name Regex
A regex string to filter results by Rule name.
output File
File name where to save data source results (after running pulumi preview
).
rule Ids
The rule ids.
status
The status of the forwarding rule. Valid values: Provisioning
, Configuring
, Available
.
See also
Return
A collection of values returned by getRules.
Parameters
argument
Builder for com.pulumi.alicloud.alb.kotlin.inputs.GetRulesPlainArgs.