Firewall Rule Args
data class FirewallRuleArgs(val instanceId: Output<String>? = null, val port: Output<String>? = null, val remark: Output<String>? = null, val ruleProtocol: Output<String>? = null) : ConvertibleToJava<FirewallRuleArgs>
Provides a Simple Application Server Firewall Rule resource. For information about Simple Application Server Firewall Rule and how to use it, see What is Firewall Rule.
NOTE: Available in v1.143.0+.
Import
Simple Application Server Firewall Rule can be imported using the id, e.g.
$ pulumi import alicloud:simpleapplicationserver/firewallRule:FirewallRule example <instance_id>:<firewall_rule_id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun FirewallRuleArgs(instanceId: Output<String>? = null, port: Output<String>? = null, remark: Output<String>? = null, ruleProtocol: Output<String>? = null)