AclRuleArgs

constructor(aclId: Output<String>? = null, description: Output<String>? = null, destCidr: Output<String>? = null, destPortRange: Output<String>? = null, direction: Output<String>? = null, ipProtocol: Output<String>? = null, policy: Output<String>? = null, priority: Output<Int>? = null, sourceCidr: Output<String>? = null, sourcePortRange: Output<String>? = null)